agentera 3.0.0-dev.74 → 3.0.0-dev.75

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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "agentera.generatedBuildSource.v1",
3
- "commit": "15c2b8d04ef350ff9e09bc5f40a0d079aeedc399",
4
- "tree": "0e0c77c6fc7da5b3da9b6b92eaa6117e669658ef",
5
- "files": 6724,
6
- "workingTreeSha256": "634b717f526f20689aa5fa08cf3c268675617f59e56d77e1555b9e49cab07606",
7
- "identitySha256": "b94b49cdad8c10a7f99ee0189b1981a8d8f3217b345b7e18e29e1f9a8de3c7ed"
3
+ "commit": "01a0c460f2310bae5805a637973021af30960ee5",
4
+ "tree": "998eef2c833de05d61612ce021a02ecb28a0b2b5",
5
+ "files": 6748,
6
+ "workingTreeSha256": "3c780bac24a26ed1c40735614d2e9313eb30114901d6b71beb427a74e144bb22",
7
+ "identitySha256": "04d4e2a388eb6420f37ce0ee4c7052d3a85035d2e0e23e4eaaa980b96e36bf58"
8
8
  }
@@ -138,15 +138,15 @@ owners:
138
138
  minimum_ms: 307207
139
139
  note: Task 1 recorded a contention fingerprint, so the minimum is a historical ceiling rather than a direct target.
140
140
  controlled_measurement:
141
- measured_on: 2026-08-10
141
+ measured_on: 2026-08-14
142
142
  command: pnpm -C packages/cli run verify:package
143
- serial_runs_ms: [12376, 11666, 11047]
144
- owner_wall_time_runs_ms: [11415, 10789, 10202]
145
- minimum_ms: 11047
146
- median_ms: 11666
147
- maximum_ms: 12376
148
- test_files: 2
149
- passed_tests: 11
143
+ serial_runs_ms: [5558, 5489, 5471]
144
+ owner_wall_time_runs_ms: [4752, 4698, 4672]
145
+ minimum_ms: 5471
146
+ median_ms: 5489
147
+ maximum_ms: 5558
148
+ test_files: 3
149
+ passed_tests: 12
150
150
  fixture_construction_cycles: 2
151
151
  deterministic_pack_runs: 2
152
152
  extracted_smoke_runs: 1
@@ -156,10 +156,6 @@ owners:
156
156
  logical_cpus: 16
157
157
  node: 22.23.2
158
158
  pnpm: 10.30.3
159
- load_average_at_start:
160
- - [15.69, 16.16, 15.30]
161
- - [13.97, 15.76, 15.18]
162
- - [12.79, 15.38, 15.07]
163
159
  conditions: Serial commands with existing dependencies and caches, no intentional verification overlap, and two independent construction roots per command.
164
160
  remote_cold_measurement:
165
161
  measured_on: 2026-08-12
@@ -254,7 +250,6 @@ conservative_routing:
254
250
  - packages/cli/test/helpers/preCutoverBootstrapDispatcher.mjs
255
251
  - packages/cli/test/helpers/runtimeProofCliBoundary.mjs
256
252
  - packages/cli/test/integration/runtimeBootstrapMatrix.test.ts
257
- - packages/cli/test/integration/sourcePackageParity.test.ts
258
253
  - references/analysis/verification-policy.yaml
259
254
  - scripts/precommit-vitest.sh
260
255
  prefixes:
@@ -80,7 +80,7 @@ inventory:
80
80
  classification: current
81
81
  production_owner: { module: packages/cli/src/release/releaseMetadata.ts, symbol: readReleaseMetadata }
82
82
  consumers:
83
- - { kind: validator, module: packages/cli/src/release/releaseMetadata.ts, symbol: readReleaseMetadata, consumption: loads }
83
+ - { kind: validator, module: packages/cli/src/release/releaseMetadata.ts, symbol: readUpdateChannels, consumption: loads }
84
84
  - path: references/cli/vocabulary-index.yaml
85
85
  classification: current
86
86
  production_owner: { module: packages/cli/src/validate/vocabularyAuthority.ts, symbol: validateVocabularyAuthority }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "agentera.generatedBuildSource.v1",
3
- "commit": "15c2b8d04ef350ff9e09bc5f40a0d079aeedc399",
4
- "tree": "0e0c77c6fc7da5b3da9b6b92eaa6117e669658ef",
5
- "files": 6724,
6
- "workingTreeSha256": "634b717f526f20689aa5fa08cf3c268675617f59e56d77e1555b9e49cab07606",
7
- "identitySha256": "b94b49cdad8c10a7f99ee0189b1981a8d8f3217b345b7e18e29e1f9a8de3c7ed"
3
+ "commit": "01a0c460f2310bae5805a637973021af30960ee5",
4
+ "tree": "998eef2c833de05d61612ce021a02ecb28a0b2b5",
5
+ "files": 6748,
6
+ "workingTreeSha256": "3c780bac24a26ed1c40735614d2e9313eb30114901d6b71beb427a74e144bb22",
7
+ "identitySha256": "04d4e2a388eb6420f37ce0ee4c7052d3a85035d2e0e23e4eaaa980b96e36bf58"
8
8
  }
@@ -184,7 +184,7 @@ function readPackageJson(root) {
184
184
  }
185
185
  return readJson(candidate);
186
186
  }
187
- function readUpdateChannels(root) {
187
+ export function readUpdateChannels(root) {
188
188
  const candidate = path.join(root, "references/cli/update-channels.yaml");
189
189
  if (!fs.existsSync(candidate)) {
190
190
  return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentera",
3
- "version": "3.0.0-dev.74",
3
+ "version": "3.0.0-dev.75",
4
4
  "description": "One CLI, many capabilities: project state, artifact validation, and capability routing for AI coding agents",
5
5
  "keywords": [
6
6
  "agentera",
@@ -80,6 +80,6 @@
80
80
  },
81
81
  "agentera": {
82
82
  "suiteVersion": "3.0.0",
83
- "gitRef": "15c2b8d04ef350ff9e09bc5f40a0d079aeedc399"
83
+ "gitRef": "01a0c460f2310bae5805a637973021af30960ee5"
84
84
  }
85
85
  }