@timurproko/a1 0.1.8-dev.121 → 0.1.8-dev.122

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -98,6 +98,7 @@ npm run release -- patch # 0.1.1 -> 0.1.2
98
98
  npm run release -- minor # 0.1.1 -> 0.2.0
99
99
  npm run release -- major # 0.1.1 -> 1.0.0
100
100
  npm run release -- 0.4.0 # an exact version
101
+ npm run develop # develop
101
102
  ```
102
103
 
103
104
  It lands the version on `develop` through a pull request that merges itself, then
@@ -5,7 +5,7 @@
5
5
  "platform": "darwin",
6
6
  "architecture": "arm64",
7
7
  "capability": "unsupported",
8
- "builtAt": "2026-08-25T14:20:04.982Z",
8
+ "builtAt": "2026-08-25T15:36:18.963Z",
9
9
  "artifact": {
10
10
  "filename": "process-guardian",
11
11
  "sha256": "7524bf568992517f50ed53196c861c5edeba0d7275633bb4735ab45bd5963a28",
@@ -5,11 +5,11 @@
5
5
  "platform": "linux",
6
6
  "architecture": "x64",
7
7
  "capability": "supported",
8
- "builtAt": "2026-08-25T14:20:15.954Z",
8
+ "builtAt": "2026-08-25T15:37:04.244Z",
9
9
  "artifact": {
10
10
  "filename": "process-guardian",
11
- "sha256": "29e22fe29de2828982bc67ef418c4adcaab1490281477b7bea592ec6fe621bcd",
12
- "size": 415696
11
+ "sha256": "ee8a00eaaf79c707459bbbfb52518e9739314967049fbe5fa625f36ce33db9ee",
12
+ "size": 414568
13
13
  },
14
14
  "provenance": {
15
15
  "language": "Rust",
@@ -5,10 +5,10 @@
5
5
  "platform": "win32",
6
6
  "architecture": "x64",
7
7
  "capability": "supported",
8
- "builtAt": "2026-08-25T14:20:44.310Z",
8
+ "builtAt": "2026-08-25T15:37:02.629Z",
9
9
  "artifact": {
10
10
  "filename": "process-guardian.exe",
11
- "sha256": "2505aec15562e251023ec6aca4b1946536cf2ab44e4139da6066b2aa03d4dd92",
11
+ "sha256": "acca313287829ec105f5792ccbcf1c777e1a7aa2a44bbfd7bf381cf2cf93eb1a",
12
12
  "size": 172544
13
13
  },
14
14
  "provenance": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timurproko/a1",
3
- "version": "0.1.8-dev.121",
3
+ "version": "0.1.8-dev.122",
4
4
  "description": "Standalone terminal workspace for supervised native and managed agents",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.13.0",