@timurproko/a1 0.1.8-dev.214 → 0.1.8-dev.218

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.
@@ -5,11 +5,11 @@
5
5
  "platform": "darwin",
6
6
  "architecture": "arm64",
7
7
  "capability": "unsupported",
8
- "builtAt": "2026-09-02T16:56:10.577Z",
8
+ "builtAt": "2026-09-02T18:03:00.638Z",
9
9
  "artifact": {
10
10
  "filename": "process-guardian",
11
- "sha256": "7524bf568992517f50ed53196c861c5edeba0d7275633bb4735ab45bd5963a28",
12
- "size": 356368
11
+ "sha256": "d9159fe44b7eab5ce46ebdc4da5c4bc90f090d211ed52856ffa1d5bff362e430",
12
+ "size": 356784
13
13
  },
14
14
  "provenance": {
15
15
  "language": "Rust",
@@ -5,7 +5,7 @@
5
5
  "platform": "linux",
6
6
  "architecture": "x64",
7
7
  "capability": "supported",
8
- "builtAt": "2026-09-02T16:56:00.627Z",
8
+ "builtAt": "2026-09-02T18:03:04.391Z",
9
9
  "artifact": {
10
10
  "filename": "process-guardian",
11
11
  "sha256": "ee8a00eaaf79c707459bbbfb52518e9739314967049fbe5fa625f36ce33db9ee",
@@ -5,10 +5,10 @@
5
5
  "platform": "win32",
6
6
  "architecture": "x64",
7
7
  "capability": "supported",
8
- "builtAt": "2026-09-02T16:57:49.437Z",
8
+ "builtAt": "2026-09-02T18:03:45.052Z",
9
9
  "artifact": {
10
10
  "filename": "process-guardian.exe",
11
- "sha256": "ec35b032d6aad590e2d8e9889958b552e5f2f6345324442dc2a3ba60be02fdd5",
11
+ "sha256": "261e3a4a54d967849c35479b09cac3d4dc2e20c3e5099050380137539b7b19c2",
12
12
  "size": 177664
13
13
  },
14
14
  "provenance": {
@@ -78,6 +78,24 @@ npm run check:code-documentation
78
78
 
79
79
  Rendering evidence captures each selected producer/mode/workload matrix once and reuses it for semantic, paint, parity, and damage assertions. A deliberate second `streamed-prose` capture remains only for determinism. Workflow summaries separate repository-gate timing from runner setup; wall-clock values diagnose runner/cache variance, while selected scopes, matrix captures, producer launches, documentation file counts, and full-scan counts are structural gates.
80
80
 
81
+ ## Resource-sensitive fast validation
82
+
83
+ The authoritative fast-tier declaration identifies tests that repeatedly create temporary repositories, launch child processes, mutate storage, or coordinate release cohorts. The planner removes those files from the parallel remainder and runs them exactly once as `vitest-fast-resource-sensitive` with file parallelism disabled. Pull-request, development-package, and complete release plans use the same partition on every platform.
84
+
85
+ The partition retains Vitest's five-second default test timeout. It does not add a test, suite, platform, or workflow timeout, and a failure is not retried or converted to success. If a serialized test still approaches five seconds, use `scripts/release/report-resource-sensitive-validation.mjs` to record repeated per-file and test-body timing, then optimize repository setup, subprocess count, storage operations, or release fixtures. Do not increase a timeout to create margin.
86
+
87
+ Inspect the partition without running tests:
88
+
89
+ ```sh
90
+ node scripts/release/run-validation-tier.mjs fast --plan
91
+ ```
92
+
93
+ Record three focused serialized executions without running the complete fast tier:
94
+
95
+ ```sh
96
+ node scripts/release/report-resource-sensitive-validation.mjs --repeats 3 --output .artifacts/validation/resource-sensitive-focused.json
97
+ ```
98
+
81
99
  ## Pull request integration
82
100
 
83
101
  `Development validation required` remains the merge gate for every pull request.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timurproko/a1",
3
- "version": "0.1.8-dev.214",
3
+ "version": "0.1.8-dev.218",
4
4
  "description": "Standalone terminal workspace for supervised native and managed agents",
5
5
  "type": "module",
6
6
  "packageManager": "npm@11.13.0",