agentera 3.0.0-dev.7 → 3.0.0-dev.74

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.
Files changed (763) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +229 -22
  3. package/bundle/.agentera-build-source.json +8 -0
  4. package/bundle/CHANGELOG.md +1361 -0
  5. package/bundle/DESIGN.md +229 -0
  6. package/bundle/LICENSE +201 -0
  7. package/bundle/README.md +143 -0
  8. package/bundle/UPGRADE.md +252 -0
  9. package/bundle/extract-corpus-parity.json +2 -4
  10. package/bundle/fixtures/routing/hybrid-corpus.yaml +154 -0
  11. package/bundle/references/adapters/package-publication.json +484 -0
  12. package/bundle/references/adapters/package-registry.yaml +439 -188
  13. package/bundle/references/adapters/package-surface-characterization.md +68 -34
  14. package/bundle/references/adapters/runtime-lifecycle-adapters.yaml +74 -0
  15. package/bundle/references/adapters/runtime-lifecycle-authority.yaml +62 -0
  16. package/bundle/references/adapters/runtime-lifecycle-operation-contract.yaml +84 -0
  17. package/bundle/references/adapters/runtime-retired-resources.yaml +333 -0
  18. package/bundle/references/analysis/evidence-tier-authority.yaml +559 -0
  19. package/bundle/references/analysis/personal-glossary-evaluation-authority.yaml +175 -0
  20. package/bundle/references/analysis/personal-glossary-evaluation-corpus.yaml +291 -0
  21. package/bundle/references/analysis/personal-glossary-holdout.yaml +192 -0
  22. package/bundle/references/analysis/verification-policy.yaml +266 -0
  23. package/bundle/references/artifacts/artifact-registry-interface-model.yaml +17 -8
  24. package/bundle/references/artifacts/glossary-entry-contract.yaml +2752 -0
  25. package/bundle/references/artifacts/state-storage-authority.yaml +3061 -0
  26. package/bundle/references/artifacts/verbosity-budget-authority.yaml +42 -0
  27. package/bundle/references/cli/app-lifecycle-vocabulary.yaml +3 -4
  28. package/bundle/references/cli/capability-instruction-contract.yaml +11 -14
  29. package/bundle/references/cli/hybrid-route-contract.yaml +438 -0
  30. package/bundle/references/cli/routing-model.md +152 -93
  31. package/bundle/references/cli/trigger-schema-enrichment.md +57 -46
  32. package/bundle/references/cli/update-channels.yaml +6 -4
  33. package/bundle/references/cli/vocabulary-index.yaml +5 -7
  34. package/bundle/references/cli/vocabulary.md +52 -94
  35. package/bundle/references/meta/retained-reference-authority.yaml +166 -0
  36. package/bundle/skills/agentera/SKILL.md +183 -63
  37. package/bundle/skills/agentera/capabilities/audit/schemas/artifacts.yaml +27 -19
  38. package/bundle/skills/agentera/capabilities/audit/schemas/exit.yaml +2 -2
  39. package/bundle/skills/agentera/capabilities/audit/schemas/triggers.yaml +13 -35
  40. package/bundle/skills/agentera/capabilities/audit/schemas/validation.yaml +30 -11
  41. package/bundle/skills/agentera/capabilities/build/schemas/artifacts.yaml +44 -21
  42. package/bundle/skills/agentera/capabilities/build/schemas/exit.yaml +8 -6
  43. package/bundle/skills/agentera/capabilities/build/schemas/triggers.yaml +14 -36
  44. package/bundle/skills/agentera/capabilities/build/schemas/validation.yaml +95 -21
  45. package/bundle/skills/agentera/capabilities/design/schemas/artifacts.yaml +6 -6
  46. package/bundle/skills/agentera/capabilities/design/schemas/exit.yaml +5 -5
  47. package/bundle/skills/agentera/capabilities/design/schemas/triggers.yaml +5 -34
  48. package/bundle/skills/agentera/capabilities/design/schemas/validation.yaml +2 -2
  49. package/bundle/skills/agentera/capabilities/discuss/schemas/artifacts.yaml +17 -13
  50. package/bundle/skills/agentera/capabilities/discuss/schemas/exit.yaml +2 -2
  51. package/bundle/skills/agentera/capabilities/discuss/schemas/triggers.yaml +6 -40
  52. package/bundle/skills/agentera/capabilities/discuss/schemas/validation.yaml +72 -5
  53. package/bundle/skills/agentera/capabilities/document/schemas/artifacts.yaml +24 -17
  54. package/bundle/skills/agentera/capabilities/document/schemas/triggers.yaml +5 -35
  55. package/bundle/skills/agentera/capabilities/document/schemas/validation.yaml +13 -13
  56. package/bundle/skills/agentera/capabilities/optimize/schemas/artifacts.yaml +10 -10
  57. package/bundle/skills/agentera/capabilities/optimize/schemas/exit.yaml +2 -2
  58. package/bundle/skills/agentera/capabilities/optimize/schemas/triggers.yaml +4 -35
  59. package/bundle/skills/agentera/capabilities/optimize/schemas/validation.yaml +3 -3
  60. package/bundle/skills/agentera/capabilities/orchestrate/schemas/artifacts.yaml +34 -22
  61. package/bundle/skills/agentera/capabilities/orchestrate/schemas/exit.yaml +9 -7
  62. package/bundle/skills/agentera/capabilities/orchestrate/schemas/triggers.yaml +5 -37
  63. package/bundle/skills/agentera/capabilities/orchestrate/schemas/validation.yaml +38 -37
  64. package/bundle/skills/agentera/capabilities/plan/schemas/artifacts.yaml +20 -16
  65. package/bundle/skills/agentera/capabilities/plan/schemas/triggers.yaml +8 -31
  66. package/bundle/skills/agentera/capabilities/plan/schemas/validation.yaml +66 -6
  67. package/bundle/skills/agentera/capabilities/profile/schemas/artifacts.yaml +13 -4
  68. package/bundle/skills/agentera/capabilities/profile/schemas/exit.yaml +8 -5
  69. package/bundle/skills/agentera/capabilities/profile/schemas/triggers.yaml +8 -37
  70. package/bundle/skills/agentera/capabilities/profile/schemas/validation.yaml +67 -3
  71. package/bundle/skills/agentera/capabilities/research/schemas/artifacts.yaml +6 -6
  72. package/bundle/skills/agentera/capabilities/research/schemas/triggers.yaml +5 -29
  73. package/bundle/skills/agentera/capabilities/status/schemas/artifacts.yaml +13 -12
  74. package/bundle/skills/agentera/capabilities/status/schemas/triggers.yaml +7 -49
  75. package/bundle/skills/agentera/capabilities/vision/schemas/artifacts.yaml +8 -8
  76. package/bundle/skills/agentera/capabilities/vision/schemas/exit.yaml +7 -6
  77. package/bundle/skills/agentera/capabilities/vision/schemas/triggers.yaml +7 -39
  78. package/bundle/skills/agentera/capabilities/vision/schemas/validation.yaml +14 -16
  79. package/bundle/skills/agentera/capability_schema_contract.yaml +32 -32
  80. package/bundle/skills/agentera/protocol.yaml +4 -4
  81. package/bundle/skills/agentera/route-phrases.yaml +81 -0
  82. package/bundle/skills/agentera/schemas/artifacts/changelog.yaml +1 -0
  83. package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +30 -12
  84. package/bundle/skills/agentera/schemas/artifacts/design.yaml +1 -0
  85. package/bundle/skills/agentera/schemas/artifacts/docs.yaml +7 -12
  86. package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +140 -9
  87. package/bundle/skills/agentera/schemas/artifacts/glossary.yaml +87 -0
  88. package/bundle/skills/agentera/schemas/artifacts/health.yaml +56 -19
  89. package/bundle/skills/agentera/schemas/artifacts/objective.yaml +18 -4
  90. package/bundle/skills/agentera/schemas/artifacts/plan.yaml +464 -32
  91. package/bundle/skills/agentera/schemas/artifacts/progress.yaml +131 -18
  92. package/bundle/skills/agentera/schemas/artifacts/todo.yaml +302 -7
  93. package/dist/.agentera-build-source.json +8 -0
  94. package/dist/analytics/extractCorpus/cli.js +52 -11
  95. package/dist/analytics/extractCorpus/copilotSessions.js +19 -8
  96. package/dist/analytics/extractCorpus/core.js +262 -14
  97. package/dist/analytics/extractCorpus/corpus.js +57 -18
  98. package/dist/analytics/extractCorpus/coverageAudit.js +44 -45
  99. package/dist/analytics/extractCorpus/cursorSessions.js +28 -8
  100. package/dist/analytics/extractCorpus/evidenceTiers.js +709 -0
  101. package/dist/analytics/extractCorpus/extractCorpusParity.js +4 -4
  102. package/dist/analytics/extractCorpus/filesystemSources.js +5 -5
  103. package/dist/analytics/extractCorpus/index.js +4 -2
  104. package/dist/analytics/extractCorpus/jsonlSessions.js +76 -8
  105. package/dist/analytics/extractCorpus/sqliteCaps.js +0 -1
  106. package/dist/analytics/extractCorpus/sqliteSessions.js +12 -4
  107. package/dist/analytics/extractCorpus/tierReader.js +108 -0
  108. package/dist/analytics/extractCorpus.js +0 -1
  109. package/dist/analytics/glossaryAdviceResolution.js +166 -0
  110. package/dist/analytics/glossaryInputAcquisition.js +319 -0
  111. package/dist/analytics/personalGlossaryAdmission.js +113 -0
  112. package/dist/analytics/personalGlossaryCandidateProjection.js +692 -0
  113. package/dist/analytics/personalGlossaryCandidateProjectionExcerpts.js +144 -0
  114. package/dist/analytics/personalGlossaryCandidateReadView.js +23 -0
  115. package/dist/analytics/personalGlossaryCurrentGeneration.js +25 -0
  116. package/dist/analytics/personalGlossaryDecision.js +203 -0
  117. package/dist/analytics/personalGlossaryExplicit.js +788 -0
  118. package/dist/analytics/personalGlossaryExplicitMining.js +285 -0
  119. package/dist/analytics/personalGlossaryExplicitScope.js +41 -0
  120. package/dist/analytics/personalGlossaryExplicitSegments.js +418 -0
  121. package/dist/analytics/personalGlossaryExplicitTypes.js +26 -0
  122. package/dist/analytics/personalGlossaryLexicalClassifier.js +175 -0
  123. package/dist/analytics/personalGlossaryProfile.js +229 -0
  124. package/dist/analytics/personalGlossaryRecurrence.js +618 -0
  125. package/dist/analytics/personalGlossaryReviewRecordStorage.js +428 -0
  126. package/dist/analytics/personalGlossaryReviewRecords.js +332 -0
  127. package/dist/analytics/profileSignals.js +211 -0
  128. package/dist/analytics/usageStats.js +150 -23
  129. package/dist/audit/terminologyDrift.js +281 -0
  130. package/dist/bin/agentera.js +3 -2
  131. package/dist/capabilities/audit/instructions.js +16 -6
  132. package/dist/capabilities/build/instructions.js +59 -6
  133. package/dist/capabilities/design/instructions.js +3 -4
  134. package/dist/capabilities/discuss/instructions.js +29 -6
  135. package/dist/capabilities/document/instructions.js +11 -6
  136. package/dist/capabilities/index.js +20 -14
  137. package/dist/capabilities/optimize/instructions.js +14 -6
  138. package/dist/capabilities/orchestrate/instructions.js +42 -6
  139. package/dist/capabilities/plan/instructions.js +30 -3
  140. package/dist/capabilities/profile/instructions.js +104 -5
  141. package/dist/capabilities/research/instructions.js +4 -5
  142. package/dist/capabilities/status/instructions.js +15 -6
  143. package/dist/capabilities/status/startupInstructions.js +34 -0
  144. package/dist/capabilities/vision/instructions.js +3 -5
  145. package/dist/cli/appContext.js +14 -7
  146. package/dist/cli/argvalidate.js +0 -1
  147. package/dist/cli/capabilityContext/benchmark.js +5 -4
  148. package/dist/cli/capabilityContext/bespoke.js +14 -6
  149. package/dist/cli/capabilityContext/build.js +116 -42
  150. package/dist/cli/capabilityContext/closeout.js +30 -27
  151. package/dist/cli/capabilityContext/contract.js +18 -27
  152. package/dist/cli/capabilityContext/evidence.js +84 -77
  153. package/dist/cli/capabilityContext/index.js +0 -1
  154. package/dist/cli/capabilityContext/orchestration.js +42 -18
  155. package/dist/cli/capabilityContext/planState.js +89 -96
  156. package/dist/cli/capabilityContext/progress.js +51 -12
  157. package/dist/cli/capabilityContext/projectVerification.js +409 -0
  158. package/dist/cli/capabilityContext/shared.js +9 -20
  159. package/dist/cli/capabilityContext/slim.js +52 -8
  160. package/dist/cli/capabilityContext/startup.js +51 -114
  161. package/dist/cli/capabilityContext/startupAggregation.js +68 -0
  162. package/dist/cli/capabilityContext/types.js +26 -10
  163. package/dist/cli/capabilityContext.js +0 -1
  164. package/dist/cli/commands/appHome.js +0 -1
  165. package/dist/cli/commands/capability.js +2 -2
  166. package/dist/cli/commands/compact.js +163 -13
  167. package/dist/cli/commands/doctor.js +117 -11
  168. package/dist/cli/commands/durability.js +81 -0
  169. package/dist/cli/commands/glossaryAdvice.js +138 -0
  170. package/dist/cli/commands/lint.js +22 -8
  171. package/dist/cli/commands/personalGlossaryCandidateReads.js +744 -0
  172. package/dist/cli/commands/personalGlossaryDecision.js +349 -0
  173. package/dist/cli/commands/personalGlossaryPublish.js +484 -0
  174. package/dist/cli/commands/personalGlossaryReviewRecordReads.js +209 -0
  175. package/dist/cli/commands/personalGlossaryReviewRecords.js +623 -0
  176. package/dist/cli/commands/prime/briefOrientation.js +845 -0
  177. package/dist/cli/commands/prime/buildExecutionRequest.js +165 -0
  178. package/dist/cli/commands/prime/bundleStatus.js +54 -4
  179. package/dist/cli/commands/prime/collectEntityOrientation.js +326 -0
  180. package/dist/cli/commands/prime/collectOrientationState.js +126 -63
  181. package/dist/cli/commands/prime/orientationOutput.js +267 -56
  182. package/dist/cli/commands/prime/types.js +0 -1
  183. package/dist/cli/commands/prime/v1Migration.js +0 -1
  184. package/dist/cli/commands/prime.js +76 -11
  185. package/dist/cli/commands/profileGrounding.js +55 -0
  186. package/dist/cli/commands/query.js +74 -52
  187. package/dist/cli/commands/report.js +91 -21
  188. package/dist/cli/commands/route.js +142 -0
  189. package/dist/cli/commands/schema.js +436 -138
  190. package/dist/cli/commands/state/decisions.js +40 -56
  191. package/dist/cli/commands/state/docs.js +58 -85
  192. package/dist/cli/commands/state/experimentRecords.js +151 -0
  193. package/dist/cli/commands/state/experiments.js +11 -65
  194. package/dist/cli/commands/state/get.js +129 -0
  195. package/dist/cli/commands/state/health.js +11 -113
  196. package/dist/cli/commands/state/index.js +6 -41
  197. package/dist/cli/commands/state/list.js +194 -0
  198. package/dist/cli/commands/state/objective.js +21 -65
  199. package/dist/cli/commands/state/plan.js +11 -170
  200. package/dist/cli/commands/state/planTasks.js +154 -0
  201. package/dist/cli/commands/state/plans.js +154 -0
  202. package/dist/cli/commands/state/progress.js +11 -45
  203. package/dist/cli/commands/state/shared.js +0 -1
  204. package/dist/cli/commands/state/todo.js +28 -107
  205. package/dist/cli/commands/state/write.js +433 -0
  206. package/dist/cli/commands/upgrade.js +146 -5
  207. package/dist/cli/commands/upgradeVerify.js +118 -0
  208. package/dist/cli/commands/validate.js +235 -136
  209. package/dist/cli/commands/verify.js +73 -16
  210. package/dist/cli/contracts/bundleStatus.js +0 -1
  211. package/dist/cli/contracts/orientationState.js +0 -1
  212. package/dist/cli/dispatch/argvParser.js +0 -1
  213. package/dist/cli/dispatch/check.js +84 -40
  214. package/dist/cli/dispatch/commands.js +3 -3
  215. package/dist/cli/dispatch/index.js +77 -52
  216. package/dist/cli/dispatch/lifecycle.js +162 -62
  217. package/dist/cli/dispatch/prime.js +37 -2
  218. package/dist/cli/dispatch/projections.js +17 -0
  219. package/dist/cli/dispatch/shared.js +1 -2
  220. package/dist/cli/dispatch/state.js +62 -66
  221. package/dist/cli/dispatch.js +0 -1
  222. package/dist/cli/errors.js +16 -17
  223. package/dist/cli/help.js +404 -39
  224. package/dist/cli/migrationRequired.js +125 -0
  225. package/dist/cli/orientation/attention.js +19 -19
  226. package/dist/cli/orientation/corpusCoverage.js +32 -1
  227. package/dist/cli/orientation.js +346 -129
  228. package/dist/cli/planArtifacts.js +350 -0
  229. package/dist/cli/planEvidence.js +157 -0
  230. package/dist/cli/planLifecycleState.js +36 -0
  231. package/dist/cli/planTaskIndex.js +11 -0
  232. package/dist/cli/preCutoverCommand.js +32 -0
  233. package/dist/cli/prime-blob.js +71 -3
  234. package/dist/cli/profileAcquisition.js +167 -0
  235. package/dist/cli/startupCompletenessContract.js +11 -8
  236. package/dist/cli/stateQuery.js +47 -12
  237. package/dist/cli/structured.js +0 -1
  238. package/dist/cli/todoMarkdown.js +25 -12
  239. package/dist/cli/todoReadinessSelection.js +192 -0
  240. package/dist/cli/todoSeverity.js +0 -1
  241. package/dist/core/atomicWriter.js +23 -0
  242. package/dist/core/developmentChannel.js +1 -0
  243. package/dist/core/developmentInvocation.js +377 -0
  244. package/dist/core/difflib.js +0 -1
  245. package/dist/core/envPaths.js +0 -1
  246. package/dist/core/jsonValue.js +0 -1
  247. package/dist/core/paths.js +0 -1
  248. package/dist/core/pyjson.js +0 -1
  249. package/dist/core/shell.js +4 -0
  250. package/dist/core/skillIdentity.js +23 -0
  251. package/dist/core/sourceRoot.js +9 -12
  252. package/dist/core/text.js +10 -0
  253. package/dist/core/toml.js +0 -1
  254. package/dist/core/yaml.js +61 -2
  255. package/dist/eval/evalSkills.js +13 -14
  256. package/dist/eval/glossaryEvaluation.js +751 -0
  257. package/dist/eval/glossaryEvaluationProcess.js +29 -0
  258. package/dist/eval/glossaryEvaluationRunner.js +571 -0
  259. package/dist/eval/glossaryEvaluationSuccessReport.js +297 -0
  260. package/dist/eval/hybridRouteEvaluation.js +155 -0
  261. package/dist/eval/semanticEval.js +0 -1
  262. package/dist/eval/semanticFixtures.js +0 -1
  263. package/dist/hooks/common.js +3 -56
  264. package/dist/hooks/compaction/apply.js +224 -47
  265. package/dist/hooks/compaction/dryRun.js +2 -1
  266. package/dist/hooks/compaction/index.js +5 -6
  267. package/dist/hooks/compaction/parse.js +73 -6
  268. package/dist/hooks/compaction/retention.js +28 -25
  269. package/dist/hooks/compaction/status.js +145 -26
  270. package/dist/hooks/compaction/types.js +0 -1
  271. package/dist/hooks/validateArtifact/agentFacing.js +0 -1
  272. package/dist/hooks/validateArtifact/index.js +6 -65
  273. package/dist/hooks/validateArtifact/markdown.js +9 -10
  274. package/dist/hooks/validateArtifact/schema.js +96 -9
  275. package/dist/hooks/validateArtifact/traversal.js +12 -11
  276. package/dist/hooks/validateArtifact/violations.js +5 -3
  277. package/dist/migrate/v2HandoffManifest.js +8 -3
  278. package/dist/registries/activationContract.js +2 -0
  279. package/dist/registries/activationTuples.js +136 -0
  280. package/dist/registries/artifactProtocolIds.js +2 -1
  281. package/dist/registries/artifactRegistry.js +207 -60
  282. package/dist/registries/artifactSchemaProjection.js +45 -0
  283. package/dist/registries/capabilityContract.js +5 -21
  284. package/dist/registries/evaluatorHandoffContract.js +0 -1
  285. package/dist/registries/evidenceTierContract.js +375 -0
  286. package/dist/registries/explicitSegmentGrammarContract.js +619 -0
  287. package/dist/registries/glossaryAdviceContract.js +79 -0
  288. package/dist/registries/glossaryCandidateContractPaths.js +6 -0
  289. package/dist/registries/glossaryCandidateContracts.js +820 -0
  290. package/dist/registries/glossaryCandidateDecisionAuthority.js +119 -0
  291. package/dist/registries/glossaryCandidateDecisionContract.js +62 -0
  292. package/dist/registries/glossaryCandidateProjectionAuthority.js +197 -0
  293. package/dist/registries/glossaryCandidateProjectionContract.js +104 -0
  294. package/dist/registries/glossaryCaveatContract.js +67 -0
  295. package/dist/registries/glossaryConsumerContractValidation.js +787 -0
  296. package/dist/registries/glossaryEntryContract.js +759 -0
  297. package/dist/registries/glossaryEntryTemporal.js +12 -0
  298. package/dist/registries/glossaryMiningAuthority.js +764 -0
  299. package/dist/registries/glossaryProfileFullContract.js +24 -0
  300. package/dist/registries/glossaryReviewRecordsAuthority.js +426 -0
  301. package/dist/registries/glossaryReviewRecordsContract.js +129 -0
  302. package/dist/registries/glossaryTermIdentity.js +139 -0
  303. package/dist/registries/glossaryTermOccurrence.js +20 -0
  304. package/dist/registries/hybridRoute.js +274 -0
  305. package/dist/registries/hybridRouteReceipt.js +221 -0
  306. package/dist/registries/packagePublication.js +273 -0
  307. package/dist/registries/packageRegistry.js +184 -209
  308. package/dist/registries/personalGlossaryContracts.js +1 -0
  309. package/dist/registries/todoReadinessContract.js +448 -0
  310. package/dist/registries/triggerLoader.js +7 -44
  311. package/dist/registries/verbosityBudgetContract.js +205 -0
  312. package/dist/release/releaseMetadata.js +167 -10
  313. package/dist/runtime/lifecycleAdapterContract.js +457 -0
  314. package/dist/runtime/lifecycleAdapters.js +777 -0
  315. package/dist/runtime/lifecycleAuthority.js +453 -0
  316. package/dist/runtime/lifecycleOperationContract.js +123 -0
  317. package/dist/runtime/lifecycleOperations.js +634 -0
  318. package/dist/runtime/lifecycleOwnershipJournal.js +622 -0
  319. package/dist/runtime/lifecyclePublication.js +415 -0
  320. package/dist/runtime/lifecycleSnapshot.js +438 -0
  321. package/dist/runtime/nativeResourceCleanup.js +502 -0
  322. package/dist/setup/opencode.js +20 -13
  323. package/dist/setup/opencodeConstants.js +1 -0
  324. package/dist/setup/sharedSkill.js +45 -0
  325. package/dist/setup/smokeChecks.js +14 -75
  326. package/dist/state/archiveDiscovery.js +580 -0
  327. package/dist/state/archivePublication.js +225 -0
  328. package/dist/state/archiveRecovery.js +237 -0
  329. package/dist/state/archiveReplay.js +53 -0
  330. package/dist/state/canonicalMigrationRecord.js +36 -0
  331. package/dist/state/changelog.js +221 -0
  332. package/dist/state/decisionEntities.js +367 -0
  333. package/dist/state/decisionLegacyValidation.js +215 -0
  334. package/dist/state/decisionMigrationProvenance.js +199 -0
  335. package/dist/state/decisionOverlay.js +254 -0
  336. package/dist/state/decisionRevision.js +256 -0
  337. package/dist/state/decisionRevisionMigration.js +89 -0
  338. package/dist/state/directRetrieval.js +323 -0
  339. package/dist/state/durability.js +324 -0
  340. package/dist/state/entityCutover.js +459 -0
  341. package/dist/state/entityCutoverGit.js +127 -0
  342. package/dist/state/entityGlossaryAuthority.js +13 -0
  343. package/dist/state/entityListProjection.js +187 -0
  344. package/dist/state/entityListRuntimeRegistry.js +85 -0
  345. package/dist/state/entityMigrationCausality.js +97 -0
  346. package/dist/state/entityMigrationIdentity.js +5 -0
  347. package/dist/state/entityMigrationPreview.js +840 -0
  348. package/dist/state/entityMigrationTodo.js +133 -0
  349. package/dist/state/entityPublicationContext.js +859 -0
  350. package/dist/state/entityRetrievalHelp.js +506 -0
  351. package/dist/state/entityStorage.js +899 -0
  352. package/dist/state/exactReplacementRecovery.js +18 -0
  353. package/dist/state/experimentArchive.js +63 -0
  354. package/dist/state/experimentIdentity.js +202 -0
  355. package/dist/state/healthEntities.js +262 -0
  356. package/dist/state/healthEntityValidation.js +18 -0
  357. package/dist/state/healthRepair.js +69 -0
  358. package/dist/state/installRoot.js +15 -7
  359. package/dist/state/legacyEntityCutoverEvidence.js +65 -0
  360. package/dist/state/legacyIdentity.js +47 -0
  361. package/dist/state/legacySummaryRecord.js +6 -0
  362. package/dist/state/listAccounting.js +54 -0
  363. package/dist/state/listClassification.js +17 -0
  364. package/dist/state/listCursor.js +42 -0
  365. package/dist/state/listRetrieval.js +781 -0
  366. package/dist/state/migrationSourceBinding.js +30 -0
  367. package/dist/state/objectiveExperimentEntities.js +322 -0
  368. package/dist/state/planEntities.js +1027 -0
  369. package/dist/state/planIdentity.js +47 -0
  370. package/dist/state/planLineageValidation.js +52 -0
  371. package/dist/state/planReplacementTransaction.js +475 -0
  372. package/dist/state/planRetrieval.js +313 -0
  373. package/dist/state/planTaskRetrieval.js +294 -0
  374. package/dist/state/progressEntities.js +512 -0
  375. package/dist/state/progressGlossaryCaveat.js +168 -0
  376. package/dist/state/progressPublicationOrder.js +19 -0
  377. package/dist/state/progressWritePolicy.js +33 -0
  378. package/dist/state/projectRoot.js +62 -0
  379. package/dist/state/projectionPolicy.js +190 -0
  380. package/dist/state/retrievalAuthority.js +156 -0
  381. package/dist/state/safeProjectFile.js +155 -0
  382. package/dist/state/startupAnalysis/benchmark.js +70 -9
  383. package/dist/state/startupAnalysis/contract.js +44 -10
  384. package/dist/state/startupAnalysis/helpers.js +1 -2
  385. package/dist/state/startupAnalysis/index.js +0 -1
  386. package/dist/state/startupAnalysis/metrics.js +0 -1
  387. package/dist/state/startupAnalysis/records.js +0 -1
  388. package/dist/state/startupAnalysis/report.js +0 -1
  389. package/dist/state/startupAnalysis/threshold.js +13 -1
  390. package/dist/state/startupAnalysis.js +0 -1
  391. package/dist/state/startupProjection.js +499 -0
  392. package/dist/state/stateMode.js +222 -0
  393. package/dist/state/stateStorageAuthority.js +47 -0
  394. package/dist/state/summaryEntityRead.js +25 -0
  395. package/dist/state/summaryMigrationProvenance.js +66 -0
  396. package/dist/state/summarySourceRowAuthority.js +36 -0
  397. package/dist/state/todoActivationSafety.js +58 -0
  398. package/dist/state/todoDocsEntities.js +1124 -0
  399. package/dist/state/todoDocsEntityValidation.js +158 -0
  400. package/dist/state/todoMarkdownProjection.js +51 -0
  401. package/dist/state/todoReconciliationActivation.js +182 -0
  402. package/dist/state/todoReconciliationInspection.js +171 -0
  403. package/dist/state/todoReconciliationRepair.js +318 -0
  404. package/dist/state/todoReconciliationTransaction.js +595 -0
  405. package/dist/state/write/assign.js +20 -0
  406. package/dist/state/write/candidateMutation.js +269 -0
  407. package/dist/state/write/errors.js +11 -0
  408. package/dist/state/write/experimentPublication.js +192 -0
  409. package/dist/state/write/explain.js +377 -0
  410. package/dist/state/write/fields.js +61 -0
  411. package/dist/state/write/glossaryPublication.js +263 -0
  412. package/dist/state/write/grammar.js +285 -0
  413. package/dist/state/write/helpers.js +29 -0
  414. package/dist/state/write/index.js +12 -0
  415. package/dist/state/write/input.js +391 -0
  416. package/dist/state/write/lock.js +837 -0
  417. package/dist/state/write/mutation.js +234 -0
  418. package/dist/state/write/operations.js +170 -0
  419. package/dist/state/write/planEvaluation.js +128 -0
  420. package/dist/state/write/planPublication.js +179 -0
  421. package/dist/state/write/runtimeOperations.js +146 -0
  422. package/dist/state/write/serialize.js +1 -0
  423. package/dist/state/write/transaction.js +57 -0
  424. package/dist/state/write/validate.js +7 -0
  425. package/dist/upgrade/appContentRefresh.js +77 -36
  426. package/dist/upgrade/appModel.js +0 -1
  427. package/dist/upgrade/atomicWriter.js +1 -0
  428. package/dist/upgrade/bundleEvidence.js +0 -1
  429. package/dist/upgrade/channels.js +6 -9
  430. package/dist/upgrade/compatibility.js +43 -17
  431. package/dist/upgrade/doctor.js +55 -32
  432. package/dist/upgrade/doctorClassifier.js +11 -1
  433. package/dist/upgrade/installedHooksRetirement.js +46 -40
  434. package/dist/upgrade/legacyAgentCleanup.js +187 -21
  435. package/dist/upgrade/lifecycleUpgrade.js +113 -0
  436. package/dist/upgrade/migrateArtifactsV2ToV3.js +334 -64
  437. package/dist/upgrade/migrationPublication.js +122 -0
  438. package/dist/upgrade/nextMajorDoctor.js +0 -1
  439. package/dist/upgrade/npxPlatformStatus.js +2 -2
  440. package/dist/upgrade/projectIntegration.js +128 -160
  441. package/dist/upgrade/projectIntegrationDecision.js +42 -85
  442. package/dist/upgrade/retiredResourceDiagnostics.js +117 -0
  443. package/dist/upgrade/runtimeMigration.js +262 -453
  444. package/dist/upgrade/upgradeCommands.js +14 -1
  445. package/dist/upgrade/upgradeLock.js +85 -0
  446. package/dist/upgrade/upgradeOrchestrator.js +263 -59
  447. package/dist/upgrade/v3CapabilitySurface.js +2 -3
  448. package/dist/upgrade/versionResolution.js +0 -1
  449. package/dist/validate/activationArtifactEvidence.js +866 -0
  450. package/dist/validate/activationArtifactEvidenceTypes.js +12 -0
  451. package/dist/validate/activationConjunction.js +816 -0
  452. package/dist/validate/activationEvidenceManifest.js +610 -0
  453. package/dist/validate/activationPackageSemantics.js +29 -0
  454. package/dist/validate/appHomeContract.js +1 -7
  455. package/dist/validate/bootstrapAuthority.js +44 -0
  456. package/dist/validate/capability.js +11 -3
  457. package/dist/validate/crossCapability.js +14 -9
  458. package/dist/validate/retainedReferenceAuthority.js +879 -0
  459. package/dist/validate/selfAudit.js +39 -45
  460. package/dist/validate/v1LegacyCruft.js +131 -0
  461. package/dist/validate/vocabularyAuthority.js +8 -8
  462. package/package.json +39 -13
  463. package/bundle/references/adapters/cursor.md +0 -214
  464. package/bundle/references/adapters/opencode.md +0 -530
  465. package/bundle/references/adapters/package-manifest-interface-model.yaml +0 -337
  466. package/bundle/references/adapters/runtime-adapter-characterization.md +0 -79
  467. package/bundle/references/adapters/runtime-adapter-interface-model.yaml +0 -200
  468. package/bundle/references/adapters/runtime-adapter-registry.yaml +0 -554
  469. package/bundle/references/adapters/runtime-feature-parity.md +0 -189
  470. package/bundle/references/analysis/benchmark.md +0 -267
  471. package/bundle/references/analysis/startup-measurement-contract.yaml +0 -424
  472. package/bundle/references/cli/agent-ready-state-contract.yaml +0 -953
  473. package/bundle/references/cli/audience-namespace-cli-migration.yaml +0 -369
  474. package/bundle/references/cli/bundle-skill-vocabulary.yaml +0 -250
  475. package/bundle/references/cli/capability-tool-classification.yaml +0 -53
  476. package/bundle/references/cli/coexistence-probe.yaml +0 -13
  477. package/bundle/references/cli/parity-expected-actual-template.md +0 -30
  478. package/bundle/references/cli/routing-execution-vocabulary.yaml +0 -281
  479. package/bundle/references/cli/single-name-protocol.yaml +0 -42
  480. package/bundle/references/cli/upgrade-repair-wording.md +0 -45
  481. package/bundle/references/cli/v3-handoff-manifest.schema.yaml +0 -98
  482. package/bundle/references/meta/documentation-inventory.md +0 -49
  483. package/bundle/skills/agentera/.claude-plugin/plugin.json +0 -27
  484. package/bundle/skills/agentera/agents/audit.toml +0 -6
  485. package/bundle/skills/agentera/agents/build.toml +0 -6
  486. package/bundle/skills/agentera/agents/design.toml +0 -6
  487. package/bundle/skills/agentera/agents/discuss.toml +0 -6
  488. package/bundle/skills/agentera/agents/document.toml +0 -6
  489. package/bundle/skills/agentera/agents/optimize.toml +0 -6
  490. package/bundle/skills/agentera/agents/orchestrate.toml +0 -6
  491. package/bundle/skills/agentera/agents/plan.toml +0 -6
  492. package/bundle/skills/agentera/agents/profile.toml +0 -6
  493. package/bundle/skills/agentera/agents/research.toml +0 -6
  494. package/bundle/skills/agentera/agents/status.toml +0 -6
  495. package/bundle/skills/agentera/agents/vision.toml +0 -6
  496. package/bundle/skills/agentera/references/contract.md +0 -1048
  497. package/dist/analytics/extractCorpus/cli.js.map +0 -1
  498. package/dist/analytics/extractCorpus/copilotSessions.js.map +0 -1
  499. package/dist/analytics/extractCorpus/core.js.map +0 -1
  500. package/dist/analytics/extractCorpus/corpus.js.map +0 -1
  501. package/dist/analytics/extractCorpus/coverageAudit.js.map +0 -1
  502. package/dist/analytics/extractCorpus/cursorSessions.js.map +0 -1
  503. package/dist/analytics/extractCorpus/extractCorpusParity.js.map +0 -1
  504. package/dist/analytics/extractCorpus/filesystemSources.js.map +0 -1
  505. package/dist/analytics/extractCorpus/index.js.map +0 -1
  506. package/dist/analytics/extractCorpus/jsonlSessions.js.map +0 -1
  507. package/dist/analytics/extractCorpus/sqliteCaps.js.map +0 -1
  508. package/dist/analytics/extractCorpus/sqliteSessions.js.map +0 -1
  509. package/dist/analytics/extractCorpus.js.map +0 -1
  510. package/dist/analytics/usageStats.js.map +0 -1
  511. package/dist/bin/agentera.js.map +0 -1
  512. package/dist/capabilities/audit/instructions.js.map +0 -1
  513. package/dist/capabilities/build/instructions.js.map +0 -1
  514. package/dist/capabilities/design/instructions.js.map +0 -1
  515. package/dist/capabilities/discuss/instructions.js.map +0 -1
  516. package/dist/capabilities/document/instructions.js.map +0 -1
  517. package/dist/capabilities/dokumentera/instructions.js +0 -6
  518. package/dist/capabilities/dokumentera/instructions.js.map +0 -1
  519. package/dist/capabilities/hej/instructions.js +0 -6
  520. package/dist/capabilities/hej/instructions.js.map +0 -1
  521. package/dist/capabilities/index.js.map +0 -1
  522. package/dist/capabilities/inspektera/instructions.js +0 -6
  523. package/dist/capabilities/inspektera/instructions.js.map +0 -1
  524. package/dist/capabilities/inspirera/instructions.js +0 -6
  525. package/dist/capabilities/inspirera/instructions.js.map +0 -1
  526. package/dist/capabilities/optimera/instructions.js +0 -6
  527. package/dist/capabilities/optimera/instructions.js.map +0 -1
  528. package/dist/capabilities/optimize/instructions.js.map +0 -1
  529. package/dist/capabilities/orchestrate/instructions.js.map +0 -1
  530. package/dist/capabilities/orkestrera/instructions.js +0 -6
  531. package/dist/capabilities/orkestrera/instructions.js.map +0 -1
  532. package/dist/capabilities/plan/instructions.js.map +0 -1
  533. package/dist/capabilities/planera/instructions.js +0 -6
  534. package/dist/capabilities/planera/instructions.js.map +0 -1
  535. package/dist/capabilities/profile/instructions.js.map +0 -1
  536. package/dist/capabilities/profilera/instructions.js +0 -6
  537. package/dist/capabilities/profilera/instructions.js.map +0 -1
  538. package/dist/capabilities/realisera/instructions.js +0 -6
  539. package/dist/capabilities/realisera/instructions.js.map +0 -1
  540. package/dist/capabilities/research/instructions.js.map +0 -1
  541. package/dist/capabilities/resonera/instructions.js +0 -6
  542. package/dist/capabilities/resonera/instructions.js.map +0 -1
  543. package/dist/capabilities/status/instructions.js.map +0 -1
  544. package/dist/capabilities/vision/instructions.js.map +0 -1
  545. package/dist/capabilities/visionera/instructions.js +0 -6
  546. package/dist/capabilities/visionera/instructions.js.map +0 -1
  547. package/dist/capabilities/visualisera/instructions.js +0 -5
  548. package/dist/capabilities/visualisera/instructions.js.map +0 -1
  549. package/dist/cli/appContext.js.map +0 -1
  550. package/dist/cli/argvalidate.js.map +0 -1
  551. package/dist/cli/capabilityContext/benchmark.js.map +0 -1
  552. package/dist/cli/capabilityContext/bespoke.js.map +0 -1
  553. package/dist/cli/capabilityContext/build.js.map +0 -1
  554. package/dist/cli/capabilityContext/closeout.js.map +0 -1
  555. package/dist/cli/capabilityContext/contract.js.map +0 -1
  556. package/dist/cli/capabilityContext/evidence.js.map +0 -1
  557. package/dist/cli/capabilityContext/index.js.map +0 -1
  558. package/dist/cli/capabilityContext/orchestration.js.map +0 -1
  559. package/dist/cli/capabilityContext/planState.js.map +0 -1
  560. package/dist/cli/capabilityContext/progress.js.map +0 -1
  561. package/dist/cli/capabilityContext/realisera.js +0 -174
  562. package/dist/cli/capabilityContext/realisera.js.map +0 -1
  563. package/dist/cli/capabilityContext/shared.js.map +0 -1
  564. package/dist/cli/capabilityContext/slim.js.map +0 -1
  565. package/dist/cli/capabilityContext/startup.js.map +0 -1
  566. package/dist/cli/capabilityContext/types.js.map +0 -1
  567. package/dist/cli/capabilityContext.js.map +0 -1
  568. package/dist/cli/commands/appHome.js.map +0 -1
  569. package/dist/cli/commands/backfill.js +0 -84
  570. package/dist/cli/commands/backfill.js.map +0 -1
  571. package/dist/cli/commands/capability.js.map +0 -1
  572. package/dist/cli/commands/compact.js.map +0 -1
  573. package/dist/cli/commands/doctor.js.map +0 -1
  574. package/dist/cli/commands/lint.js.map +0 -1
  575. package/dist/cli/commands/prime/bundleStatus.js.map +0 -1
  576. package/dist/cli/commands/prime/collectOrientationState.js.map +0 -1
  577. package/dist/cli/commands/prime/orientationOutput.js.map +0 -1
  578. package/dist/cli/commands/prime/routeOutput.js +0 -50
  579. package/dist/cli/commands/prime/routeOutput.js.map +0 -1
  580. package/dist/cli/commands/prime/types.js.map +0 -1
  581. package/dist/cli/commands/prime/v1Migration.js.map +0 -1
  582. package/dist/cli/commands/prime.js.map +0 -1
  583. package/dist/cli/commands/query.js.map +0 -1
  584. package/dist/cli/commands/report.js.map +0 -1
  585. package/dist/cli/commands/schema.js.map +0 -1
  586. package/dist/cli/commands/state/decisions.js.map +0 -1
  587. package/dist/cli/commands/state/docs.js.map +0 -1
  588. package/dist/cli/commands/state/experiments.js.map +0 -1
  589. package/dist/cli/commands/state/health.js.map +0 -1
  590. package/dist/cli/commands/state/index.js.map +0 -1
  591. package/dist/cli/commands/state/objective.js.map +0 -1
  592. package/dist/cli/commands/state/plan.js.map +0 -1
  593. package/dist/cli/commands/state/progress.js.map +0 -1
  594. package/dist/cli/commands/state/shared.js.map +0 -1
  595. package/dist/cli/commands/state/todo.js.map +0 -1
  596. package/dist/cli/commands/state.js +0 -1023
  597. package/dist/cli/commands/state.js.map +0 -1
  598. package/dist/cli/commands/upgrade.js.map +0 -1
  599. package/dist/cli/commands/validate.js.map +0 -1
  600. package/dist/cli/commands/verify.js.map +0 -1
  601. package/dist/cli/contracts/bundleStatus.js.map +0 -1
  602. package/dist/cli/contracts/orientationState.js.map +0 -1
  603. package/dist/cli/dispatch/argvParser.js.map +0 -1
  604. package/dist/cli/dispatch/check.js.map +0 -1
  605. package/dist/cli/dispatch/commands.js.map +0 -1
  606. package/dist/cli/dispatch/index.js.map +0 -1
  607. package/dist/cli/dispatch/lifecycle.js.map +0 -1
  608. package/dist/cli/dispatch/prime.js.map +0 -1
  609. package/dist/cli/dispatch/shared.js.map +0 -1
  610. package/dist/cli/dispatch/state.js.map +0 -1
  611. package/dist/cli/dispatch.js.map +0 -1
  612. package/dist/cli/errors.js.map +0 -1
  613. package/dist/cli/help.js.map +0 -1
  614. package/dist/cli/orientation/attention.js.map +0 -1
  615. package/dist/cli/orientation/corpusCoverage.js.map +0 -1
  616. package/dist/cli/orientation.js.map +0 -1
  617. package/dist/cli/prime-blob.js.map +0 -1
  618. package/dist/cli/startupCompletenessContract.js.map +0 -1
  619. package/dist/cli/stateQuery.js.map +0 -1
  620. package/dist/cli/structured.js.map +0 -1
  621. package/dist/cli/todoMarkdown.js.map +0 -1
  622. package/dist/cli/todoSeverity.js.map +0 -1
  623. package/dist/core/difflib.js.map +0 -1
  624. package/dist/core/envPaths.js.map +0 -1
  625. package/dist/core/git.js +0 -43
  626. package/dist/core/git.js.map +0 -1
  627. package/dist/core/jsonValue.js.map +0 -1
  628. package/dist/core/paths.js.map +0 -1
  629. package/dist/core/pyjson.js.map +0 -1
  630. package/dist/core/sourceRoot.js.map +0 -1
  631. package/dist/core/toml.js.map +0 -1
  632. package/dist/core/yaml.js.map +0 -1
  633. package/dist/eval/evalSkills.js.map +0 -1
  634. package/dist/eval/semanticEval.js.map +0 -1
  635. package/dist/eval/semanticFixtures.js.map +0 -1
  636. package/dist/hooks/common.js.map +0 -1
  637. package/dist/hooks/compaction/apply.js.map +0 -1
  638. package/dist/hooks/compaction/dryRun.js.map +0 -1
  639. package/dist/hooks/compaction/index.js.map +0 -1
  640. package/dist/hooks/compaction/parse.js.map +0 -1
  641. package/dist/hooks/compaction/retention.js.map +0 -1
  642. package/dist/hooks/compaction/status.js.map +0 -1
  643. package/dist/hooks/compaction/todoResolved.js +0 -137
  644. package/dist/hooks/compaction/todoResolved.js.map +0 -1
  645. package/dist/hooks/compaction/types.js.map +0 -1
  646. package/dist/hooks/compaction.js +0 -935
  647. package/dist/hooks/compaction.js.map +0 -1
  648. package/dist/hooks/cursorPreToolUse.js +0 -19
  649. package/dist/hooks/cursorPreToolUse.js.map +0 -1
  650. package/dist/hooks/cursorSessionStart.js +0 -79
  651. package/dist/hooks/cursorSessionStart.js.map +0 -1
  652. package/dist/hooks/sessionStart.js +0 -216
  653. package/dist/hooks/sessionStart.js.map +0 -1
  654. package/dist/hooks/sessionStop.js +0 -206
  655. package/dist/hooks/sessionStop.js.map +0 -1
  656. package/dist/hooks/todoLayout.js +0 -177
  657. package/dist/hooks/todoLayout.js.map +0 -1
  658. package/dist/hooks/validateArtifact/agentFacing.js.map +0 -1
  659. package/dist/hooks/validateArtifact/index.js.map +0 -1
  660. package/dist/hooks/validateArtifact/markdown.js.map +0 -1
  661. package/dist/hooks/validateArtifact/runtime.js +0 -86
  662. package/dist/hooks/validateArtifact/runtime.js.map +0 -1
  663. package/dist/hooks/validateArtifact/schema.js.map +0 -1
  664. package/dist/hooks/validateArtifact/traversal.js.map +0 -1
  665. package/dist/hooks/validateArtifact/violations.js.map +0 -1
  666. package/dist/hooks/validateArtifact.js +0 -924
  667. package/dist/hooks/validateArtifact.js.map +0 -1
  668. package/dist/migrate/v2HandoffManifest.js.map +0 -1
  669. package/dist/registries/artifactProtocolIds.js.map +0 -1
  670. package/dist/registries/artifactRegistry.js.map +0 -1
  671. package/dist/registries/capabilityContract.js.map +0 -1
  672. package/dist/registries/evaluatorHandoffContract.js.map +0 -1
  673. package/dist/registries/packageRegistry.js.map +0 -1
  674. package/dist/registries/runtimeAdapterRegistry.js +0 -316
  675. package/dist/registries/runtimeAdapterRegistry.js.map +0 -1
  676. package/dist/registries/triggerLoader.js.map +0 -1
  677. package/dist/release/releaseMetadata.js.map +0 -1
  678. package/dist/routing/index.js +0 -2
  679. package/dist/routing/index.js.map +0 -1
  680. package/dist/routing/routeEngine.js +0 -189
  681. package/dist/routing/routeEngine.js.map +0 -1
  682. package/dist/setup/codex/agents.js +0 -96
  683. package/dist/setup/codex/agents.js.map +0 -1
  684. package/dist/setup/codex/cli.js +0 -161
  685. package/dist/setup/codex/cli.js.map +0 -1
  686. package/dist/setup/codex/configToml.js +0 -639
  687. package/dist/setup/codex/configToml.js.map +0 -1
  688. package/dist/setup/codex/constants.js +0 -29
  689. package/dist/setup/codex/constants.js.map +0 -1
  690. package/dist/setup/codex/installRoot.js +0 -64
  691. package/dist/setup/codex/installRoot.js.map +0 -1
  692. package/dist/setup/codex/state.js +0 -270
  693. package/dist/setup/codex/state.js.map +0 -1
  694. package/dist/setup/codex.js +0 -12
  695. package/dist/setup/codex.js.map +0 -1
  696. package/dist/setup/copilot.js +0 -227
  697. package/dist/setup/copilot.js.map +0 -1
  698. package/dist/setup/cursor.js +0 -129
  699. package/dist/setup/cursor.js.map +0 -1
  700. package/dist/setup/cursorSurfaces.js +0 -67
  701. package/dist/setup/cursorSurfaces.js.map +0 -1
  702. package/dist/setup/doctor/core.js +0 -300
  703. package/dist/setup/doctor/core.js.map +0 -1
  704. package/dist/setup/doctor/diagnostics.js +0 -240
  705. package/dist/setup/doctor/diagnostics.js.map +0 -1
  706. package/dist/setup/doctor/opencode.js +0 -313
  707. package/dist/setup/doctor/opencode.js.map +0 -1
  708. package/dist/setup/doctor/report.js +0 -425
  709. package/dist/setup/doctor/report.js.map +0 -1
  710. package/dist/setup/doctor.js +0 -10
  711. package/dist/setup/doctor.js.map +0 -1
  712. package/dist/setup/opencode.js.map +0 -1
  713. package/dist/setup/smokeChecks.js.map +0 -1
  714. package/dist/state/installRoot.js.map +0 -1
  715. package/dist/state/progressCommit.js +0 -289
  716. package/dist/state/progressCommit.js.map +0 -1
  717. package/dist/state/startupAnalysis/benchmark.js.map +0 -1
  718. package/dist/state/startupAnalysis/contract.js.map +0 -1
  719. package/dist/state/startupAnalysis/helpers.js.map +0 -1
  720. package/dist/state/startupAnalysis/index.js.map +0 -1
  721. package/dist/state/startupAnalysis/metrics.js.map +0 -1
  722. package/dist/state/startupAnalysis/records.js.map +0 -1
  723. package/dist/state/startupAnalysis/report.js.map +0 -1
  724. package/dist/state/startupAnalysis/threshold.js.map +0 -1
  725. package/dist/state/startupAnalysis.js.map +0 -1
  726. package/dist/upgrade/appContentRefresh.js.map +0 -1
  727. package/dist/upgrade/appModel.js.map +0 -1
  728. package/dist/upgrade/bundleEvidence.js.map +0 -1
  729. package/dist/upgrade/channels.js.map +0 -1
  730. package/dist/upgrade/cliProbe.js +0 -22
  731. package/dist/upgrade/cliProbe.js.map +0 -1
  732. package/dist/upgrade/coexistenceProbe.js +0 -107
  733. package/dist/upgrade/coexistenceProbe.js.map +0 -1
  734. package/dist/upgrade/compatibility.js.map +0 -1
  735. package/dist/upgrade/doctor.js.map +0 -1
  736. package/dist/upgrade/doctorClassifier.js.map +0 -1
  737. package/dist/upgrade/installedHooksRetirement.js.map +0 -1
  738. package/dist/upgrade/legacyAgentCleanup.js.map +0 -1
  739. package/dist/upgrade/migrateArtifactsV1ToV2.js +0 -570
  740. package/dist/upgrade/migrateArtifactsV1ToV2.js.map +0 -1
  741. package/dist/upgrade/migrateArtifactsV2ToV3.js.map +0 -1
  742. package/dist/upgrade/nextMajorDoctor.js.map +0 -1
  743. package/dist/upgrade/npxPlatformStatus.js.map +0 -1
  744. package/dist/upgrade/projectIntegration.js.map +0 -1
  745. package/dist/upgrade/projectIntegrationDecision.js.map +0 -1
  746. package/dist/upgrade/runtimeMigration.js.map +0 -1
  747. package/dist/upgrade/upgradeCommands.js.map +0 -1
  748. package/dist/upgrade/upgradeOrchestrator.js.map +0 -1
  749. package/dist/upgrade/v3CapabilitySurface.js.map +0 -1
  750. package/dist/upgrade/versionResolution.js.map +0 -1
  751. package/dist/validate/appHomeContract.js.map +0 -1
  752. package/dist/validate/capability.js.map +0 -1
  753. package/dist/validate/crossCapability.js.map +0 -1
  754. package/dist/validate/lifecycleAdapters/legacyPythonParity.js +0 -93
  755. package/dist/validate/lifecycleAdapters/legacyPythonParity.js.map +0 -1
  756. package/dist/validate/lifecycleAdapters/nodeFormChecks.js +0 -488
  757. package/dist/validate/lifecycleAdapters/nodeFormChecks.js.map +0 -1
  758. package/dist/validate/lifecycleAdapters/shared.js +0 -198
  759. package/dist/validate/lifecycleAdapters/shared.js.map +0 -1
  760. package/dist/validate/lifecycleAdapters.js +0 -62
  761. package/dist/validate/lifecycleAdapters.js.map +0 -1
  762. package/dist/validate/selfAudit.js.map +0 -1
  763. package/dist/validate/vocabularyAuthority.js.map +0 -1
@@ -17,116 +17,21 @@ records:
17
17
  - id: registry
18
18
  path: registry.json
19
19
  selector: skills[0].version
20
- - id: python-project
21
- path: pyproject.toml
22
- selector: project.version
23
- - id: copilot-root
24
- path: plugin.json
20
+ - id: cli-package
21
+ path: packages/cli/package.json
25
22
  selector: version
26
- - id: copilot-repository
27
- path: .github/plugin/plugin.json
28
- selector: version
29
- - id: codex-plugin
30
- path: .codex-plugin/plugin.json
31
- selector: version
32
- - id: claude-marketplace-metadata
33
- path: .claude-plugin/marketplace.json
34
- selector: metadata.version
35
- - id: claude-marketplace-plugins
36
- path: .claude-plugin/marketplace.json
37
- selector: plugins[*].version
38
- - id: opencode-plugin-marker
39
- path: .opencode/plugins/agentera.js
40
- selector: AGENTERA_VERSION
41
- excluded_runtime_manifests:
42
- - .opencode/package.json
43
- runtime_package_manifests:
44
- manifests:
45
- - id: copilot-root-manifest
46
- runtime: copilot
47
- path: plugin.json
48
- version_bearing: true
49
- package_shape: suite-bundle
50
- - id: copilot-repository-manifest
51
- runtime: copilot
52
- path: .github/plugin/plugin.json
53
- version_bearing: true
54
- package_shape: suite-bundle
55
- - id: codex-plugin-manifest
56
- runtime: codex
57
- path: .codex-plugin/plugin.json
58
- version_bearing: true
59
- package_shape: suite-bundle
60
- - id: cursor-plugin-manifest
61
- runtime: cursor
62
- path: .cursor-plugin/plugin.json
63
- version_bearing: true
64
- package_shape: suite-bundle
65
- - id: claude-marketplace-manifest
66
- runtime: claude
67
- path: .claude-plugin/marketplace.json
68
- version_bearing: true
69
- package_shape: suite-bundle
70
- - id: opencode-package-manifest
71
- runtime: opencode
72
- path: .opencode/package.json
73
- version_bearing: false
74
- package_shape: npm-loadable-plugin
75
- shared_paths:
76
- - id: skills
77
- path: skills
78
- kind: dir
79
- - id: scripts
80
- path: scripts
81
- kind: dir
82
- - id: hooks
83
- path: hooks
84
- kind: dir
85
- - id: registry
86
- path: registry.json
87
- kind: file
88
- - id: copilot-root-manifest
89
- path: plugin.json
90
- kind: file
91
- - id: readme
92
- path: README.md
93
- kind: file
94
- - id: upgrade-guide
95
- path: UPGRADE.md
96
- kind: file
97
- shared_paths_policy: validate minimum shared paths separately from full bundle includes
23
+ - id: cli-suite-marker
24
+ path: packages/cli/package.json
25
+ selector: agentera.suiteVersion
26
+ - id: skill-frontmatter
27
+ path: skills/agentera/SKILL.md
28
+ selector: frontmatter.version
98
29
  bundle_surfaces:
99
30
  directories:
100
31
  - id: skills
101
32
  path: skills
102
- - id: scripts
103
- path: scripts
104
- - id: hooks
105
- path: hooks
106
33
  - id: references
107
34
  path: references
108
- - id: agents
109
- path: agents
110
- - id: agents-plugins
111
- path: .agents/plugins
112
- - id: codex-plugin
113
- path: .codex-plugin
114
- - id: cursor-plugin
115
- path: .cursor-plugin
116
- - id: cursor-agents
117
- path: .cursor/agents
118
- - id: claude-plugin
119
- path: .claude-plugin
120
- - id: github-hooks
121
- path: .github/hooks
122
- - id: github-plugin
123
- path: .github/plugin
124
- - id: opencode-commands
125
- path: .opencode/commands
126
- - id: opencode-agents
127
- path: .opencode/agents
128
- - id: opencode-plugins
129
- path: .opencode/plugins
130
35
  files:
131
36
  - id: readme
132
37
  path: README.md
@@ -138,18 +43,26 @@ records:
138
43
  path: DESIGN.md
139
44
  - id: license
140
45
  path: LICENSE
141
- - id: python-project
142
- path: pyproject.toml
143
- - id: python-lock
144
- path: uv.lock
145
46
  - id: registry
146
47
  path: registry.json
147
- - id: copilot-root-manifest
148
- path: plugin.json
149
- - id: opencode-package-manifest
150
- path: .opencode/package.json
151
- - id: cursor-hooks
152
- path: .cursor/hooks.json
48
+ - id: routing-evaluation-corpus
49
+ path: fixtures/routing/hybrid-corpus.yaml
50
+ generated_files:
51
+ - id: build-source-identity
52
+ path: .agentera-build-source.json
53
+ format: json
54
+ classification: active
55
+ command_authority_reason: Build-generated source identity binds constructed dist and bundle output to one Git commit, tree, and exact working-tree digest; no source copy exists.
56
+ - id: npx-bundle-marker
57
+ path: .agentera-npx-bundle.json
58
+ format: json
59
+ classification: active
60
+ command_authority_reason: Build-generated JSON marker is parsed and scanned in the extracted package; source inventory classifies its declared producer because no source copy exists.
61
+ - id: extract-corpus-parity
62
+ path: extract-corpus-parity.json
63
+ format: json
64
+ classification: active
65
+ command_authority_reason: Build-generated JSON parity receipt is parsed and scanned in the extracted package; source inventory classifies its declared producer because no source copy exists.
153
66
  skip_parts:
154
67
  - __pycache__
155
68
  - .pytest_cache
@@ -157,89 +70,427 @@ records:
157
70
  skip_suffixes:
158
71
  - .pyc
159
72
  - .pyo
160
- package_commands:
161
- commands:
162
- - id: remove-legacy-skills
163
- runtime: all
164
- action: remove-legacy-skills
165
- phase: cleanup
166
- argv:
167
- - npx
168
- - skills
169
- - remove
170
- - hej
171
- - visionera
172
- - resonera
173
- - inspirera
174
- - planera
175
- - realisera
176
- - inspektera
177
- - optimera
178
- - orkestrera
179
- - visualisera
180
- - dokumentera
181
- - profilera
182
- - -g
183
- - -y
184
- skipped_without_update_packages_message: legacy skill removal skipped; pass --update-packages to run
185
- - id: install-agentera-skill-claude
186
- runtime: claude
187
- action: install-agentera-skill
188
- phase: runtime-install
189
- argv:
190
- - npx
191
- - skills
192
- - add
193
- - jgabor/agentera
194
- - -g
195
- - -a
196
- - claude-code
197
- - --skill
198
- - agentera
199
- - -y
200
- skipped_without_update_packages_message: external package update skipped; pass --update-packages to run
201
- - id: install-agentera-skill-opencode
202
- runtime: opencode
203
- action: install-agentera-skill
204
- phase: runtime-install
205
- argv:
206
- - npx
207
- - skills
208
- - add
209
- - jgabor/agentera
210
- - -g
211
- - -a
212
- - opencode
213
- - --skill
214
- - agentera
215
- - -y
216
- skipped_without_update_packages_message: external package update skipped; pass --update-packages to run
217
- safety:
218
- argv_only: true
219
- update_packages_required_to_plan: true
220
- yes_required_to_execute: true
221
- preserve_existing_write_gates: true
222
- cleanup_phase: cleanup
223
- runtime_install_phase: runtime-install
73
+ bootstrap_command_authority:
74
+ scanned_formats:
75
+ - markdown
76
+ - yaml
77
+ - json
78
+ scalar_classifications:
79
+ - {"path":"skills/agentera/SKILL.md","region":"#frontmatter[\"name\"]","category":"identity_only","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Frontmatter package name only; the exact scalar has no arguments or execution context."}
80
+ - {"path":"skills/agentera/capabilities/build/schemas/validation.yaml","region":"$[\"VALIDATION\"][\"9\"][\"checks\"][1]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"c68a1705cf8b0b5c3db2c04d034b0c00bc02bbe8a8f7f3c803ca49168f0ac2f5","reason":"Negative Build validation oracle forbids the unsupported capability command; it does not direct execution."}
81
+ - {"path":"skills/agentera/capability_schema_contract.yaml","region":"$[\"ROUTE_ALIASES\"][\"cli_boundary\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b770239e121460c3eabcbc6ee7a84cce6a74e90033ec8886422bdc1f88eb8f8f","reason":"Route-boundary prose contrasts slash routing with state-command names; the tokens are interface examples, not run instructions."}
82
+ - {"path":"skills/agentera/protocol.yaml","region":"$[\"meta\"][\"description\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6e102aab7dcc227f13d70a90f76bdc76acb108554dc4ebc8fb65288420d9a24c","reason":"Protocol metadata names the Agentera 2.0 suite; the numeric suffix is descriptive version prose, not a command."}
83
+ - {"path":"references/adapters/package-registry.yaml","region":"$[\"package_order\"][0]","category":"identity_only","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Package-order value is an exact package identifier with no command or arguments."}
84
+ - {"path":"references/adapters/package-registry.yaml","region":"$[\"records\"][0][\"identity\"][\"id\"]","category":"identity_only","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Registry identity ID is a selector value, not an executable command surface."}
85
+ - {"path":"references/adapters/package-registry.yaml","region":"$[\"records\"][0][\"identity\"][\"name\"]","category":"identity_only","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Registry display name identifies the package and carries no execution syntax."}
86
+ - {"path":"references/adapters/runtime-lifecycle-operation-contract.yaml","region":"$[\"ownership\"][\"owner\"]","category":"identity_only","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Lifecycle ownership value names the owning package; it is data, not guidance."}
87
+ - {"path":"references/adapters/runtime-retired-resources.yaml","region":"$[\"resource_vocabulary\"][8][\"identity_evidence\"][1]","category":"other_vocabulary","classification":"bounded_descriptive","normalized_sha256":"1030042b49dbd49d414187669c387f2649f24ba61c27092f9acb4dc9727d8d8c","reason":"Retired-resource evidence records a Codex plugin registration string for detection, not a shell invocation."}
88
+ - {"path":"references/adapters/runtime-retired-resources.yaml","region":"$[\"diagnostic_inventory\"][\"resources\"][3][\"names\"][0]","category":"identity_only","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Diagnostic resource name is an exact filesystem identity label with no arguments."}
89
+ - {"path":"references/adapters/runtime-retired-resources.yaml","region":"$[\"diagnostic_inventory\"][\"resources\"][8][\"names\"][0]","category":"identity_only","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Retired package diagnostic name is matched as data and cannot launch a process."}
90
+ - {"path":"references/adapters/runtime-retired-resources.yaml","region":"$[\"diagnostic_inventory\"][\"resources\"][11][\"contains\"]","category":"other_vocabulary","classification":"bounded_descriptive","normalized_sha256":"20303b56aadb31bc5f8a99bc95c619b64f8bcfbfb39260770b7311688d5cc393","reason":"TOML containment marker is literal plugin-registration evidence, not executable guidance."}
91
+ - {"path":"references/analysis/evidence-tier-authority.yaml","region":"$[\"decision_55_reconciliation\"][\"preserved_intent\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"85a8931f6036657c9b4dc42eb6a19003669a361c43535435e11b8b8fa675d7d3","reason":"Decision 55 history reports adopted and forbidden analytics surfaces; it records prior policy rather than directing execution."}
92
+ - {"path":"references/analysis/evidence-tier-authority.yaml","region":"$[\"decision_55_reconciliation\"][\"non_goal\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0b400c055e29aba9546b90b387b4ab7b5f3ea8986f4d16bca0743f0f7e482b91","reason":"Decision 55 non-goal explicitly forbids two command surfaces and cannot authorize either one."}
93
+ - {"path":"references/artifacts/artifact-registry-interface-model.yaml","region":"$[\"explicit_special_cases\"][3][\"producers\"][0]","category":"other_vocabulary","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Artifact producer value names a registry owner, not a process or command."}
94
+ - {"path":"references/cli/app-lifecycle-vocabulary.yaml","region":"$[\"operation_verbs\"][\"refresh\"][\"scope\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"de5ad9cdcf79bfd202dd418a1d60b80f6cccb18d0a56f01263e80b55e0809e88","reason":"Refresh scope uses an analytics command name only to classify data regeneration outside app lifecycle work."}
95
+ - {"path":"references/cli/vocabulary-index.yaml","region":"$[\"authority_order\"][9]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4f149d7722babdd7a83049fa1b2addae37d7fc2c2aa9f7b97dfbfb9653870c8e","reason":"Authority-order entry is the noun phrase for the CLI source, not an invocation."}
96
+ - {"path":"references/cli/vocabulary-index.yaml","region":"$[\"normalization_rules\"][3][\"use\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"57ea2a563c0def66e513196e63b529ed959ef8ac130964d56969724c47c2431a","reason":"Normalization rule lists slash and Codex aliases as documentation spellings, not commands to execute."}
97
+ - {"path":"references/cli/vocabulary-index.yaml","region":"$[\"normalization_rules\"][4][\"use\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"3952287d877c663f81bf9b143ab1f9cdd77ef13fcb2105334e4b218bf1e20fd9","reason":"Normalization rule distinguishes prime source data from a rendered briefing; it supplies terminology only."}
98
+ - {"path":"references/cli/vocabulary-index.yaml","region":"$[\"normalization_rules\"][5][\"use\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b0a7229782bf4762b4be3f153f2fb31f66a7953b1f9204ec6901c17ec90ef037","reason":"State namespace rule lists preferred command names for documentation normalization, not operator steps."}
99
+ - {"path":"references/cli/vocabulary-index.yaml","region":"$[\"normalization_rules\"][5][\"avoid\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d721796619d05f48a2225c22945d10bc6079c1f3d770f784eb843d9ab025de70","reason":"Avoid-list scalar rejects ambiguous bare state-command spellings and does not authorize them."}
100
+ - {"path":"references/cli/vocabulary-index.yaml","region":"$[\"normalization_rules\"][6][\"use\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"17d0ca027dab761ab65ca3db5f7e71508c3515717757b1f68353f3abb0fb0d4f","reason":"Query normalization entry records legacy interface vocabulary for comparison, not executable recovery guidance."}
101
+ - {"path":"references/cli/vocabulary-index.yaml","region":"$[\"normalization_rules\"][13][\"avoid\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b02b025f6545b2b92fc78a9b168aadca35ef5f2f69f456be7e286b60527a03ee","reason":"Policy avoid-list forbids unsupported policing and capability-command claims; it cannot authorize execution."}
102
+ - {"path":"references/cli/vocabulary.md","region":"line:25","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b14818d25f19615d9646f1897e8cd6712689b9f5629d69af2827977bd3fd7d1d","reason":"Vocabulary authority table maps CLI-visible labels to source ownership; its parenthesized names are not run instructions."}
103
+ - {"path":"references/cli/vocabulary.md","region":"line:54","category":"other_vocabulary","classification":"bounded_descriptive","normalized_sha256":"ab4affe6b551135333549806defc5ea9a582bafac9f4c02ba27a59340551e60b","reason":"Product-surface glossary row names the package and CLI while describing host consumption, without invocation syntax."}
104
+ - {"path":"references/cli/vocabulary.md","region":"line:124","category":"other_vocabulary","classification":"bounded_descriptive","normalized_sha256":"dac87eaa64e4eec16a7180eb7fda3203cb6421f2328bca3066e5ada04169ae5d","reason":"CLI-first state-access term defines an interface principle; the package token is a noun without arguments."}
105
+ - {"path":"references/cli/vocabulary.md","region":"line:129","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"db73dc017747a18ca4ccc60686fa99a3a1d8a6cb15fd2926971db29caaa9e7ef","reason":"Prime glossary row defines the meaning of a command label and explicitly distinguishes it from rendered output."}
106
+ - {"path":"references/cli/vocabulary.md","region":"line:152","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e3d14fa40908fdafd798ed7a994ad5fe559c58f6244c59f099f0f3a076af7df7","reason":"CLI-visible label rule governs test vocabulary preservation; it does not tell a reader to run prime."}
107
+ - {"path":"references/cli/vocabulary.md","region":"line:175","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4510af98702ce98537a33d5c706ae4d51f9fdfb17c73f06240327a76a9ee364c","reason":"Routing vocabulary maps the prime label to status capability identity; the partial syntax is explanatory."}
108
+ - {"path":"references/cli/vocabulary.md","region":"line:351","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"690eb196acf9889ff28be065e556b642444133ce42ea4e80db408bbef21625fa","reason":"Final-check glossary definition names doctor evidence after apply but gives no instruction to invoke it."}
109
+ - {"path":"references/cli/vocabulary.md","region":"line:368","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"31de05f7e8b2c31463cc9948422484c030b13d7163c5a4a6d989b46c4e1c53c8","reason":"Lifecycle prose names upgrade as the sole repair surface; the runnable example is separately canonicalized."}
110
+ - {"path":"references/cli/vocabulary.md","region":"line:526","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"243dce537ee00727689d368ef5b326fa7074b49a677827c2a1ea882c96fd23ce","reason":"Vocabulary table defines a CLI noun phrase and a source-contract label, not an executable interface."}
111
+ - {"path":"README.md","region":"line:26","category":"other_vocabulary","classification":"bounded_descriptive","normalized_sha256":"cc6de25d2bee41c30a1ebc403034acced9bfbed6321821014f8fc9b4a41cdd64","reason":"README parenthetical names the Codex skill alias used to render status; it is not shell syntax."}
112
+ - {"path":"README.md","region":"line:132","category":"other_vocabulary","classification":"bounded_descriptive","normalized_sha256":"9da76d9d65793501e48f531bbf87e349fe40c58f43c476ace66f1eefa6971a5c","reason":"Repository-layout table labels the CLI package and its npm identity without execution context."}
113
+ - {"path":"registry.json","region":"$[\"skills\"][0][\"name\"]","category":"identity_only","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Published skill manifest name is identity metadata and has no command boundary."}
114
+ - {"path":"CHANGELOG.md","region":"line:29","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2250d45c3e2d385de170b88660823e67b27dd4cf24bb1a2c738e8be376e0a214","reason":"Changelog line:29 records exact release history for that scalar; it does not direct current execution."}
115
+ - {"path":"CHANGELOG.md","region":"line:32","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"630927738e05918052956b6d91455e8067a996310d4745105a43d8bb1c3137ec","reason":"Changelog line:32 records exact release history for that scalar; it does not direct current execution."}
116
+ - {"path":"CHANGELOG.md","region":"line:35","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d1235161543a46a91096732f967d99f93644deeae8b56b3db288c94609858b5f","reason":"Changelog line:35 records exact release history for that scalar; it does not direct current execution."}
117
+ - {"path":"CHANGELOG.md","region":"line:38","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a743788649965894e93946430e49a50837a590f5965e1c545021fc76eacf6895","reason":"Changelog line:38 records exact release history for that scalar; it does not direct current execution."}
118
+ - {"path":"CHANGELOG.md","region":"line:59","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7e758310fcf33ece1b459672683205e69926895c7c941a42f3f1d29f283dd9d4","reason":"Changelog line:59 records exact release history for that scalar; it does not direct current execution."}
119
+ - {"path":"CHANGELOG.md","region":"line:71","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"dc95d72903c07cf056a840935ec96fe0caa194c36b35e2360f42a06ddc2ee4b2","reason":"Changelog line:71 records exact release history for that scalar; it does not direct current execution."}
120
+ - {"path":"CHANGELOG.md","region":"line:72","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"29106b01dc3cb2e6118f6efc9f1dd8ddb61cacc5dc619ccde26c9af769dfe99b","reason":"Changelog line:72 records exact release history for that scalar; it does not direct current execution."}
121
+ - {"path":"CHANGELOG.md","region":"line:73","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ceda3a756542d896b8a3605cc03b016fe4f1a56cc11686ba6db1b48c8734df7b","reason":"Changelog line:73 records exact release history for that scalar; it does not direct current execution."}
122
+ - {"path":"CHANGELOG.md","region":"line:82","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"050631803d234222841d851b676c6000491020930fad2447b1a3eaa431e21290","reason":"Changelog line:82 records exact release history for that scalar; it does not direct current execution."}
123
+ - {"path":"CHANGELOG.md","region":"line:85","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b113aab35673c847eaa74bce43f32b30fe7929035cc73f4f91ca8888821f68bb","reason":"Changelog line:85 records exact release history for that scalar; it does not direct current execution."}
124
+ - {"path":"CHANGELOG.md","region":"line:97","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"96d3c8e8fbcc43bcdc5248ca9980df5f1508c46019a800d818279449a13a82fb","reason":"Changelog line:97 records exact release history for that scalar; it does not direct current execution."}
125
+ - {"path":"CHANGELOG.md","region":"line:143","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"c01327ab63047305ef88dcf00ea180754cd01cb28d1527bbbe2ad5d205c12704","reason":"Changelog line:143 records exact release history for that scalar; it does not direct current execution."}
126
+ - {"path":"CHANGELOG.md","region":"line:147","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"9086eb6f8d1d90b2a4b5da4bf90d541f3288798992e2961e852e6c3384189406","reason":"Changelog line:147 records exact release history for that scalar; it does not direct current execution."}
127
+ - {"path":"CHANGELOG.md","region":"line:148","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"04363471fbf3dbe6bb29d2cfa5fbbc25c06b973e6f105957950974ff9c5f81be","reason":"Changelog line:148 records exact release history for that scalar; it does not direct current execution."}
128
+ - {"path":"CHANGELOG.md","region":"line:160","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"273d7dae87662352c49e5723aaa528efa89c9a7dbc7d43d3cbc54c1a1b9771da","reason":"Changelog line:160 records exact release history for that scalar; it does not direct current execution."}
129
+ - {"path":"CHANGELOG.md","region":"line:162","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6d02d187f8e271cc6acc4b6966344a841615326891969dbec67815e40a51fe81","reason":"Changelog line:162 records exact release history for that scalar; it does not direct current execution."}
130
+ - {"path":"CHANGELOG.md","region":"line:164","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a5dd4c79ebfefc03bd1c6e3d159f362fd2c5f584d6ff8de7928edf88414133a9","reason":"Changelog line:164 records exact release history for that scalar; it does not direct current execution."}
131
+ - {"path":"CHANGELOG.md","region":"line:190","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"df8119585a79f11d42187fd6f57375401442e761ce94e30dd5a4b280c7a6f9e9","reason":"Changelog line:190 records exact release history for that scalar; it does not direct current execution."}
132
+ - {"path":"CHANGELOG.md","region":"line:198","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0d5ca59bac58c2171d89e48ba4b9068ff7a8681a852272a09b3a4b28c6edf0a0","reason":"Changelog line:198 records exact release history for that scalar; it does not direct current execution."}
133
+ - {"path":"CHANGELOG.md","region":"line:202","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b5dc0e45378318464e595a7ccdbb15acc31ce67a2d55b2a9f8c3f8531c8e6ec7","reason":"Changelog line:202 records exact release history for that scalar; it does not direct current execution."}
134
+ - {"path":"CHANGELOG.md","region":"line:212","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6bb696768a9a650f0b76ddaae20845cd48daef82ea78376b9f408372d252f840","reason":"Changelog line:212 records exact release history for that scalar; it does not direct current execution."}
135
+ - {"path":"CHANGELOG.md","region":"line:218","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e7de09667fd257aa82b8049725e7687fc6f7d97d81b0024b064f4843bd1e8f88","reason":"Changelog line:218 records exact release history for that scalar; it does not direct current execution."}
136
+ - {"path":"CHANGELOG.md","region":"line:220","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7ef64202688c9c22fb2e693838d6d9133aa99869735eb32f00729587b283886d","reason":"Changelog line:220 records exact release history for that scalar; it does not direct current execution."}
137
+ - {"path":"CHANGELOG.md","region":"line:222","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"35f2268ae3281a70b7c584c23e4e57a07fc9ee6625eed48ae252d167e8ba83ea","reason":"Changelog line:222 records exact release history for that scalar; it does not direct current execution."}
138
+ - {"path":"CHANGELOG.md","region":"line:224","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"67d177100a3c9892643202a255523b9a84f57aa4c28b8c5dd21973c13cc06c7d","reason":"Changelog line:224 records exact release history for that scalar; it does not direct current execution."}
139
+ - {"path":"CHANGELOG.md","region":"line:225","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"39f085892a7b3c6e14905d90ab0c3f4cc58c66e0b5ffc2ab6ce0f88e8182cf98","reason":"Changelog line:225 records exact release history for that scalar; it does not direct current execution."}
140
+ - {"path":"CHANGELOG.md","region":"line:226","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a2f0254ae0226ce04de0917832fd1911cf27b1b69a832abcfbfe34c01c8d0d41","reason":"Changelog line:226 records exact release history for that scalar; it does not direct current execution."}
141
+ - {"path":"CHANGELOG.md","region":"line:229","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6093e60d6c57f5bee694523c7fe380cd6a2ebaaff36d13e7ef153f1439789e99","reason":"Changelog line:229 records exact release history for that scalar; it does not direct current execution."}
142
+ - {"path":"CHANGELOG.md","region":"line:230","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"3dc02d2ca69c6d89705932cf557ffaa2bc089a294b518c0eef1a449dfb3d5173","reason":"Changelog line:230 records exact release history for that scalar; it does not direct current execution."}
143
+ - {"path":"CHANGELOG.md","region":"line:234","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2aac4a56f628aaca71f8003fd0678fed24771a7b10141759f7192808af70215c","reason":"Changelog line:234 records exact release history for that scalar; it does not direct current execution."}
144
+ - {"path":"CHANGELOG.md","region":"line:235","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"873571837ff03601ee6bfbfc9a65e1ff92e60070d1caef03ffe83a8268085aea","reason":"Changelog line:235 records exact release history for that scalar; it does not direct current execution."}
145
+ - {"path":"CHANGELOG.md","region":"line:236","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b46ee694c286a5932ca901e25bd4e639e95fca7c41b8fd8c37bd52c5f8504a68","reason":"Changelog line:236 records exact release history for that scalar; it does not direct current execution."}
146
+ - {"path":"CHANGELOG.md","region":"line:262","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"fc4be38a17eab92be66ac5f7e1b7efd5fe5f7bc78b69f72553f7126d94047c8e","reason":"Changelog line:262 records exact release history for that scalar; it does not direct current execution."}
147
+ - {"path":"CHANGELOG.md","region":"line:264","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0a36c5c0fc2b89c9180061423daa4a07d3ac332fcd23279f9baf9cda8a2f6adf","reason":"Changelog line:264 records exact release history for that scalar; it does not direct current execution."}
148
+ - {"path":"CHANGELOG.md","region":"line:272","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"8e5f072c4568d46e10d35988ee015e77c18f63b1ef0e35eaf9105a7798a6e09b","reason":"Changelog line:272 records exact release history for that scalar; it does not direct current execution."}
149
+ - {"path":"CHANGELOG.md","region":"line:276","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"5f0ed0692a128853c09a7b25b8fe49c76b449a0cb8bf778a13ae49c5ba358d70","reason":"Changelog line:276 records exact release history for that scalar; it does not direct current execution."}
150
+ - {"path":"CHANGELOG.md","region":"line:284","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"17953bf458f6fb57effa97a6533a28259ce4315a41609324b4be15746f52874a","reason":"Changelog line:284 records exact release history for that scalar; it does not direct current execution."}
151
+ - {"path":"CHANGELOG.md","region":"line:288","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"488192144e03b8d2359b24a9448efe139df2db64084f96f13e7e6430be51daee","reason":"Changelog line:288 records exact release history for that scalar; it does not direct current execution."}
152
+ - {"path":"CHANGELOG.md","region":"line:292","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e938c494be60cd385581a5fef12657adc783cff181cf39f6a7edc39193f3b865","reason":"Changelog line:292 records exact release history for that scalar; it does not direct current execution."}
153
+ - {"path":"CHANGELOG.md","region":"line:309","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"15aa027b774437bc8622032515420cc7ede7cbeb1c9276b34af0beb354c63f9f","reason":"Changelog line:309 records exact release history for that scalar; it does not direct current execution."}
154
+ - {"path":"CHANGELOG.md","region":"line:312","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"fe22710d241ca919fa71c5fb93df868f3057ea55555f8b56bfc683ea9afef64a","reason":"Changelog line:312 records exact release history for that scalar; it does not direct current execution."}
155
+ - {"path":"CHANGELOG.md","region":"line:319","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a295187d75825286791f7b3fae79c63fa2b04ca1a79445095aa89b3f830078b6","reason":"Changelog line:319 records exact release history for that scalar; it does not direct current execution."}
156
+ - {"path":"CHANGELOG.md","region":"line:326","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a4c44983f585a0c5e04a3e9211216e9527b384b6486860fd713906dc8a08ebfc","reason":"Changelog line:326 records exact release history for that scalar; it does not direct current execution."}
157
+ - {"path":"CHANGELOG.md","region":"line:327","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1c02cad8bec36f44f68191030f5b5ab9e8428f061895a78dfa78209e915029a5","reason":"Changelog line:327 records exact release history for that scalar; it does not direct current execution."}
158
+ - {"path":"CHANGELOG.md","region":"line:333","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e818b9177e5e2e33c7730264d4feaee54ec38fb8ecd9b9dfd38a8e13ef733c2c","reason":"Changelog line:333 records exact release history for that scalar; it does not direct current execution."}
159
+ - {"path":"CHANGELOG.md","region":"line:334","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"02727f43986dcbccd3c1c28bf5783f8da398cb14621d94fdcd554d7af171fe70","reason":"Changelog line:334 records exact release history for that scalar; it does not direct current execution."}
160
+ - {"path":"CHANGELOG.md","region":"line:339","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"73d92f74369b6dd668aa84314617b45438ab59c2791ba1e18044630c707063ee","reason":"Changelog line:339 records exact release history for that scalar; it does not direct current execution."}
161
+ - {"path":"CHANGELOG.md","region":"line:341","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"df43cf1d875dea7106157abbb0bb0a8178f5fd8e9f3ae4a328d9de84e9aa83c0","reason":"Changelog line:341 records exact release history for that scalar; it does not direct current execution."}
162
+ - {"path":"CHANGELOG.md","region":"line:347","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ab285a52329794ba0fb9c1aaa1ed3d8ccc20f5f35534d4969f5864d5820fb8db","reason":"Changelog line:347 records exact release history for that scalar; it does not direct current execution."}
163
+ - {"path":"CHANGELOG.md","region":"line:348","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"29c9289599a7439152d2360f033e6975d1fff12ef170143e4af35500d2385536","reason":"Changelog line:348 records exact release history for that scalar; it does not direct current execution."}
164
+ - {"path":"CHANGELOG.md","region":"line:354","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"db29be79c0599ef245401ef364157553ecbc5de0e621c6463f65e22b6cd88074","reason":"Changelog line:354 records exact release history for that scalar; it does not direct current execution."}
165
+ - {"path":"CHANGELOG.md","region":"line:356","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"53a63845ee297394d604fda2632c6ff8f989d11a2f4b6a08f649200cc27d6d56","reason":"Changelog line:356 records exact release history for that scalar; it does not direct current execution."}
166
+ - {"path":"CHANGELOG.md","region":"line:366","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"51acb1b950349ebddc025e217f5d2c18390194b090331700b3c68aafed515350","reason":"Changelog line:366 records exact release history for that scalar; it does not direct current execution."}
167
+ - {"path":"CHANGELOG.md","region":"line:367","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"431b7e7491c49a9e37078f21e2367f385e564d81fa8aef6d0ecd76ef3785c9cb","reason":"Changelog line:367 records exact release history for that scalar; it does not direct current execution."}
168
+ - {"path":"CHANGELOG.md","region":"line:368","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d3e7acd5c6c6add69e79ae8ec14055df098468f5e911aa21f3199fee74f9cb34","reason":"Changelog line:368 records exact release history for that scalar; it does not direct current execution."}
169
+ - {"path":"CHANGELOG.md","region":"line:373","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"905558f56c722cd82215409d52bf70806d1be592750508489a20b9d34648fdd0","reason":"Changelog line:373 records exact release history for that scalar; it does not direct current execution."}
170
+ - {"path":"CHANGELOG.md","region":"line:374","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"afca70edee248020c32b2fcbf0d0b511680d994d8c32f08b19f129642ff45bf2","reason":"Changelog line:374 records exact release history for that scalar; it does not direct current execution."}
171
+ - {"path":"CHANGELOG.md","region":"line:380","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"75c13bc218736386cc04ff952ccd05dbc6c828443754dc7833a3e508e2c463cc","reason":"Changelog line:380 records exact release history for that scalar; it does not direct current execution."}
172
+ - {"path":"CHANGELOG.md","region":"line:381","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"459ff2708d311bc9fbaaa6fb575b79e2c37a9e5e2b74de1b4966dddb817ff33e","reason":"Changelog line:381 records exact release history for that scalar; it does not direct current execution."}
173
+ - {"path":"CHANGELOG.md","region":"line:391","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a96dd3429c58e932cc8dabdeb3b468e706a6194fce4fc1a4223564e537925ded","reason":"Changelog line:391 records exact release history for that scalar; it does not direct current execution."}
174
+ - {"path":"CHANGELOG.md","region":"line:397","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0b94031a8ce928ff0f6683e243b63c4c824bda5074be362aae7f8edc7da99944","reason":"Changelog line:397 records exact release history for that scalar; it does not direct current execution."}
175
+ - {"path":"CHANGELOG.md","region":"line:402","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d6421237cd9558d67a891714263826610eef35dcc1ff10a0dc57b920e32b5d7a","reason":"Changelog line:402 records exact release history for that scalar; it does not direct current execution."}
176
+ - {"path":"CHANGELOG.md","region":"line:432","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b79f1983530c32d44b5ffe066120ca61a49aeff084c24ac3c23ff9804b244084","reason":"Changelog line:432 records exact release history for that scalar; it does not direct current execution."}
177
+ - {"path":"CHANGELOG.md","region":"line:435","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2b2bc3ce51212471105df901c8771cb033d64694fb2aef651d01c270497a83da","reason":"Changelog line:435 records exact release history for that scalar; it does not direct current execution."}
178
+ - {"path":"CHANGELOG.md","region":"line:453","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"da8489e2a895b683e9dbd7d64a1d49014933b2fccf6383052ee7e8de24542f2c","reason":"Changelog line:453 records exact release history for that scalar; it does not direct current execution."}
179
+ - {"path":"CHANGELOG.md","region":"line:455","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"9d0f85f145de094192e8b273beb23a7283ee75ddad9c457b9ae89235cff153a1","reason":"Changelog line:455 records exact release history for that scalar; it does not direct current execution."}
180
+ - {"path":"CHANGELOG.md","region":"line:460","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b498e1e57926bf029fa431f522826a0264532e52eff1aa37634fc635b70aebcd","reason":"Changelog line:460 records exact release history for that scalar; it does not direct current execution."}
181
+ - {"path":"CHANGELOG.md","region":"line:468","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"27f4a7bb0420775f944f41ddad0be922fd3865f57fbb5780bc7dc5a6d80cad30","reason":"Changelog line:468 records exact release history for that scalar; it does not direct current execution."}
182
+ - {"path":"CHANGELOG.md","region":"line:472","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"80edcd68cf8a0f2c67b114e54d2840fd8c7dbffbfd69d9717cc305144702a319","reason":"Changelog line:472 records exact release history for that scalar; it does not direct current execution."}
183
+ - {"path":"CHANGELOG.md","region":"line:473","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"32a058aabcfd9ee0aace4813ba444460ede32db74460cde74378528e09795e40","reason":"Changelog line:473 records exact release history for that scalar; it does not direct current execution."}
184
+ - {"path":"CHANGELOG.md","region":"line:474","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"548fd32440fef321cb3a9250d7869a0d0c69c62600411378750b9ffd556b996b","reason":"Changelog line:474 records exact release history for that scalar; it does not direct current execution."}
185
+ - {"path":"CHANGELOG.md","region":"line:477","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e1ad9952e02194a97fc692605d95a68dd5d3ce25e089ab67006a88f33d40e176","reason":"Changelog line:477 records exact release history for that scalar; it does not direct current execution."}
186
+ - {"path":"CHANGELOG.md","region":"line:496","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a2c7c4aafcc8839e7dbdd6d4504ed658852c90b316d5ec7bf424c7491a9df8fb","reason":"Changelog line:496 records exact release history for that scalar; it does not direct current execution."}
187
+ - {"path":"CHANGELOG.md","region":"line:507","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2b11f8d17486fcf18b22602f1dbe568f71aadeae4d4838d2566adc821c71e664","reason":"Changelog line:507 records exact release history for that scalar; it does not direct current execution."}
188
+ - {"path":"CHANGELOG.md","region":"line:525","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"414abf981d94d78a8dd28187f7e0435e20ee79a6fb58f6646878b5fcf2d21cea","reason":"Changelog line:525 records exact release history for that scalar; it does not direct current execution."}
189
+ - {"path":"CHANGELOG.md","region":"line:534","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"aeca1f7f5097e0166086bad69771c682f6ce88d545ef8c904b073152b9679935","reason":"Changelog line:534 records exact release history for that scalar; it does not direct current execution."}
190
+ - {"path":"CHANGELOG.md","region":"line:546","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"faa006fd307a52f0e0b54d0805cbdab5f927e68b066289c7ecd7d74add5b9bb9","reason":"Changelog line:546 records exact release history for that scalar; it does not direct current execution."}
191
+ - {"path":"CHANGELOG.md","region":"line:547","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"8d5f97602651419dbb3a16be9ff8fb6d6d1a873a48d9f87439a03c2ce819d1db","reason":"Changelog line:547 records exact release history for that scalar; it does not direct current execution."}
192
+ - {"path":"CHANGELOG.md","region":"line:561","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"caf5a281584053eb6e9d5529ef08c123b5e1bf9783afb3eba86e8bbf44e1e730","reason":"Changelog line:561 records exact release history for that scalar; it does not direct current execution."}
193
+ - {"path":"CHANGELOG.md","region":"line:562","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a91271ae16cb4e1e77349bb816f7e1bb069049951fd4c5b725d8b107ec18da51","reason":"Changelog line:562 records exact release history for that scalar; it does not direct current execution."}
194
+ - {"path":"CHANGELOG.md","region":"line:567","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4ca2a2d69ed4bac1e5e9809484202b51e8761eed9ce361b7b054162f309b63f7","reason":"Changelog line:567 records exact release history for that scalar; it does not direct current execution."}
195
+ - {"path":"CHANGELOG.md","region":"line:569","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"dbd15430145d78cd5f9457fb362a0dcc04a76fbb21322b6a7fd1ec757d2ef61a","reason":"Changelog line:569 records exact release history for that scalar; it does not direct current execution."}
196
+ - {"path":"CHANGELOG.md","region":"line:573","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2f54f2e9a2572b59f8630f0abbcc633780cbf59d975b4b6a71ff96d93c51b43d","reason":"Changelog line:573 records exact release history for that scalar; it does not direct current execution."}
197
+ - {"path":"CHANGELOG.md","region":"line:574","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7d179cb6e2fb80e9846e1e1d2b68c38d6501be7ec713db277f478948a07d9bdb","reason":"Changelog line:574 records exact release history for that scalar; it does not direct current execution."}
198
+ - {"path":"CHANGELOG.md","region":"line:579","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e59c205b557c39d9aa478284ef4a9fec56794ca1f90d0527f0018adbef3eb254","reason":"Changelog line:579 records exact release history for that scalar; it does not direct current execution."}
199
+ - {"path":"CHANGELOG.md","region":"line:583","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"46de17b557d8e861966bb3c368319b813a5998096bbe64bff571c574da0b08c0","reason":"Changelog line:583 records exact release history for that scalar; it does not direct current execution."}
200
+ - {"path":"CHANGELOG.md","region":"line:595","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ecf04dcff932c45b5e2d5a4fcd3a8b02e945558128e32b641abc244dc916482d","reason":"Changelog line:595 records exact release history for that scalar; it does not direct current execution."}
201
+ - {"path":"CHANGELOG.md","region":"line:615","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ae7d9069525691441b43fdbee8773672fd3e634bdbb13c9ed23e7fb71cbb6f3a","reason":"Changelog line:615 records exact release history for that scalar; it does not direct current execution."}
202
+ - {"path":"CHANGELOG.md","region":"line:619","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"c809433be138d49ccabc951f91e45112802996785bb1ecd9a6d796fd63c9ffa7","reason":"Changelog line:619 records exact release history for that scalar; it does not direct current execution."}
203
+ - {"path":"CHANGELOG.md","region":"line:620","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6073e9289ef99ab4f27efc110537b77ae375f8f21ccde5c80b05f2a6d35b7b0b","reason":"Changelog line:620 records exact release history for that scalar; it does not direct current execution."}
204
+ - {"path":"CHANGELOG.md","region":"line:621","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"21b82519aedc928d98bca21f7630c6ec9407d3076bf19de414cf2eba29ccf2ff","reason":"Changelog line:621 records exact release history for that scalar; it does not direct current execution."}
205
+ - {"path":"CHANGELOG.md","region":"line:626","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ed1d30e3b549157a35da50da38b714e976d4b393701e0706fb28cf1d7e466fe0","reason":"Changelog line:626 records exact release history for that scalar; it does not direct current execution."}
206
+ - {"path":"CHANGELOG.md","region":"line:627","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6c28785c7b4aa1db1a78a50b648197377549602dd79effbf0141b038b3049038","reason":"Changelog line:627 records exact release history for that scalar; it does not direct current execution."}
207
+ - {"path":"CHANGELOG.md","region":"line:628","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"cad277cc53a17fe0b24f3ea20e42b09b00ba2dd16444cd04491fcd1db3e4a7c0","reason":"Changelog line:628 records exact release history for that scalar; it does not direct current execution."}
208
+ - {"path":"CHANGELOG.md","region":"line:629","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"5425eb65cb592aac25aa50e3cbbb3bd49b0f1f879e55382d6797b6692c13a41e","reason":"Changelog line:629 records exact release history for that scalar; it does not direct current execution."}
209
+ - {"path":"CHANGELOG.md","region":"line:630","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0ef078b41964e086872ee9a3253c6e70d59421654e8819341574932bb5452efa","reason":"Changelog line:630 records exact release history for that scalar; it does not direct current execution."}
210
+ - {"path":"CHANGELOG.md","region":"line:632","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"096c8a56d103d2fd04718ee6ff98602fb46095d69e9abc79de5a1f4a5f914587","reason":"Changelog line:632 records exact release history for that scalar; it does not direct current execution."}
211
+ - {"path":"CHANGELOG.md","region":"line:635","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"555e7cd38b31c0a185ce482513efc7287923288fd6dcfd6589b49fcd97672451","reason":"Changelog line:635 records exact release history for that scalar; it does not direct current execution."}
212
+ - {"path":"CHANGELOG.md","region":"line:667","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"f01a43570ece6bdee58ff4232a50205917b2418fe0d6ef91eabbafe9af5bacda","reason":"Changelog line:667 records exact release history for that scalar; it does not direct current execution."}
213
+ - {"path":"CHANGELOG.md","region":"line:668","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"bbe3eff3bec3de74cd5f5d46472f2c11e3eed718cff2add201ef9f185333f2f6","reason":"Changelog line:668 records exact release history for that scalar; it does not direct current execution."}
214
+ - {"path":"CHANGELOG.md","region":"line:670","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2d3c6ac7d432c2aa083997f281fcb7683cfd6f0b71254fa72a626eac459c5f69","reason":"Changelog line:670 records exact release history for that scalar; it does not direct current execution."}
215
+ - {"path":"CHANGELOG.md","region":"line:675","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2f02daac3483802b3e81ca3223f1965d83d2afaf0b60fc42637127b70733a1c7","reason":"Changelog line:675 records exact release history for that scalar; it does not direct current execution."}
216
+ - {"path":"CHANGELOG.md","region":"line:676","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"16a7bf529b15b3a31847f0f0cbc26f9e97c556d5aef23de5e0ed3f751121bc8a","reason":"Changelog line:676 records exact release history for that scalar; it does not direct current execution."}
217
+ - {"path":"CHANGELOG.md","region":"line:677","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"3282dd03aa329d63733e98377f9c813deb8ef42aeed9c77cb4cd7b957144e0cc","reason":"Changelog line:677 records exact release history for that scalar; it does not direct current execution."}
218
+ - {"path":"CHANGELOG.md","region":"line:678","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"22fb3975fd5f782c2af0bfb150dacbdf8df7917a90e4116882891a823612f511","reason":"Changelog line:678 records exact release history for that scalar; it does not direct current execution."}
219
+ - {"path":"CHANGELOG.md","region":"line:679","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b34adc3b75d4bcb0c3ec4e907136939230ab49f1ceebc02940b8e6141f22c112","reason":"Changelog line:679 records exact release history for that scalar; it does not direct current execution."}
220
+ - {"path":"CHANGELOG.md","region":"line:680","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2d28b0ffd235eaf71ea1f9076f7a2c783186cf3cd7389226989fc98470dbc5d2","reason":"Changelog line:680 records exact release history for that scalar; it does not direct current execution."}
221
+ - {"path":"CHANGELOG.md","region":"line:681","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b5caf0d282b7436cdebf0e9bbd4e9399ac7d34c6f210de8aa657ee1ef410708e","reason":"Changelog line:681 records exact release history for that scalar; it does not direct current execution."}
222
+ - {"path":"CHANGELOG.md","region":"line:684","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"74e3be0b918f489413bc95ed75fbe403b91d954c5a9c74d0acd5b13418c36527","reason":"Changelog line:684 records exact release history for that scalar; it does not direct current execution."}
223
+ - {"path":"CHANGELOG.md","region":"line:685","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"69139a0963f7dd750d55f3cedadca1872546d4df4d9613b295542917e1f3cdb2","reason":"Changelog line:685 records exact release history for that scalar; it does not direct current execution."}
224
+ - {"path":"CHANGELOG.md","region":"line:686","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a95ab1163c7d3e8368ae7a762d1f9711aa2229ae22dd401f5d5608cf199cb920","reason":"Changelog line:686 records exact release history for that scalar; it does not direct current execution."}
225
+ - {"path":"CHANGELOG.md","region":"line:687","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e0a8321f50b4bd82241f95a11548ad574120e46c51dc09acfa9f20a65c6a2ed7","reason":"Changelog line:687 records exact release history for that scalar; it does not direct current execution."}
226
+ - {"path":"CHANGELOG.md","region":"line:692","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4986da5c58b9781adc9941ed72bd415b56606872144d70466ba068e05205cc05","reason":"Changelog line:692 records exact release history for that scalar; it does not direct current execution."}
227
+ - {"path":"CHANGELOG.md","region":"line:698","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7f168e53ebbe91507bb8e139937a25d297a69a7f7e7440266f285b0a6b549667","reason":"Changelog line:698 records exact release history for that scalar; it does not direct current execution."}
228
+ - {"path":"CHANGELOG.md","region":"line:699","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"f267d4d5e22facf19564218ed5a95e9923e16a7b6e5568d5456bfbdad570e6ec","reason":"Changelog line:699 records exact release history for that scalar; it does not direct current execution."}
229
+ - {"path":"CHANGELOG.md","region":"line:715","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0968f2b1ea7d11286b5440af53bdb61a50c06e4c9890b3050b03406bcdd9c35a","reason":"Changelog line:715 records exact release history for that scalar; it does not direct current execution."}
230
+ - {"path":"CHANGELOG.md","region":"line:734","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1ef8c1b4961339b268c9f38f35f04927ec4e15eb7542a012e6814ea23c06377b","reason":"Changelog line:734 records exact release history for that scalar; it does not direct current execution."}
231
+ - {"path":"CHANGELOG.md","region":"line:741","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"9a54cf33ae84163abd8585b414d62068feb60e997a99ac96ea7b2fcf899407cd","reason":"Changelog line:741 records exact release history for that scalar; it does not direct current execution."}
232
+ - {"path":"CHANGELOG.md","region":"line:751","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e84b25864e165cab5d6b032cece0b68aca17045fe9d4e49f4c2a463614b2abb1","reason":"Changelog line:751 records exact release history for that scalar; it does not direct current execution."}
233
+ - {"path":"CHANGELOG.md","region":"line:757","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ef66163820d625eb8d779b90551e4e6cc06b5518744936c967fd4e2c598297f2","reason":"Changelog line:757 records exact release history for that scalar; it does not direct current execution."}
234
+ - {"path":"CHANGELOG.md","region":"line:763","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a01668f19d9a3c0e22fb3d0affa2eb4823cf6fd020dffcdcda19e694f99a34ab","reason":"Changelog line:763 records exact release history for that scalar; it does not direct current execution."}
235
+ - {"path":"CHANGELOG.md","region":"line:777","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"02257b11d0f12d87160c922d03a43a3ad71b47328b4cfec8321772a00ab9f0e1","reason":"Changelog line:777 records exact release history for that scalar; it does not direct current execution."}
236
+ - {"path":"CHANGELOG.md","region":"line:792","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"16482064f9ef0dd51f79a3a5fddf7faac1f3e005878a79f84b8241c7b81f99e2","reason":"Changelog line:792 records exact release history for that scalar; it does not direct current execution."}
237
+ - {"path":"CHANGELOG.md","region":"line:795","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1815e861f19557d9ab3569c01c08897fe576c1f75af6dc924553fdf6a905f1f9","reason":"Changelog line:795 records exact release history for that scalar; it does not direct current execution."}
238
+ - {"path":"CHANGELOG.md","region":"line:809","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"30116664823ab35e3d51cc5a285d71dd8132a9cbfbfd5b41d5345028e383b885","reason":"Changelog line:809 records exact release history for that scalar; it does not direct current execution."}
239
+ - {"path":"CHANGELOG.md","region":"line:810","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"071c61668669d48bf922cdb0ae4af90d79b80c9ae15eaa87c4cda42ebc21bcbf","reason":"Changelog line:810 records exact release history for that scalar; it does not direct current execution."}
240
+ - {"path":"CHANGELOG.md","region":"line:815","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"93ac57d769619d9c8c8cd3c251533f1cb189988400d7f1b863e5bb117f5714ae","reason":"Changelog line:815 records exact release history for that scalar; it does not direct current execution."}
241
+ - {"path":"CHANGELOG.md","region":"line:816","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2c11004ecf6fd72878f5f63e48d11253cc56ce1cb664af9bdef7eff6d0d0c917","reason":"Changelog line:816 records exact release history for that scalar; it does not direct current execution."}
242
+ - {"path":"CHANGELOG.md","region":"line:838","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ba19ce6c8550e0e4c72b3b72b28a90a4959774eb9ad569d2dce82c1fb0e78acb","reason":"Changelog line:838 records exact release history for that scalar; it does not direct current execution."}
243
+ - {"path":"CHANGELOG.md","region":"line:839","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"bc5b7df4384245805b40c0e7ceeb6ff233b29f45e918c80c30393166f8cc8fa9","reason":"Changelog line:839 records exact release history for that scalar; it does not direct current execution."}
244
+ - {"path":"CHANGELOG.md","region":"line:844","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7ec3987f6990c4b68c2d2112446be7662b628cd243ecffdb3290c7eba386daad","reason":"Changelog line:844 records exact release history for that scalar; it does not direct current execution."}
245
+ - {"path":"CHANGELOG.md","region":"line:846","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4e340672d35bf580414d9ddd1b8747300204b61f2f6d0e39cbbf11467351db72","reason":"Changelog line:846 records exact release history for that scalar; it does not direct current execution."}
246
+ - {"path":"CHANGELOG.md","region":"line:847","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"83eff78aaa7448828ba03183932befed590bd2746f9e2a2ff95c46e72927fd52","reason":"Changelog line:847 records exact release history for that scalar; it does not direct current execution."}
247
+ - {"path":"CHANGELOG.md","region":"line:848","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b4e5b25810bddd6c181822b08406e1d1e41c05808a271554930e802e2ee4fffd","reason":"Changelog line:848 records exact release history for that scalar; it does not direct current execution."}
248
+ - {"path":"CHANGELOG.md","region":"line:849","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4c59c9febcd1836db2b846ca931564c0b3596adb07c16245ab9ae56a926dc348","reason":"Changelog line:849 records exact release history for that scalar; it does not direct current execution."}
249
+ - {"path":"CHANGELOG.md","region":"line:853","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"51338f660b147e0d406058b387710e4f836a439c27c330390c32e9c40500a6ee","reason":"Changelog line:853 records exact release history for that scalar; it does not direct current execution."}
250
+ - {"path":"CHANGELOG.md","region":"line:858","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1e0ecbffc7397c055247dd7ef0f87868ad25aed2b0b90d7954bdc3dbeecac19c","reason":"Changelog line:858 records exact release history for that scalar; it does not direct current execution."}
251
+ - {"path":"CHANGELOG.md","region":"line:872","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"8f613489432d44a86aa482288830a36eaf8b82e11aa22eeb7e9c694190f28e58","reason":"Changelog line:872 records exact release history for that scalar; it does not direct current execution."}
252
+ - {"path":"CHANGELOG.md","region":"line:878","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"537a366577c8af0ea8c68ab7f254800eba85992fbcecc875dae78b51ebc2ab35","reason":"Changelog line:878 records exact release history for that scalar; it does not direct current execution."}
253
+ - {"path":"CHANGELOG.md","region":"line:907","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"ce476fbddd3071b4a2e4333922743f7d71e806a1c47440b1f7a02d468bc6bf65","reason":"Changelog line:907 records exact release history for that scalar; it does not direct current execution."}
254
+ - {"path":"CHANGELOG.md","region":"line:1021","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"acc0f013a71ee060dcad00fc55b54f82300325278a00193577b58882d872fb10","reason":"Changelog line:1021 records exact release history for that scalar; it does not direct current execution."}
255
+ - {"path":"CHANGELOG.md","region":"line:1068","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"79e767fd2e4baa00cdfc763c6814870dbefe20b6745d181f82bdba5139c0272f","reason":"Changelog line:1068 records exact release history for that scalar; it does not direct current execution."}
256
+ - {"path":"CHANGELOG.md","region":"line:1075","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d57016b29585bb34604fc36cfce740c4e6b83a2c0fa753467730d6840ecebd34","reason":"Changelog line:1075 records exact release history for that scalar; it does not direct current execution."}
257
+ - {"path":"CHANGELOG.md","region":"line:1094","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"42cbb848be0de98624a2d008843e13c40efc7c77a02d7c4f489348d0e73b5b60","reason":"Changelog line:1094 records exact release history for that scalar; it does not direct current execution."}
258
+ - {"path":"DESIGN.md","region":"line:41","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"650f6966f3048b7a15748d4ff652fff31c696e5c2b29e2268a0d60889251ebf1","reason":"Suite-design authority table names the exact prime context label as a source role; it is vocabulary, not an execution step."}
259
+ - {"path":"DESIGN.md","region":"line:45","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"3b97921346b319c7dd49bccf86df1aca7a6a6abe50fada5678520046587f3b5c","reason":"Suite-design surface prose names the exact state namespace as rendered output vocabulary, not a command to run."}
260
+ - {"path":"DESIGN.md","region":"line:74","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1d3fd878d2c70230967224c7ecbc8a13ae81c1902cc3afa8724d06b0fb11a2ea","reason":"Logo guidance uses the exact lowercase product name as a noun in one descriptive sentence."}
261
+ - {"path":"references/adapters/package-publication.json","region":"$[\"packages\"][\"development\"][\"smoke\"][2]","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"42b8e6943005bb54cd7db0c64d4c40b11ffb222014b622601754ac1d4d0f6310","reason":"Development smoke argv metadata binds the exact candidate version placeholder; this scalar alone is not a shell command."}
262
+ - {"path":"references/adapters/package-publication.json","region":"$[\"packages\"][\"development\"][\"localSmoke\"][0]","category":"identity_only","classification":"exact_exemption","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Development local-smoke argv metadata names the installed binary token; this scalar alone is not executable guidance."}
263
+ - {"path":"references/adapters/package-publication.json","region":"$[\"packages\"][\"stable\"][\"smoke\"][2]","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"42b8e6943005bb54cd7db0c64d4c40b11ffb222014b622601754ac1d4d0f6310","reason":"Stable smoke argv metadata binds the exact shim version placeholder; this scalar alone is not a shell command."}
264
+ - {"path":"references/adapters/package-publication.json","region":"$[\"packages\"][\"stable\"][\"localSmoke\"][0]","category":"identity_only","classification":"exact_exemption","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Stable local-smoke argv metadata names the installed shim binary token; this scalar alone is not executable guidance."}
265
+ - {"path":"references/artifacts/state-storage-authority.yaml","region":"$[\"historical_retrieval_evidence\"][\"gap_closure_evidence\"][0][\"surface\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"822be0a9ecfd79c034fd4d698812e000d134e1867d671f4f60005df48b437d79","reason":"Historical retrieval evidence names the former plan projection surface for an exact closed gap."}
266
+ - {"path":"references/artifacts/state-storage-authority.yaml","region":"$[\"historical_retrieval_evidence\"][\"gap_closure_evidence\"][1][\"surface\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e4792dda3b82cbe556ba704f7fa061aeece04d9058afcefaaeb07c4f5acd4a4a","reason":"Historical retrieval evidence names the former plan archive-path projection for an exact closed gap."}
267
+ - {"path":"references/artifacts/state-storage-authority.yaml","region":"$[\"historical_retrieval_evidence\"][\"gap_closure_evidence\"][2][\"surface\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b07db85d726220fcff258e8a69d8581461e2c97d0f2eb868fa692ddc25847b64","reason":"Historical retrieval evidence names the former plan text task projection for an exact closed gap."}
268
+ - {"path":"references/artifacts/state-storage-authority.yaml","region":"$[\"historical_retrieval_evidence\"][\"gap_closure_evidence\"][3][\"surface\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"10c00dedd625605826a1adcb454da0383db0aaa038532a298830422b8c8f7f5f","reason":"Historical retrieval evidence names the former structured plan task projection for an exact closed gap."}
269
+ - {"path":"references/artifacts/state-storage-authority.yaml","region":"$[\"historical_retrieval_evidence\"][\"gap_closure_evidence\"][4][\"surface\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1bf6b3bd0d67969a724edb2921904a11518472768bc5500535f1aa71f3bced8f","reason":"Historical retrieval evidence names the retired experiment projection for an exact closed gap."}
270
+ - {"path":"references/artifacts/state-storage-authority.yaml","region":"$[\"api\"][\"namespace\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0f43744ab5df1ad674e8d2e84ff8a8e6d589ac810537500b6ed58656958f0e66","reason":"API vocabulary defines the exact state namespace label without an operation or execution context."}
271
+ - {"path":"references/artifacts/state-storage-authority.yaml","region":"$[\"api\"][\"artifact_syntax\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d24a6807de2263c7c6cfadbfa9f4f34327975d7a76054eaebc584774101a2f63","reason":"API vocabulary defines the exact artifact selector syntax as a grammar label, not runnable guidance."}
272
+ - {"path":"references/cli/update-channels.yaml","region":"$[\"channels\"][\"stable\"][\"resolution\"][\"npm\"][\"update_command\"]","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"d727ca1b1d610b2b6a3912aeb1696da0cce7ec98fdb537bd6ed40647b47f3169","reason":"Stable-channel resolver metadata stores the exact npm package prefix consumed as structured data."}
273
+ - {"path":"references/cli/update-channels.yaml","region":"$[\"channels\"][\"stable\"][\"resolution\"][\"git\"][\"update_command\"]","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"f04157f879236e341352a572ccc2b7d6e20a41f3152306fbcc6f4be3ff069e51","reason":"Stable-channel resolver metadata stores the exact uvx argv source as one structured scalar."}
274
+ - {"path":"references/cli/update-channels.yaml","region":"$[\"channels\"][\"development\"][\"resolution\"][\"npm\"][\"update_command\"]","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"6014cb13fa18e26c1e356cfd73db98be5a60039955eb5c857a5e05b3b18b62a3","reason":"Development-channel resolver metadata stores the exact npm package prefix consumed as structured data."}
275
+ emitted_producers:
276
+ - path: packages/cli/src/capabilities/index.ts
277
+ reason: Complete capability bodies and startup commands pass through the shared pre-cutover constructors and source/package output scans.
278
+ - path: packages/cli/src/cli/prime-blob.ts
279
+ reason: Complete static prime guidance passes through the shared instruction-body constructor and source/package output scans.
280
+ - path: packages/cli/src/cli/help.ts
281
+ reason: Help examples pass through the shared command constructor and complete help outputs are source/package scanned.
282
+ - path: packages/cli/src/cli/migrationRequired.ts
283
+ reason: Machine recovery fields construct executable guidance only through preCutoverCommand.
284
+ - path: packages/cli/src/cli/orientation.ts
285
+ reason: Machine orientation fields construct executable guidance only through preCutoverCommand.
286
+ - path: packages/cli/src/cli/planLifecycleState.ts
287
+ reason: Machine lifecycle fields construct executable guidance only through preCutoverCommand.
288
+ - path: packages/cli/src/cli/stateQuery.ts
289
+ reason: Machine query recovery prose constructs executable guidance only through preCutoverCommand.
290
+ - path: packages/cli/src/cli/todoReadinessSelection.ts
291
+ reason: Machine TODO retrieval fields construct executable guidance only through preCutoverCommand.
292
+ - path: packages/cli/src/registries/hybridRouteReceipt.ts
293
+ reason: Route receipt startup authority constructs executable guidance only through preCutoverCommand and has behavioral output checks.
294
+ - path: packages/cli/src/cli/capabilityContext/benchmark.ts
295
+ reason: Capability benchmark fields construct executable guidance only through preCutoverCommand.
296
+ - path: packages/cli/src/cli/capabilityContext/build.ts
297
+ reason: Build context fields construct executable guidance only through preCutoverCommand.
298
+ - path: packages/cli/src/cli/capabilityContext/closeout.ts
299
+ reason: Closeout context fields construct executable guidance only through preCutoverCommand.
300
+ - path: packages/cli/src/cli/capabilityContext/contract.ts
301
+ reason: Capability contract fields construct executable guidance only through preCutoverCommand.
302
+ - path: packages/cli/src/cli/capabilityContext/evidence.ts
303
+ reason: Evidence context fields construct executable guidance only through preCutoverCommand.
304
+ - path: packages/cli/src/cli/capabilityContext/orchestration.ts
305
+ reason: Orchestration context fields construct executable guidance only through preCutoverCommand.
306
+ - path: packages/cli/src/cli/capabilityContext/shared.ts
307
+ reason: Shared capability fields construct executable guidance only through preCutoverCommand.
308
+ - path: packages/cli/src/cli/capabilityContext/types.ts
309
+ reason: Typed fallback defaults construct executable guidance only through preCutoverCommand.
310
+ - path: packages/cli/src/cli/capabilityContext/startupAggregation.ts
311
+ reason: Startup availability and discovery fields construct executable guidance only through preCutoverCommand and have aggregate output checks.
312
+ - path: packages/cli/src/cli/commands/capability.ts
313
+ reason: Capability command recovery fields construct executable guidance only through preCutoverCommand.
314
+ - path: packages/cli/src/cli/commands/prime.ts
315
+ reason: Prime command diagnostics construct executable guidance only through preCutoverCommand and have source/package output checks.
316
+ - path: packages/cli/src/cli/commands/query.ts
317
+ reason: Query command fields construct executable guidance only through preCutoverCommand.
318
+ - path: packages/cli/src/cli/commands/route.ts
319
+ reason: Route command diagnostics construct executable guidance only through preCutoverCommand and have behavioral output checks.
320
+ - path: packages/cli/src/cli/dispatch/index.ts
321
+ reason: Dispatcher recovery output constructs executable guidance only through preCutoverCommand.
322
+ - path: packages/cli/src/cli/dispatch/lifecycle.ts
323
+ reason: Lifecycle recovery output constructs executable guidance only through preCutoverCommand.
324
+ - path: packages/cli/src/cli/commands/prime/orientationOutput.ts
325
+ reason: Orientation output fields construct executable guidance only through preCutoverCommand.
326
+ - path: packages/cli/src/cli/commands/prime/collectEntityOrientation.ts
327
+ reason: Entity orientation output fields construct executable guidance only through preCutoverCommand.
328
+ - path: packages/cli/src/cli/commands/prime/buildExecutionRequest.ts
329
+ reason: Build request diagnostics construct executable guidance only through preCutoverCommand.
330
+ - path: packages/cli/src/cli/commands/prime/briefOrientation.ts
331
+ reason: Brief orientation fields construct executable guidance only through preCutoverCommand.
332
+ - path: packages/cli/src/cli/commands/doctor.ts
333
+ reason: Doctor project-state signals publish bounded reconciliation preview and apply guidance.
334
+ - path: packages/cli/src/bin/agentera.ts
335
+ reason: The executable entry point publishes dispatcher output that transitively contains guarded command guidance.
336
+ - path: packages/cli/src/cli/capabilityContext.ts
337
+ reason: The capability-context facade re-exports guarded context producers.
338
+ - path: packages/cli/src/cli/capabilityContext/bespoke.ts
339
+ reason: Bespoke capability contexts transitively publish guarded command fields.
340
+ - path: packages/cli/src/cli/capabilityContext/index.ts
341
+ reason: The capability-context index re-exports guarded context producers.
342
+ - path: packages/cli/src/cli/capabilityContext/startup.ts
343
+ reason: Startup context assembly transitively publishes guarded command fields.
344
+ - path: packages/cli/src/cli/commands/prime/collectOrientationState.ts
345
+ reason: Orientation state assembly transitively publishes guarded command fields.
346
+ - path: packages/cli/src/cli/commands/schema.ts
347
+ reason: Schema output transitively publishes guarded writer command guidance.
348
+ - path: packages/cli/src/cli/commands/state/docs.ts
349
+ reason: Docs-state output transitively publishes guarded command guidance.
350
+ - path: packages/cli/src/cli/commands/state/get.ts
351
+ reason: Exact-get output transitively publishes guarded retrieval guidance.
352
+ - path: packages/cli/src/cli/commands/state/index.ts
353
+ reason: The state command index re-exports guarded state producers.
354
+ - path: packages/cli/src/cli/commands/state/list.ts
355
+ reason: List output transitively publishes guarded retrieval guidance.
356
+ - path: packages/cli/src/cli/commands/state/todo.ts
357
+ reason: TODO output transitively publishes guarded retrieval guidance.
358
+ - path: packages/cli/src/cli/commands/upgrade.ts
359
+ reason: Upgrade output transitively publishes guarded recovery guidance.
360
+ - path: packages/cli/src/cli/commands/upgradeVerify.ts
361
+ reason: Upgrade verification output transitively publishes guarded recovery guidance.
362
+ - path: packages/cli/src/cli/commands/verify.ts
363
+ reason: Verification output transitively publishes guarded command guidance.
364
+ - path: packages/cli/src/cli/dispatch.ts
365
+ reason: The dispatcher facade re-exports guarded output producers.
366
+ - path: packages/cli/src/cli/dispatch/check.ts
367
+ reason: Check dispatch publishes guarded validation and recovery output.
368
+ - path: packages/cli/src/cli/dispatch/prime.ts
369
+ reason: Prime dispatch publishes guarded startup output.
370
+ - path: packages/cli/src/cli/dispatch/state.ts
371
+ reason: State dispatch publishes guarded state output.
372
+ - path: packages/cli/src/eval/hybridRouteEvaluation.ts
373
+ reason: Routing evaluation transitively publishes guarded startup provenance.
374
+ - path: packages/cli/src/state/todoDocsEntities.ts
375
+ reason: TODO reconciliation output transitively publishes guarded retrieval guidance.
376
+ - path: packages/cli/src/state/todoReconciliationInspection.ts
377
+ reason: TODO reconciliation inspection publishes bounded preview and effect-bound apply guidance.
378
+ constructor_non_producers:
379
+ - path: packages/cli/src/validate/activationConjunction.ts
380
+ reason: Consumes contract-owned runnable corrections without constructing command guidance in source.
381
+ - path: packages/cli/src/cli/capabilityContext/planState.ts
382
+ reason: Imports constructor-closure modules for internal plan state, but does not publish command guidance.
383
+ - path: packages/cli/src/cli/capabilityContext/progress.ts
384
+ reason: Imports constructor-closure modules for internal progress state, but does not publish command guidance.
385
+ - path: packages/cli/src/cli/capabilityContext/slim.ts
386
+ reason: Imports constructor-closure modules for bounded context shaping, but does not publish command guidance.
387
+ - path: packages/cli/src/cli/commands/durability.ts
388
+ reason: Imports constructor-closure command modules for dispatch, but does not construct command guidance.
389
+ - path: packages/cli/src/cli/commands/glossaryAdvice.ts
390
+ reason: Imports constructor-closure command modules for glossary advice, but does not construct command guidance.
391
+ - path: packages/cli/src/cli/commands/prime/v1Migration.ts
392
+ reason: Imports constructor-closure migration modules for compatibility state, but does not construct command guidance.
393
+ - path: packages/cli/src/cli/commands/profileGrounding.ts
394
+ reason: Imports constructor-closure command modules for profile output, but does not construct command guidance.
395
+ - path: packages/cli/src/cli/commands/state/decisions.ts
396
+ reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
397
+ - path: packages/cli/src/cli/commands/state/experimentRecords.ts
398
+ reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
399
+ - path: packages/cli/src/cli/commands/state/experiments.ts
400
+ reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
401
+ - path: packages/cli/src/cli/commands/state/health.ts
402
+ reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
403
+ - path: packages/cli/src/cli/commands/state/objective.ts
404
+ reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
405
+ - path: packages/cli/src/cli/commands/state/plan.ts
406
+ reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
407
+ - path: packages/cli/src/cli/commands/state/plans.ts
408
+ reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
409
+ - path: packages/cli/src/cli/commands/state/planTasks.ts
410
+ reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
411
+ - path: packages/cli/src/cli/commands/state/progress.ts
412
+ reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
413
+ - path: packages/cli/src/cli/commands/state/write.ts
414
+ reason: Imports the guarded state-command closure for mutation dispatch only; command guidance is owned downstream.
415
+ - path: packages/cli/src/cli/commands/validate.ts
416
+ reason: Imports constructor-closure command modules for validation dispatch, but does not construct command guidance.
417
+ - path: packages/cli/src/cli/contracts/orientationState.ts
418
+ reason: Imports constructor-closure types and state for contracts only, but does not publish command guidance.
419
+ - path: packages/cli/src/cli/dispatch/commands.ts
420
+ reason: Imports constructor-closure dispatch modules for command routing, but does not construct command guidance.
421
+ - path: packages/cli/src/cli/orientation/attention.ts
422
+ reason: Imports constructor-closure orientation state for attention selection, but does not construct command guidance.
423
+ - path: packages/cli/src/cli/planArtifacts.ts
424
+ reason: Imports constructor-closure plan state for artifact projection, but does not construct command guidance.
425
+ - path: packages/cli/src/cli/planEvidence.ts
426
+ reason: Imports constructor-closure plan state for evidence projection, but does not construct command guidance.
427
+ - path: packages/cli/src/cli/profileAcquisition.ts
428
+ reason: Imports constructor-closure profile state for acquisition, but does not construct command guidance.
429
+ - path: packages/cli/src/cli/startupCompletenessContract.ts
430
+ reason: Imports constructor-closure startup state for completeness checks, but does not construct command guidance.
431
+ - path: packages/cli/src/migrate/v2HandoffManifest.ts
432
+ reason: Imports constructor-closure migration state for manifest validation, but does not construct command guidance.
433
+ - path: packages/cli/src/state/decisionEntities.ts
434
+ reason: Imports constructor-closure state modules for entity persistence, but does not construct command guidance.
435
+ - path: packages/cli/src/state/decisionRevisionMigration.ts
436
+ reason: Imports constructor-closure state modules for revision migration, but does not construct command guidance.
437
+ - path: packages/cli/src/state/directRetrieval.ts
438
+ reason: Imports constructor-closure retrieval modules for execution, but does not construct command guidance.
439
+ - path: packages/cli/src/state/entityCutover.ts
440
+ reason: Imports constructor-closure state modules for cutover, but does not construct command guidance.
441
+ - path: packages/cli/src/state/entityCutoverGit.ts
442
+ reason: Imports constructor-closure state modules for Git checks, but does not construct command guidance.
443
+ - path: packages/cli/src/state/entityListProjection.ts
444
+ reason: Imports constructor-closure retrieval modules for projection, but does not construct command guidance.
445
+ - path: packages/cli/src/state/entityMigrationPreview.ts
446
+ reason: Imports constructor-closure migration modules for preview, but does not construct command guidance.
447
+ - path: packages/cli/src/state/healthEntities.ts
448
+ reason: Imports constructor-closure state modules for entity persistence, but does not construct command guidance.
449
+ - path: packages/cli/src/state/listRetrieval.ts
450
+ reason: Imports constructor-closure retrieval modules for execution, but does not construct command guidance.
451
+ - path: packages/cli/src/state/objectiveExperimentEntities.ts
452
+ reason: Imports constructor-closure state modules for entity persistence, but does not construct command guidance.
453
+ - path: packages/cli/src/state/planEntities.ts
454
+ reason: Imports constructor-closure state modules for entity persistence, but does not construct command guidance.
455
+ - path: packages/cli/src/state/planRetrieval.ts
456
+ reason: Imports constructor-closure retrieval modules for execution, but does not construct command guidance.
457
+ - path: packages/cli/src/state/planTaskRetrieval.ts
458
+ reason: Imports constructor-closure retrieval modules for execution, but does not construct command guidance.
459
+ - path: packages/cli/src/state/progressEntities.ts
460
+ reason: Imports constructor-closure state modules for entity persistence, but does not construct command guidance.
461
+ - path: packages/cli/src/state/write/experimentPublication.ts
462
+ reason: Imports constructor-closure state modules for publication, but does not construct command guidance.
463
+ - path: packages/cli/src/state/write/index.ts
464
+ reason: Imports constructor-closure state modules for writer dispatch, but does not construct command guidance.
465
+ - path: packages/cli/src/state/write/transaction.ts
466
+ reason: Imports constructor-closure state modules for atomic writes, but does not construct command guidance.
467
+ - path: packages/cli/src/upgrade/appContentRefresh.ts
468
+ reason: Imports constructor-closure upgrade modules for app refresh, but does not construct command guidance.
469
+ - path: packages/cli/src/upgrade/installedHooksRetirement.ts
470
+ reason: Imports constructor-closure upgrade modules for retired-hook handling, but does not construct command guidance.
471
+ - path: packages/cli/src/upgrade/legacyAgentCleanup.ts
472
+ reason: Imports constructor-closure upgrade modules for legacy cleanup, but does not construct command guidance.
473
+ - path: packages/cli/src/upgrade/migrateArtifactsV2ToV3.ts
474
+ reason: Imports constructor-closure upgrade modules for artifact migration, but does not construct command guidance.
475
+ - path: packages/cli/src/upgrade/migrationPublication.ts
476
+ reason: Imports constructor-closure upgrade modules for migration publication, but does not construct command guidance.
477
+ - path: packages/cli/src/upgrade/projectIntegration.ts
478
+ reason: Imports constructor-closure upgrade modules for project integration, but does not construct command guidance.
479
+ - path: packages/cli/src/upgrade/runtimeMigration.ts
480
+ reason: Imports constructor-closure upgrade modules for runtime migration, but does not construct command guidance.
481
+ - path: packages/cli/src/upgrade/upgradeOrchestrator.ts
482
+ reason: Imports constructor-closure upgrade modules for orchestration, but does not construct command guidance.
483
+ - path: packages/cli/src/upgrade/v3CapabilitySurface.ts
484
+ reason: Imports constructor-closure upgrade modules for capability migration, but does not construct command guidance.
224
485
  docs_targets:
225
486
  version_files_source: .agentera/docs.yaml conventions.version_files
226
487
  version_files:
227
- - pyproject.toml
228
- - uv.lock
229
- - plugin.json
230
- - .github/plugin/plugin.json
231
- - .codex-plugin/plugin.json
232
- - .cursor-plugin/plugin.json
233
- - .claude-plugin/marketplace.json
234
- - .opencode/plugins/agentera.js
488
+ - packages/cli/package.json
235
489
  - skills/agentera/SKILL.md
236
490
  - registry.json
237
491
  index_targets:
238
492
  - references/adapters/package-surface-characterization.md
239
- - references/adapters/package-manifest-interface-model.yaml
240
493
  - references/adapters/package-registry.yaml
241
- excluded_version_files:
242
- - .opencode/package.json
243
494
  release_policy:
244
495
  semver_policy_source: .agentera/docs.yaml conventions.semver_policy
245
496
  version_bump_required_for_interface_only_change: false