agentera 3.0.0-dev.41 → 3.0.0-dev.46

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 (728) hide show
  1. package/README.md +33 -4
  2. package/bundle/CHANGELOG.md +91 -1
  3. package/bundle/README.md +26 -19
  4. package/bundle/UPGRADE.md +50 -15
  5. package/bundle/references/adapters/package-publication.json +408 -14
  6. package/bundle/references/adapters/package-registry.yaml +414 -1
  7. package/bundle/references/adapters/package-surface-characterization.md +20 -0
  8. package/bundle/references/adapters/runtime-retired-resources.yaml +237 -1
  9. package/bundle/references/analysis/evidence-tier-authority.yaml +3 -3
  10. package/bundle/references/analysis/verification-policy.yaml +48 -0
  11. package/bundle/references/artifacts/artifact-registry-interface-model.yaml +1 -1
  12. package/bundle/references/artifacts/glossary-entry-contract.yaml +11 -11
  13. package/bundle/references/artifacts/state-storage-authority.yaml +170 -118
  14. package/bundle/references/cli/capability-instruction-contract.yaml +4 -4
  15. package/bundle/references/cli/hybrid-route-contract.yaml +27 -5
  16. package/bundle/references/cli/routing-model.md +20 -4
  17. package/bundle/references/cli/trigger-schema-enrichment.md +7 -0
  18. package/bundle/references/cli/vocabulary-index.yaml +1 -3
  19. package/bundle/references/cli/vocabulary.md +18 -60
  20. package/bundle/references/meta/retained-reference-authority.yaml +151 -0
  21. package/bundle/skills/agentera/SKILL.md +32 -16
  22. package/bundle/skills/agentera/capabilities/audit/schemas/artifacts.yaml +3 -3
  23. package/bundle/skills/agentera/capabilities/audit/schemas/validation.yaml +1 -1
  24. package/bundle/skills/agentera/capabilities/build/schemas/artifacts.yaml +5 -5
  25. package/bundle/skills/agentera/capabilities/build/schemas/validation.yaml +5 -5
  26. package/bundle/skills/agentera/capabilities/design/schemas/exit.yaml +2 -2
  27. package/bundle/skills/agentera/capabilities/discuss/schemas/artifacts.yaml +3 -3
  28. package/bundle/skills/agentera/capabilities/discuss/schemas/validation.yaml +2 -2
  29. package/bundle/skills/agentera/capabilities/document/schemas/artifacts.yaml +3 -3
  30. package/bundle/skills/agentera/capabilities/document/schemas/validation.yaml +1 -1
  31. package/bundle/skills/agentera/capabilities/optimize/schemas/artifacts.yaml +1 -1
  32. package/bundle/skills/agentera/capabilities/optimize/schemas/validation.yaml +1 -1
  33. package/bundle/skills/agentera/capabilities/orchestrate/schemas/artifacts.yaml +5 -5
  34. package/bundle/skills/agentera/capabilities/orchestrate/schemas/validation.yaml +2 -2
  35. package/bundle/skills/agentera/capabilities/plan/schemas/artifacts.yaml +1 -1
  36. package/bundle/skills/agentera/capabilities/plan/schemas/validation.yaml +1 -1
  37. package/bundle/skills/agentera/capabilities/profile/schemas/validation.yaml +1 -1
  38. package/bundle/skills/agentera/capability_schema_contract.yaml +2 -2
  39. package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +3 -3
  40. package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +3 -3
  41. package/bundle/skills/agentera/schemas/artifacts/glossary.yaml +1 -1
  42. package/bundle/skills/agentera/schemas/artifacts/health.yaml +3 -3
  43. package/bundle/skills/agentera/schemas/artifacts/plan.yaml +12 -10
  44. package/bundle/skills/agentera/schemas/artifacts/progress.yaml +3 -3
  45. package/bundle/skills/agentera/schemas/artifacts/todo.yaml +6 -4
  46. package/dist/analytics/extractCorpus/cli.js +0 -1
  47. package/dist/analytics/extractCorpus/copilotSessions.js +0 -1
  48. package/dist/analytics/extractCorpus/core.js +0 -1
  49. package/dist/analytics/extractCorpus/corpus.js +0 -1
  50. package/dist/analytics/extractCorpus/coverageAudit.js +0 -1
  51. package/dist/analytics/extractCorpus/cursorSessions.js +0 -1
  52. package/dist/analytics/extractCorpus/evidenceTiers.js +0 -1
  53. package/dist/analytics/extractCorpus/extractCorpusParity.js +0 -1
  54. package/dist/analytics/extractCorpus/filesystemSources.js +0 -1
  55. package/dist/analytics/extractCorpus/index.js +0 -1
  56. package/dist/analytics/extractCorpus/jsonlSessions.js +0 -1
  57. package/dist/analytics/extractCorpus/sqliteCaps.js +0 -1
  58. package/dist/analytics/extractCorpus/sqliteSessions.js +0 -1
  59. package/dist/analytics/extractCorpus/tierReader.js +0 -1
  60. package/dist/analytics/extractCorpus.js +0 -1
  61. package/dist/analytics/glossaryAdviceResolution.js +0 -1
  62. package/dist/analytics/glossaryInputAcquisition.js +0 -1
  63. package/dist/analytics/personalGlossaryAdmission.js +0 -1
  64. package/dist/analytics/personalGlossaryProfile.js +0 -1
  65. package/dist/analytics/profileSignals.js +0 -1
  66. package/dist/analytics/usageStats.js +0 -1
  67. package/dist/audit/terminologyDrift.js +0 -1
  68. package/dist/bin/agentera.js +0 -1
  69. package/dist/capabilities/audit/instructions.js +3 -4
  70. package/dist/capabilities/build/instructions.js +2 -3
  71. package/dist/capabilities/design/instructions.js +1 -2
  72. package/dist/capabilities/discuss/instructions.js +2 -3
  73. package/dist/capabilities/document/instructions.js +2 -3
  74. package/dist/capabilities/index.js +5 -4
  75. package/dist/capabilities/optimize/instructions.js +1 -2
  76. package/dist/capabilities/orchestrate/instructions.js +3 -4
  77. package/dist/capabilities/plan/instructions.js +1 -2
  78. package/dist/capabilities/profile/instructions.js +1 -2
  79. package/dist/capabilities/research/instructions.js +1 -2
  80. package/dist/capabilities/status/instructions.js +1 -2
  81. package/dist/capabilities/status/startupInstructions.js +0 -5
  82. package/dist/capabilities/vision/instructions.js +1 -2
  83. package/dist/cli/appContext.js +0 -1
  84. package/dist/cli/argvalidate.js +0 -1
  85. package/dist/cli/capabilityContext/benchmark.js +4 -4
  86. package/dist/cli/capabilityContext/bespoke.js +0 -1
  87. package/dist/cli/capabilityContext/build.js +8 -10
  88. package/dist/cli/capabilityContext/closeout.js +8 -10
  89. package/dist/cli/capabilityContext/contract.js +7 -42
  90. package/dist/cli/capabilityContext/evidence.js +12 -14
  91. package/dist/cli/capabilityContext/index.js +0 -1
  92. package/dist/cli/capabilityContext/orchestration.js +6 -8
  93. package/dist/cli/capabilityContext/planState.js +0 -1
  94. package/dist/cli/capabilityContext/progress.js +0 -1
  95. package/dist/cli/capabilityContext/projectVerification.js +0 -1
  96. package/dist/cli/capabilityContext/shared.js +2 -19
  97. package/dist/cli/capabilityContext/slim.js +0 -1
  98. package/dist/cli/capabilityContext/startup.js +24 -152
  99. package/dist/cli/capabilityContext/startupAggregation.js +68 -0
  100. package/dist/cli/capabilityContext/types.js +4 -4
  101. package/dist/cli/capabilityContext.js +0 -1
  102. package/dist/cli/commands/appHome.js +0 -1
  103. package/dist/cli/commands/capability.js +2 -2
  104. package/dist/cli/commands/compact.js +0 -1
  105. package/dist/cli/commands/doctor.js +104 -9
  106. package/dist/cli/commands/durability.js +0 -1
  107. package/dist/cli/commands/glossaryAdvice.js +0 -1
  108. package/dist/cli/commands/lint.js +0 -1
  109. package/dist/cli/commands/personalGlossary.js +0 -1
  110. package/dist/cli/commands/prime/briefOrientation.js +24 -85
  111. package/dist/cli/commands/prime/buildExecutionRequest.js +2 -2
  112. package/dist/cli/commands/prime/bundleStatus.js +0 -1
  113. package/dist/cli/commands/prime/collectEntityOrientation.js +47 -27
  114. package/dist/cli/commands/prime/collectOrientationState.js +36 -2
  115. package/dist/cli/commands/prime/orientationOutput.js +104 -84
  116. package/dist/cli/commands/prime/types.js +0 -1
  117. package/dist/cli/commands/prime/v1Migration.js +0 -1
  118. package/dist/cli/commands/prime.js +18 -36
  119. package/dist/cli/commands/profileGrounding.js +0 -1
  120. package/dist/cli/commands/query.js +2 -2
  121. package/dist/cli/commands/report.js +0 -1
  122. package/dist/cli/commands/route.js +3 -3
  123. package/dist/cli/commands/schema.js +62 -92
  124. package/dist/cli/commands/state/decisions.js +0 -1
  125. package/dist/cli/commands/state/docs.js +0 -1
  126. package/dist/cli/commands/state/experimentRecords.js +0 -1
  127. package/dist/cli/commands/state/experiments.js +0 -1
  128. package/dist/cli/commands/state/get.js +0 -1
  129. package/dist/cli/commands/state/health.js +0 -1
  130. package/dist/cli/commands/state/index.js +0 -1
  131. package/dist/cli/commands/state/list.js +0 -1
  132. package/dist/cli/commands/state/objective.js +0 -1
  133. package/dist/cli/commands/state/plan.js +0 -1
  134. package/dist/cli/commands/state/planTasks.js +0 -1
  135. package/dist/cli/commands/state/plans.js +0 -1
  136. package/dist/cli/commands/state/progress.js +0 -1
  137. package/dist/cli/commands/state/shared.js +0 -1
  138. package/dist/cli/commands/state/todo.js +0 -1
  139. package/dist/cli/commands/state/write.js +10 -1
  140. package/dist/cli/commands/upgrade.js +0 -1
  141. package/dist/cli/commands/upgradeVerify.js +0 -1
  142. package/dist/cli/commands/validate.js +106 -10
  143. package/dist/cli/commands/verify.js +0 -1
  144. package/dist/cli/contracts/bundleStatus.js +0 -1
  145. package/dist/cli/contracts/orientationState.js +0 -1
  146. package/dist/cli/dispatch/argvParser.js +0 -1
  147. package/dist/cli/dispatch/check.js +6 -24
  148. package/dist/cli/dispatch/commands.js +3 -3
  149. package/dist/cli/dispatch/index.js +9 -36
  150. package/dist/cli/dispatch/lifecycle.js +11 -57
  151. package/dist/cli/dispatch/prime.js +0 -1
  152. package/dist/cli/dispatch/projections.js +17 -0
  153. package/dist/cli/dispatch/shared.js +0 -1
  154. package/dist/cli/dispatch/state.js +0 -1
  155. package/dist/cli/dispatch.js +0 -1
  156. package/dist/cli/errors.js +0 -1
  157. package/dist/cli/help.js +51 -30
  158. package/dist/cli/migrationRequired.js +3 -5
  159. package/dist/cli/orientation/attention.js +4 -17
  160. package/dist/cli/orientation/corpusCoverage.js +0 -1
  161. package/dist/cli/orientation.js +5 -5
  162. package/dist/cli/planArtifacts.js +0 -1
  163. package/dist/cli/planEvidence.js +0 -1
  164. package/dist/cli/planLifecycleState.js +2 -2
  165. package/dist/cli/planTaskIndex.js +0 -1
  166. package/dist/cli/preCutoverCommand.js +32 -0
  167. package/dist/cli/prime-blob.js +6 -6
  168. package/dist/cli/profileAcquisition.js +0 -1
  169. package/dist/cli/startupCompletenessContract.js +0 -1
  170. package/dist/cli/stateQuery.js +17 -21
  171. package/dist/cli/structured.js +0 -1
  172. package/dist/cli/todoMarkdown.js +0 -1
  173. package/dist/cli/todoReadinessSelection.js +2 -2
  174. package/dist/cli/todoSeverity.js +0 -1
  175. package/dist/core/atomicWriter.js +0 -1
  176. package/dist/core/developmentChannel.js +1 -0
  177. package/dist/core/developmentInvocation.js +374 -0
  178. package/dist/core/difflib.js +0 -1
  179. package/dist/core/envPaths.js +0 -1
  180. package/dist/core/jsonValue.js +0 -1
  181. package/dist/core/paths.js +0 -1
  182. package/dist/core/pyjson.js +0 -1
  183. package/dist/core/shell.js +0 -1
  184. package/dist/core/skillIdentity.js +0 -1
  185. package/dist/core/sourceRoot.js +9 -12
  186. package/dist/core/text.js +0 -1
  187. package/dist/core/toml.js +0 -1
  188. package/dist/core/yaml.js +0 -1
  189. package/dist/eval/evalSkills.js +0 -1
  190. package/dist/eval/hybridRouteEvaluation.js +0 -1
  191. package/dist/eval/semanticEval.js +0 -1
  192. package/dist/eval/semanticFixtures.js +0 -1
  193. package/dist/hooks/common.js +1 -54
  194. package/dist/hooks/compaction/apply.js +0 -1
  195. package/dist/hooks/compaction/dryRun.js +0 -1
  196. package/dist/hooks/compaction/index.js +1 -2
  197. package/dist/hooks/compaction/parse.js +0 -1
  198. package/dist/hooks/compaction/retention.js +0 -1
  199. package/dist/hooks/compaction/status.js +0 -1
  200. package/dist/hooks/compaction/types.js +0 -1
  201. package/dist/hooks/validateArtifact/agentFacing.js +0 -1
  202. package/dist/hooks/validateArtifact/index.js +6 -65
  203. package/dist/hooks/validateArtifact/markdown.js +0 -1
  204. package/dist/hooks/validateArtifact/schema.js +0 -1
  205. package/dist/hooks/validateArtifact/traversal.js +0 -1
  206. package/dist/hooks/validateArtifact/violations.js +0 -1
  207. package/dist/migrate/v2HandoffManifest.js +0 -3
  208. package/dist/registries/activationContract.js +2 -0
  209. package/dist/registries/activationTuples.js +106 -0
  210. package/dist/registries/artifactProtocolIds.js +0 -1
  211. package/dist/registries/artifactRegistry.js +0 -1
  212. package/dist/registries/artifactSchemaProjection.js +0 -1
  213. package/dist/registries/capabilityContract.js +0 -1
  214. package/dist/registries/evaluatorHandoffContract.js +0 -1
  215. package/dist/registries/evidenceTierContract.js +0 -1
  216. package/dist/registries/glossaryAdviceContract.js +2 -2
  217. package/dist/registries/glossaryCaveatContract.js +0 -1
  218. package/dist/registries/glossaryConsumerContractValidation.js +5 -6
  219. package/dist/registries/glossaryEntryContract.js +8 -8
  220. package/dist/registries/glossaryTermIdentity.js +0 -1
  221. package/dist/registries/glossaryTermOccurrence.js +0 -1
  222. package/dist/registries/hybridRoute.js +73 -2
  223. package/dist/registries/hybridRouteReceipt.js +2 -2
  224. package/dist/registries/packagePublication.js +229 -0
  225. package/dist/registries/packageRegistry.js +118 -2
  226. package/dist/registries/todoReadinessContract.js +0 -1
  227. package/dist/registries/triggerLoader.js +0 -1
  228. package/dist/registries/verbosityBudgetContract.js +0 -1
  229. package/dist/release/releaseMetadata.js +69 -3
  230. package/dist/runtime/lifecycleAdapterContract.js +0 -1
  231. package/dist/runtime/lifecycleAdapters.js +0 -1
  232. package/dist/runtime/lifecycleAuthority.js +0 -1
  233. package/dist/runtime/lifecycleOperationContract.js +12 -3
  234. package/dist/runtime/lifecycleOperations.js +0 -1
  235. package/dist/runtime/lifecycleOwnershipJournal.js +0 -1
  236. package/dist/runtime/lifecyclePublication.js +0 -1
  237. package/dist/runtime/lifecycleSnapshot.js +0 -1
  238. package/dist/runtime/nativeResourceCleanup.js +191 -6
  239. package/dist/setup/opencode.js +0 -1
  240. package/dist/setup/opencodeConstants.js +0 -1
  241. package/dist/setup/sharedSkill.js +0 -1
  242. package/dist/setup/smokeChecks.js +1 -33
  243. package/dist/state/archiveDiscovery.js +0 -1
  244. package/dist/state/archivePublication.js +0 -1
  245. package/dist/state/archiveRecovery.js +0 -1
  246. package/dist/state/archiveReplay.js +0 -1
  247. package/dist/state/canonicalMigrationRecord.js +0 -1
  248. package/dist/state/changelog.js +0 -1
  249. package/dist/state/decisionEntities.js +0 -1
  250. package/dist/state/decisionLegacyValidation.js +0 -1
  251. package/dist/state/decisionMigrationProvenance.js +0 -1
  252. package/dist/state/decisionOverlay.js +0 -1
  253. package/dist/state/decisionRevision.js +0 -1
  254. package/dist/state/decisionRevisionMigration.js +0 -1
  255. package/dist/state/directRetrieval.js +0 -1
  256. package/dist/state/durability.js +0 -1
  257. package/dist/state/entityCutover.js +174 -9
  258. package/dist/state/entityCutoverGit.js +0 -1
  259. package/dist/state/entityGlossaryAuthority.js +0 -1
  260. package/dist/state/entityListProjection.js +0 -1
  261. package/dist/state/entityListRuntimeRegistry.js +46 -11
  262. package/dist/state/entityMigrationCausality.js +3 -5
  263. package/dist/state/entityMigrationIdentity.js +0 -1
  264. package/dist/state/entityMigrationPreview.js +35 -73
  265. package/dist/state/entityMigrationTodo.js +133 -0
  266. package/dist/state/entityPublicationContext.js +0 -1
  267. package/dist/state/entityRetrievalHelp.js +53 -23
  268. package/dist/state/entityStorage.js +0 -1
  269. package/dist/state/exactReplacementRecovery.js +0 -1
  270. package/dist/state/experimentArchive.js +0 -1
  271. package/dist/state/experimentIdentity.js +0 -1
  272. package/dist/state/healthEntities.js +0 -1
  273. package/dist/state/healthEntityValidation.js +0 -1
  274. package/dist/state/healthRepair.js +0 -1
  275. package/dist/state/installRoot.js +0 -1
  276. package/dist/state/legacyEntityCutoverEvidence.js +0 -1
  277. package/dist/state/legacyIdentity.js +0 -1
  278. package/dist/state/legacySummaryRecord.js +0 -1
  279. package/dist/state/listAccounting.js +0 -1
  280. package/dist/state/listClassification.js +0 -1
  281. package/dist/state/listCursor.js +0 -1
  282. package/dist/state/listRetrieval.js +0 -1
  283. package/dist/state/migrationSourceBinding.js +0 -1
  284. package/dist/state/objectiveExperimentEntities.js +0 -1
  285. package/dist/state/planEntities.js +0 -1
  286. package/dist/state/planIdentity.js +0 -1
  287. package/dist/state/planRetrieval.js +0 -1
  288. package/dist/state/planTaskRetrieval.js +0 -1
  289. package/dist/state/progressEntities.js +0 -1
  290. package/dist/state/progressGlossaryCaveat.js +0 -1
  291. package/dist/state/progressPublicationOrder.js +0 -1
  292. package/dist/state/projectRoot.js +0 -1
  293. package/dist/state/projectionPolicy.js +0 -1
  294. package/dist/state/retrievalAuthority.js +0 -1
  295. package/dist/state/safeProjectFile.js +0 -1
  296. package/dist/state/startupAnalysis/benchmark.js +0 -1
  297. package/dist/state/startupAnalysis/contract.js +44 -10
  298. package/dist/state/startupAnalysis/helpers.js +0 -1
  299. package/dist/state/startupAnalysis/index.js +0 -1
  300. package/dist/state/startupAnalysis/metrics.js +0 -1
  301. package/dist/state/startupAnalysis/records.js +0 -1
  302. package/dist/state/startupAnalysis/report.js +0 -1
  303. package/dist/state/startupAnalysis/threshold.js +0 -1
  304. package/dist/state/startupAnalysis.js +0 -1
  305. package/dist/state/startupProjection.js +2 -2
  306. package/dist/state/stateMode.js +0 -1
  307. package/dist/state/stateStorageAuthority.js +0 -1
  308. package/dist/state/summaryEntityRead.js +0 -1
  309. package/dist/state/summaryMigrationProvenance.js +0 -1
  310. package/dist/state/summarySourceRowAuthority.js +0 -1
  311. package/dist/state/todoDocsEntities.js +161 -83
  312. package/dist/state/todoDocsEntityValidation.js +0 -1
  313. package/dist/state/todoMarkdownProjection.js +51 -0
  314. package/dist/state/todoReconciliationActivation.js +73 -4
  315. package/dist/state/todoReconciliationInspection.js +173 -0
  316. package/dist/state/todoReconciliationRepair.js +170 -0
  317. package/dist/state/todoReconciliationTransaction.js +41 -13
  318. package/dist/state/write/assign.js +0 -1
  319. package/dist/state/write/candidateMutation.js +0 -1
  320. package/dist/state/write/errors.js +0 -1
  321. package/dist/state/write/experimentPublication.js +0 -1
  322. package/dist/state/write/explain.js +0 -1
  323. package/dist/state/write/fields.js +0 -1
  324. package/dist/state/write/glossaryPublication.js +0 -1
  325. package/dist/state/write/grammar.js +13 -4
  326. package/dist/state/write/helpers.js +0 -1
  327. package/dist/state/write/index.js +0 -1
  328. package/dist/state/write/input.js +0 -1
  329. package/dist/state/write/lock.js +0 -1
  330. package/dist/state/write/mutation.js +0 -1
  331. package/dist/state/write/operations.js +0 -1
  332. package/dist/state/write/planEvaluation.js +0 -1
  333. package/dist/state/write/planPublication.js +0 -1
  334. package/dist/state/write/runtimeOperations.js +83 -6
  335. package/dist/state/write/serialize.js +0 -1
  336. package/dist/state/write/transaction.js +0 -1
  337. package/dist/state/write/validate.js +0 -1
  338. package/dist/upgrade/appContentRefresh.js +0 -1
  339. package/dist/upgrade/appModel.js +0 -1
  340. package/dist/upgrade/atomicWriter.js +0 -1
  341. package/dist/upgrade/bundleEvidence.js +0 -1
  342. package/dist/upgrade/channels.js +0 -1
  343. package/dist/upgrade/compatibility.js +0 -1
  344. package/dist/upgrade/doctor.js +0 -1
  345. package/dist/upgrade/doctorClassifier.js +0 -1
  346. package/dist/upgrade/installedHooksRetirement.js +0 -1
  347. package/dist/upgrade/legacyAgentCleanup.js +0 -1
  348. package/dist/upgrade/lifecycleUpgrade.js +0 -1
  349. package/dist/upgrade/migrateArtifactsV2ToV3.js +7 -15
  350. package/dist/upgrade/migrationPublication.js +0 -1
  351. package/dist/upgrade/nextMajorDoctor.js +0 -1
  352. package/dist/upgrade/npxPlatformStatus.js +0 -1
  353. package/dist/upgrade/projectIntegration.js +4 -17
  354. package/dist/upgrade/projectIntegrationDecision.js +0 -1
  355. package/dist/upgrade/retiredResourceDiagnostics.js +117 -0
  356. package/dist/upgrade/runtimeMigration.js +61 -190
  357. package/dist/upgrade/upgradeCommands.js +5 -1
  358. package/dist/upgrade/upgradeLock.js +0 -1
  359. package/dist/upgrade/upgradeOrchestrator.js +52 -9
  360. package/dist/upgrade/v3CapabilitySurface.js +0 -1
  361. package/dist/upgrade/versionResolution.js +0 -1
  362. package/dist/validate/activationArtifactEvidence.js +844 -0
  363. package/dist/validate/activationConjunction.js +816 -0
  364. package/dist/validate/activationEvidenceManifest.js +515 -0
  365. package/dist/validate/activationPackageSemantics.js +29 -0
  366. package/dist/validate/appHomeContract.js +0 -2
  367. package/dist/validate/bootstrapAuthority.js +44 -0
  368. package/dist/validate/capability.js +0 -1
  369. package/dist/validate/crossCapability.js +0 -1
  370. package/dist/validate/retainedReferenceAuthority.js +879 -0
  371. package/dist/validate/selfAudit.js +0 -1
  372. package/dist/validate/v1LegacyCruft.js +0 -10
  373. package/dist/validate/vocabularyAuthority.js +6 -8
  374. package/package.json +12 -5
  375. package/bundle/references/adapters/package-manifest-interface-model.yaml +0 -127
  376. package/bundle/references/analysis/benchmark.md +0 -271
  377. package/bundle/references/analysis/startup-measurement-contract.yaml +0 -435
  378. package/bundle/references/cli/agent-ready-state-contract.yaml +0 -1015
  379. package/bundle/references/cli/audience-namespace-cli-migration.yaml +0 -395
  380. package/bundle/references/cli/bundle-skill-vocabulary.yaml +0 -241
  381. package/bundle/references/cli/capability-instruction-structure.md +0 -144
  382. package/bundle/references/cli/capability-tool-classification.yaml +0 -53
  383. package/bundle/references/cli/coexistence-probe.yaml +0 -13
  384. package/bundle/references/cli/parity-expected-actual-template.md +0 -30
  385. package/bundle/references/cli/prime-consumer-compatibility.yaml +0 -701
  386. package/bundle/references/cli/routing-execution-vocabulary.yaml +0 -259
  387. package/bundle/references/cli/single-name-protocol.yaml +0 -42
  388. package/bundle/references/cli/upgrade-repair-wording.md +0 -25
  389. package/bundle/references/cli/v3-handoff-manifest.schema.yaml +0 -97
  390. package/bundle/references/meta/documentation-inventory.md +0 -50
  391. package/bundle/skills/agentera/references/contract.md +0 -1097
  392. package/dist/analytics/extractCorpus/cli.js.map +0 -1
  393. package/dist/analytics/extractCorpus/copilotSessions.js.map +0 -1
  394. package/dist/analytics/extractCorpus/core.js.map +0 -1
  395. package/dist/analytics/extractCorpus/corpus.js.map +0 -1
  396. package/dist/analytics/extractCorpus/coverageAudit.js.map +0 -1
  397. package/dist/analytics/extractCorpus/cursorSessions.js.map +0 -1
  398. package/dist/analytics/extractCorpus/evidenceTiers.js.map +0 -1
  399. package/dist/analytics/extractCorpus/extractCorpusParity.js.map +0 -1
  400. package/dist/analytics/extractCorpus/filesystemSources.js.map +0 -1
  401. package/dist/analytics/extractCorpus/index.js.map +0 -1
  402. package/dist/analytics/extractCorpus/jsonlSessions.js.map +0 -1
  403. package/dist/analytics/extractCorpus/sqliteCaps.js.map +0 -1
  404. package/dist/analytics/extractCorpus/sqliteSessions.js.map +0 -1
  405. package/dist/analytics/extractCorpus/tierReader.js.map +0 -1
  406. package/dist/analytics/extractCorpus.js.map +0 -1
  407. package/dist/analytics/glossaryAdviceResolution.js.map +0 -1
  408. package/dist/analytics/glossaryInputAcquisition.js.map +0 -1
  409. package/dist/analytics/personalGlossaryAdmission.js.map +0 -1
  410. package/dist/analytics/personalGlossaryProfile.js.map +0 -1
  411. package/dist/analytics/profileSignals.js.map +0 -1
  412. package/dist/analytics/usageStats.js.map +0 -1
  413. package/dist/audit/terminologyDrift.js.map +0 -1
  414. package/dist/bin/agentera.js.map +0 -1
  415. package/dist/capabilities/audit/instructions.js.map +0 -1
  416. package/dist/capabilities/build/instructions.js.map +0 -1
  417. package/dist/capabilities/design/instructions.js.map +0 -1
  418. package/dist/capabilities/discuss/instructions.js.map +0 -1
  419. package/dist/capabilities/document/instructions.js.map +0 -1
  420. package/dist/capabilities/index.js.map +0 -1
  421. package/dist/capabilities/optimize/instructions.js.map +0 -1
  422. package/dist/capabilities/orchestrate/instructions.js.map +0 -1
  423. package/dist/capabilities/plan/instructions.js.map +0 -1
  424. package/dist/capabilities/profile/instructions.js.map +0 -1
  425. package/dist/capabilities/research/instructions.js.map +0 -1
  426. package/dist/capabilities/status/instructions.js.map +0 -1
  427. package/dist/capabilities/status/startupInstructions.js.map +0 -1
  428. package/dist/capabilities/vision/instructions.js.map +0 -1
  429. package/dist/cli/appContext.js.map +0 -1
  430. package/dist/cli/argvalidate.js.map +0 -1
  431. package/dist/cli/capabilityContext/benchmark.js.map +0 -1
  432. package/dist/cli/capabilityContext/bespoke.js.map +0 -1
  433. package/dist/cli/capabilityContext/build.js.map +0 -1
  434. package/dist/cli/capabilityContext/closeout.js.map +0 -1
  435. package/dist/cli/capabilityContext/contract.js.map +0 -1
  436. package/dist/cli/capabilityContext/evidence.js.map +0 -1
  437. package/dist/cli/capabilityContext/index.js.map +0 -1
  438. package/dist/cli/capabilityContext/orchestration.js.map +0 -1
  439. package/dist/cli/capabilityContext/planState.js.map +0 -1
  440. package/dist/cli/capabilityContext/progress.js.map +0 -1
  441. package/dist/cli/capabilityContext/projectVerification.js.map +0 -1
  442. package/dist/cli/capabilityContext/shared.js.map +0 -1
  443. package/dist/cli/capabilityContext/slim.js.map +0 -1
  444. package/dist/cli/capabilityContext/startup.js.map +0 -1
  445. package/dist/cli/capabilityContext/types.js.map +0 -1
  446. package/dist/cli/capabilityContext.js.map +0 -1
  447. package/dist/cli/commands/appHome.js.map +0 -1
  448. package/dist/cli/commands/capability.js.map +0 -1
  449. package/dist/cli/commands/compact.js.map +0 -1
  450. package/dist/cli/commands/doctor.js.map +0 -1
  451. package/dist/cli/commands/durability.js.map +0 -1
  452. package/dist/cli/commands/entityMigrate.js +0 -132
  453. package/dist/cli/commands/entityMigrate.js.map +0 -1
  454. package/dist/cli/commands/glossaryAdvice.js.map +0 -1
  455. package/dist/cli/commands/lint.js.map +0 -1
  456. package/dist/cli/commands/personalGlossary.js.map +0 -1
  457. package/dist/cli/commands/prime/briefOrientation.js.map +0 -1
  458. package/dist/cli/commands/prime/buildExecutionRequest.js.map +0 -1
  459. package/dist/cli/commands/prime/bundleStatus.js.map +0 -1
  460. package/dist/cli/commands/prime/collectEntityOrientation.js.map +0 -1
  461. package/dist/cli/commands/prime/collectOrientationState.js.map +0 -1
  462. package/dist/cli/commands/prime/orientationOutput.js.map +0 -1
  463. package/dist/cli/commands/prime/types.js.map +0 -1
  464. package/dist/cli/commands/prime/v1Migration.js.map +0 -1
  465. package/dist/cli/commands/prime.js.map +0 -1
  466. package/dist/cli/commands/profileGrounding.js.map +0 -1
  467. package/dist/cli/commands/query.js.map +0 -1
  468. package/dist/cli/commands/report.js.map +0 -1
  469. package/dist/cli/commands/route.js.map +0 -1
  470. package/dist/cli/commands/schema.js.map +0 -1
  471. package/dist/cli/commands/state/decisions.js.map +0 -1
  472. package/dist/cli/commands/state/docs.js.map +0 -1
  473. package/dist/cli/commands/state/experimentRecords.js.map +0 -1
  474. package/dist/cli/commands/state/experiments.js.map +0 -1
  475. package/dist/cli/commands/state/get.js.map +0 -1
  476. package/dist/cli/commands/state/health.js.map +0 -1
  477. package/dist/cli/commands/state/index.js.map +0 -1
  478. package/dist/cli/commands/state/list.js.map +0 -1
  479. package/dist/cli/commands/state/objective.js.map +0 -1
  480. package/dist/cli/commands/state/plan.js.map +0 -1
  481. package/dist/cli/commands/state/planTasks.js.map +0 -1
  482. package/dist/cli/commands/state/plans.js.map +0 -1
  483. package/dist/cli/commands/state/progress.js.map +0 -1
  484. package/dist/cli/commands/state/shared.js.map +0 -1
  485. package/dist/cli/commands/state/todo.js.map +0 -1
  486. package/dist/cli/commands/state/write.js.map +0 -1
  487. package/dist/cli/commands/upgrade.js.map +0 -1
  488. package/dist/cli/commands/upgradeVerify.js.map +0 -1
  489. package/dist/cli/commands/validate.js.map +0 -1
  490. package/dist/cli/commands/verify.js.map +0 -1
  491. package/dist/cli/contracts/bundleStatus.js.map +0 -1
  492. package/dist/cli/contracts/orientationState.js.map +0 -1
  493. package/dist/cli/dispatch/argvParser.js.map +0 -1
  494. package/dist/cli/dispatch/check.js.map +0 -1
  495. package/dist/cli/dispatch/commands.js.map +0 -1
  496. package/dist/cli/dispatch/index.js.map +0 -1
  497. package/dist/cli/dispatch/lifecycle.js.map +0 -1
  498. package/dist/cli/dispatch/prime.js.map +0 -1
  499. package/dist/cli/dispatch/shared.js.map +0 -1
  500. package/dist/cli/dispatch/state.js.map +0 -1
  501. package/dist/cli/dispatch.js.map +0 -1
  502. package/dist/cli/errors.js.map +0 -1
  503. package/dist/cli/help.js.map +0 -1
  504. package/dist/cli/migrationRequired.js.map +0 -1
  505. package/dist/cli/orientation/attention.js.map +0 -1
  506. package/dist/cli/orientation/corpusCoverage.js.map +0 -1
  507. package/dist/cli/orientation.js.map +0 -1
  508. package/dist/cli/planArtifacts.js.map +0 -1
  509. package/dist/cli/planEvidence.js.map +0 -1
  510. package/dist/cli/planLifecycleState.js.map +0 -1
  511. package/dist/cli/planTaskIndex.js.map +0 -1
  512. package/dist/cli/prime-blob.js.map +0 -1
  513. package/dist/cli/profileAcquisition.js.map +0 -1
  514. package/dist/cli/startupCompletenessContract.js.map +0 -1
  515. package/dist/cli/stateQuery.js.map +0 -1
  516. package/dist/cli/structured.js.map +0 -1
  517. package/dist/cli/todoMarkdown.js.map +0 -1
  518. package/dist/cli/todoReadinessSelection.js.map +0 -1
  519. package/dist/cli/todoSeverity.js.map +0 -1
  520. package/dist/core/atomicWriter.js.map +0 -1
  521. package/dist/core/difflib.js.map +0 -1
  522. package/dist/core/envPaths.js.map +0 -1
  523. package/dist/core/jsonValue.js.map +0 -1
  524. package/dist/core/paths.js.map +0 -1
  525. package/dist/core/pyjson.js.map +0 -1
  526. package/dist/core/shell.js.map +0 -1
  527. package/dist/core/skillIdentity.js.map +0 -1
  528. package/dist/core/sourceRoot.js.map +0 -1
  529. package/dist/core/text.js.map +0 -1
  530. package/dist/core/toml.js.map +0 -1
  531. package/dist/core/yaml.js.map +0 -1
  532. package/dist/eval/evalSkills.js.map +0 -1
  533. package/dist/eval/hybridRouteEvaluation.js.map +0 -1
  534. package/dist/eval/semanticEval.js.map +0 -1
  535. package/dist/eval/semanticFixtures.js.map +0 -1
  536. package/dist/hooks/common.js.map +0 -1
  537. package/dist/hooks/compaction/apply.js.map +0 -1
  538. package/dist/hooks/compaction/dryRun.js.map +0 -1
  539. package/dist/hooks/compaction/index.js.map +0 -1
  540. package/dist/hooks/compaction/parse.js.map +0 -1
  541. package/dist/hooks/compaction/retention.js.map +0 -1
  542. package/dist/hooks/compaction/status.js.map +0 -1
  543. package/dist/hooks/compaction/types.js.map +0 -1
  544. package/dist/hooks/cursorPreToolUse.js +0 -19
  545. package/dist/hooks/cursorPreToolUse.js.map +0 -1
  546. package/dist/hooks/cursorSessionStart.js +0 -64
  547. package/dist/hooks/cursorSessionStart.js.map +0 -1
  548. package/dist/hooks/projectHookInput.js +0 -26
  549. package/dist/hooks/projectHookInput.js.map +0 -1
  550. package/dist/hooks/sessionStart.js +0 -94
  551. package/dist/hooks/sessionStart.js.map +0 -1
  552. package/dist/hooks/sessionStop.js +0 -198
  553. package/dist/hooks/sessionStop.js.map +0 -1
  554. package/dist/hooks/validateArtifact/agentFacing.js.map +0 -1
  555. package/dist/hooks/validateArtifact/index.js.map +0 -1
  556. package/dist/hooks/validateArtifact/markdown.js.map +0 -1
  557. package/dist/hooks/validateArtifact/runtime.js +0 -86
  558. package/dist/hooks/validateArtifact/runtime.js.map +0 -1
  559. package/dist/hooks/validateArtifact/schema.js.map +0 -1
  560. package/dist/hooks/validateArtifact/traversal.js.map +0 -1
  561. package/dist/hooks/validateArtifact/violations.js.map +0 -1
  562. package/dist/migrate/v2HandoffManifest.js.map +0 -1
  563. package/dist/registries/artifactProtocolIds.js.map +0 -1
  564. package/dist/registries/artifactRegistry.js.map +0 -1
  565. package/dist/registries/artifactSchemaProjection.js.map +0 -1
  566. package/dist/registries/capabilityContract.js.map +0 -1
  567. package/dist/registries/evaluatorHandoffContract.js.map +0 -1
  568. package/dist/registries/evidenceTierContract.js.map +0 -1
  569. package/dist/registries/glossaryAdviceContract.js.map +0 -1
  570. package/dist/registries/glossaryCaveatContract.js.map +0 -1
  571. package/dist/registries/glossaryConsumerContractValidation.js.map +0 -1
  572. package/dist/registries/glossaryEntryContract.js.map +0 -1
  573. package/dist/registries/glossaryTermIdentity.js.map +0 -1
  574. package/dist/registries/glossaryTermOccurrence.js.map +0 -1
  575. package/dist/registries/hybridRoute.js.map +0 -1
  576. package/dist/registries/hybridRouteReceipt.js.map +0 -1
  577. package/dist/registries/packageRegistry.js.map +0 -1
  578. package/dist/registries/todoReadinessContract.js.map +0 -1
  579. package/dist/registries/triggerLoader.js.map +0 -1
  580. package/dist/registries/verbosityBudgetContract.js.map +0 -1
  581. package/dist/release/releaseMetadata.js.map +0 -1
  582. package/dist/runtime/lifecycleAdapterContract.js.map +0 -1
  583. package/dist/runtime/lifecycleAdapters.js.map +0 -1
  584. package/dist/runtime/lifecycleAuthority.js.map +0 -1
  585. package/dist/runtime/lifecycleOperationContract.js.map +0 -1
  586. package/dist/runtime/lifecycleOperations.js.map +0 -1
  587. package/dist/runtime/lifecycleOwnershipJournal.js.map +0 -1
  588. package/dist/runtime/lifecyclePublication.js.map +0 -1
  589. package/dist/runtime/lifecycleSnapshot.js.map +0 -1
  590. package/dist/runtime/nativeResourceCleanup.js.map +0 -1
  591. package/dist/setup/codex/cli.js +0 -130
  592. package/dist/setup/codex/cli.js.map +0 -1
  593. package/dist/setup/codex/configToml.js +0 -558
  594. package/dist/setup/codex/configToml.js.map +0 -1
  595. package/dist/setup/codex/constants.js +0 -14
  596. package/dist/setup/codex/constants.js.map +0 -1
  597. package/dist/setup/codex/installRoot.js +0 -64
  598. package/dist/setup/codex/installRoot.js.map +0 -1
  599. package/dist/setup/codex/state.js +0 -252
  600. package/dist/setup/codex/state.js.map +0 -1
  601. package/dist/setup/codex.js +0 -10
  602. package/dist/setup/codex.js.map +0 -1
  603. package/dist/setup/opencode.js.map +0 -1
  604. package/dist/setup/opencodeConstants.js.map +0 -1
  605. package/dist/setup/sharedSkill.js.map +0 -1
  606. package/dist/setup/smokeChecks.js.map +0 -1
  607. package/dist/state/archiveDiscovery.js.map +0 -1
  608. package/dist/state/archivePublication.js.map +0 -1
  609. package/dist/state/archiveRecovery.js.map +0 -1
  610. package/dist/state/archiveReplay.js.map +0 -1
  611. package/dist/state/canonicalMigrationRecord.js.map +0 -1
  612. package/dist/state/changelog.js.map +0 -1
  613. package/dist/state/decisionEntities.js.map +0 -1
  614. package/dist/state/decisionLegacyValidation.js.map +0 -1
  615. package/dist/state/decisionMigrationProvenance.js.map +0 -1
  616. package/dist/state/decisionOverlay.js.map +0 -1
  617. package/dist/state/decisionRevision.js.map +0 -1
  618. package/dist/state/decisionRevisionMigration.js.map +0 -1
  619. package/dist/state/directRetrieval.js.map +0 -1
  620. package/dist/state/durability.js.map +0 -1
  621. package/dist/state/entityCutover.js.map +0 -1
  622. package/dist/state/entityCutoverGit.js.map +0 -1
  623. package/dist/state/entityGlossaryAuthority.js.map +0 -1
  624. package/dist/state/entityListProjection.js.map +0 -1
  625. package/dist/state/entityListRuntimeRegistry.js.map +0 -1
  626. package/dist/state/entityMigrationCausality.js.map +0 -1
  627. package/dist/state/entityMigrationIdentity.js.map +0 -1
  628. package/dist/state/entityMigrationPreview.js.map +0 -1
  629. package/dist/state/entityPublicationContext.js.map +0 -1
  630. package/dist/state/entityRetrievalHelp.js.map +0 -1
  631. package/dist/state/entityStorage.js.map +0 -1
  632. package/dist/state/exactReplacementRecovery.js.map +0 -1
  633. package/dist/state/experimentArchive.js.map +0 -1
  634. package/dist/state/experimentIdentity.js.map +0 -1
  635. package/dist/state/healthEntities.js.map +0 -1
  636. package/dist/state/healthEntityValidation.js.map +0 -1
  637. package/dist/state/healthRepair.js.map +0 -1
  638. package/dist/state/installRoot.js.map +0 -1
  639. package/dist/state/legacyEntityCutoverEvidence.js.map +0 -1
  640. package/dist/state/legacyIdentity.js.map +0 -1
  641. package/dist/state/legacySummaryRecord.js.map +0 -1
  642. package/dist/state/listAccounting.js.map +0 -1
  643. package/dist/state/listClassification.js.map +0 -1
  644. package/dist/state/listCursor.js.map +0 -1
  645. package/dist/state/listRetrieval.js.map +0 -1
  646. package/dist/state/migrationSourceBinding.js.map +0 -1
  647. package/dist/state/objectiveExperimentEntities.js.map +0 -1
  648. package/dist/state/planEntities.js.map +0 -1
  649. package/dist/state/planIdentity.js.map +0 -1
  650. package/dist/state/planRetrieval.js.map +0 -1
  651. package/dist/state/planTaskRetrieval.js.map +0 -1
  652. package/dist/state/progressEntities.js.map +0 -1
  653. package/dist/state/progressGlossaryCaveat.js.map +0 -1
  654. package/dist/state/progressPublicationOrder.js.map +0 -1
  655. package/dist/state/projectRoot.js.map +0 -1
  656. package/dist/state/projectionPolicy.js.map +0 -1
  657. package/dist/state/retrievalAuthority.js.map +0 -1
  658. package/dist/state/safeProjectFile.js.map +0 -1
  659. package/dist/state/startupAnalysis/benchmark.js.map +0 -1
  660. package/dist/state/startupAnalysis/contract.js.map +0 -1
  661. package/dist/state/startupAnalysis/helpers.js.map +0 -1
  662. package/dist/state/startupAnalysis/index.js.map +0 -1
  663. package/dist/state/startupAnalysis/metrics.js.map +0 -1
  664. package/dist/state/startupAnalysis/records.js.map +0 -1
  665. package/dist/state/startupAnalysis/report.js.map +0 -1
  666. package/dist/state/startupAnalysis/threshold.js.map +0 -1
  667. package/dist/state/startupAnalysis.js.map +0 -1
  668. package/dist/state/startupProjection.js.map +0 -1
  669. package/dist/state/stateMode.js.map +0 -1
  670. package/dist/state/stateStorageAuthority.js.map +0 -1
  671. package/dist/state/summaryEntityRead.js.map +0 -1
  672. package/dist/state/summaryMigrationProvenance.js.map +0 -1
  673. package/dist/state/summarySourceRowAuthority.js.map +0 -1
  674. package/dist/state/todoDocsEntities.js.map +0 -1
  675. package/dist/state/todoDocsEntityValidation.js.map +0 -1
  676. package/dist/state/todoReconciliationActivation.js.map +0 -1
  677. package/dist/state/todoReconciliationTransaction.js.map +0 -1
  678. package/dist/state/write/assign.js.map +0 -1
  679. package/dist/state/write/candidateMutation.js.map +0 -1
  680. package/dist/state/write/errors.js.map +0 -1
  681. package/dist/state/write/experimentPublication.js.map +0 -1
  682. package/dist/state/write/explain.js.map +0 -1
  683. package/dist/state/write/fields.js.map +0 -1
  684. package/dist/state/write/glossaryPublication.js.map +0 -1
  685. package/dist/state/write/grammar.js.map +0 -1
  686. package/dist/state/write/helpers.js.map +0 -1
  687. package/dist/state/write/index.js.map +0 -1
  688. package/dist/state/write/input.js.map +0 -1
  689. package/dist/state/write/lock.js.map +0 -1
  690. package/dist/state/write/mutation.js.map +0 -1
  691. package/dist/state/write/operations.js.map +0 -1
  692. package/dist/state/write/planEvaluation.js.map +0 -1
  693. package/dist/state/write/planPublication.js.map +0 -1
  694. package/dist/state/write/runtimeOperations.js.map +0 -1
  695. package/dist/state/write/serialize.js.map +0 -1
  696. package/dist/state/write/transaction.js.map +0 -1
  697. package/dist/state/write/validate.js.map +0 -1
  698. package/dist/upgrade/appContentRefresh.js.map +0 -1
  699. package/dist/upgrade/appModel.js.map +0 -1
  700. package/dist/upgrade/atomicWriter.js.map +0 -1
  701. package/dist/upgrade/bundleEvidence.js.map +0 -1
  702. package/dist/upgrade/channels.js.map +0 -1
  703. package/dist/upgrade/coexistenceProbe.js +0 -105
  704. package/dist/upgrade/coexistenceProbe.js.map +0 -1
  705. package/dist/upgrade/compatibility.js.map +0 -1
  706. package/dist/upgrade/doctor.js.map +0 -1
  707. package/dist/upgrade/doctorClassifier.js.map +0 -1
  708. package/dist/upgrade/installedHooksRetirement.js.map +0 -1
  709. package/dist/upgrade/legacyAgentCleanup.js.map +0 -1
  710. package/dist/upgrade/lifecycleUpgrade.js.map +0 -1
  711. package/dist/upgrade/migrateArtifactsV2ToV3.js.map +0 -1
  712. package/dist/upgrade/migrationPublication.js.map +0 -1
  713. package/dist/upgrade/nextMajorDoctor.js.map +0 -1
  714. package/dist/upgrade/npxPlatformStatus.js.map +0 -1
  715. package/dist/upgrade/projectIntegration.js.map +0 -1
  716. package/dist/upgrade/projectIntegrationDecision.js.map +0 -1
  717. package/dist/upgrade/runtimeMigration.js.map +0 -1
  718. package/dist/upgrade/upgradeCommands.js.map +0 -1
  719. package/dist/upgrade/upgradeLock.js.map +0 -1
  720. package/dist/upgrade/upgradeOrchestrator.js.map +0 -1
  721. package/dist/upgrade/v3CapabilitySurface.js.map +0 -1
  722. package/dist/upgrade/versionResolution.js.map +0 -1
  723. package/dist/validate/appHomeContract.js.map +0 -1
  724. package/dist/validate/capability.js.map +0 -1
  725. package/dist/validate/crossCapability.js.map +0 -1
  726. package/dist/validate/selfAudit.js.map +0 -1
  727. package/dist/validate/v1LegacyCruft.js.map +0 -1
  728. package/dist/validate/vocabularyAuthority.js.map +0 -1
@@ -34,14 +34,23 @@ documentation after deterministic abstention; it learns that contract from the C
34
34
 
35
35
  ## Bootstrap
36
36
 
37
- Run `npx -y agentera@next prime` for orientation. The JSON it returns is the complete
38
- contract — app status, state slices, attention items, next action, and the
39
- source contract that declares what's complete and what requires fallback.
37
+ Run one pre-cutover `@next` call for orientation. It is read-only in clean, v2,
38
+ partially migrated, and v3 projects. Clean, v2, and partial state returns
39
+ `blocked` with the exact full entity-upgrade command in
40
+ `state_cutover.recovery_command`; v3 returns `ok` unless health is degraded.
41
+ The JSON also returns bounded app status, state slices, attention, and startup
42
+ availability.
40
43
 
41
44
  ```bash
42
- npx -y agentera@next prime
45
+ npx -y agentera@next prime --context status --format json
43
46
  ```
44
47
 
48
+ An `ok` outcome needs no fallback or second dashboard call. Follow an exact
49
+ recovery command for other outcomes; every returned v3 command stays on
50
+ `npx -y agentera@next`. Do not use bare or stable-channel CLI forms before
51
+ stable promotion. For deeper read-only evidence, run
52
+ `npx -y agentera@next doctor --format json`.
53
+
45
54
  For capability-specific startup context:
46
55
 
47
56
  ```bash
@@ -49,10 +58,12 @@ npx -y agentera@next prime --context <capability> --format json
49
58
  ```
50
59
 
51
60
  This returns the capability's instructions, declared read/write needs, artifact
52
- inventory, included/missing state, and fallback commands. Use it before
53
- reading the instructions module directly.
61
+ inventory, and `capability_context.startup`. Check its `outcome` (`ok`,
62
+ `degraded`, or `blocked`). The `availability` rows identify bounded included
63
+ families and deferred families; use a deferred row's `detail_command` for
64
+ detail. Use this response before reading the instructions module directly.
54
65
 
55
- For static routing guidance (agentera vs native tools):
66
+ For static routing guidance (CLI vs native tools):
56
67
 
57
68
  ```bash
58
69
  npx -y agentera@next prime --guidance
@@ -93,7 +104,7 @@ hardcoded rules. `next_action` is a readiness suggestion for bare/status
93
104
  orientation after classification; it never classifies or overrides a non-status
94
105
  request.
95
106
 
96
- The LLM host classifies natural language. Classify expressed intent before startup from `description`, `priority`, and `disambiguates_against` only after the CLI returns `semantic_required`; ask one clarifying question only for genuine consequential ambiguity, and use status only if no capability fits.
107
+ The LLM host classifies natural language. Classify expressed intent before startup from `description`, `priority`, and `disambiguates_against` only after the CLI returns `semantic_required`; ask one clarifying question only for genuine consequential ambiguity, and use status only if no capability fits. Read that response's `receipt_contract` for the exact nullable `agentera.route_receipt.v1` schema, outcomes, nullability, compound and span rules, and runnable stdin example; `npx -y agentera@next route receipt --help` presents the same guide.
97
108
 
98
109
  The receipt input is `{ request: <original string>, receipt: <complete nullable
99
110
  API output> }`; every API field is present and outcome-inapplicable fields are
@@ -146,9 +157,11 @@ The prime dashboard rendering contract — template, field-by-field rules, outpu
146
157
  budget, attention-item ordering, exit marker — is owned by the status capability
147
158
  instructions. `npx -y agentera@next prime --context status --format json` returns the full
148
159
  `capability_context.instructions` body and the bounded
149
- `capability_context.context.status_context` state in one response. Render from
150
- that capsule without a separate bare-prime call or raw artifact read; use the
151
- named recovery command when the capsule marks detail as omitted.
160
+ `capability_context.context.status_context` state and one
161
+ `capability_context.startup` availability projection in one response. Render
162
+ from that capsule without a separate bare-prime call or raw artifact read. An
163
+ `ok` outcome needs no second call; for deferred detail, use only that family's
164
+ exact `detail_command`.
152
165
  Ask for confirmation before invoking a state-changing downstream capability.
153
166
 
154
167
  The first response in a fresh interaction delivers the brief and a free-form
@@ -225,7 +238,10 @@ Common mutations:
225
238
  - `npx -y agentera@next state health append --input audit.yaml --format json`
226
239
  - `npx -y agentera@next state todo create --input todo.yaml --format json`
227
240
  - `npx -y agentera@next state todo update --id ID --input todo-patch.yaml --format json`
228
- - `npx -y agentera@next state todo set-severity|supersede|resolve|reopen --id ID ... --format json`
241
+ - `npx -y agentera@next state todo set-severity --id ID ... --format json`
242
+ - `npx -y agentera@next state todo supersede --id ID ... --format json`
243
+ - `npx -y agentera@next state todo resolve --id ID ... --format json`
244
+ - `npx -y agentera@next state todo reopen --id ID ... --format json`
229
245
 
230
246
  TODO create input is a full YAML/JSON typed record. TODO update input is a
231
247
  patch: omitted fields remain unchanged and only `target_version`,
@@ -242,8 +258,8 @@ task append/update payloads use only mutable task content and bare task IDs.
242
258
 
243
259
  Add `--dry-run` to preview any mutation without publishing it. Artifacts not
244
260
  listed above are outside the typed writer contract and remain governed by their
245
- owning capability's instructions and safety rails. `npx -y agentera@next schema --format
246
- json` exposes the machine-readable writer operation matrix under
261
+ owning capability's instructions and safety rails.
262
+ `npx -y agentera@next schema --format json` exposes the machine-readable writer operation matrix under
247
263
  `state_writer` and on each writable `artifact_schemas[*].write_interface`.
248
264
 
249
265
  ---
@@ -260,5 +276,5 @@ default singleton layout:
260
276
 
261
277
  Do not silently bypass the CLI and read raw entity files first. If
262
278
  CLI state declares complete coverage, do not perform defensive raw artifact
263
- reads. Use raw artifact reads only as a last-resort fallback after CLI
264
- fallback commands fail or declare incomplete state.
279
+ reads. Use raw artifact reads only as a last-resort after the applicable
280
+ availability row's exact detail command fails or state declares corruption.
@@ -8,7 +8,7 @@ ARTIFACTS:
8
8
  Audit writes audit entries with per-dimension grades, findings with
9
9
  severity and confidence scores, trend comparisons, and de facto
10
10
  architecture patterns. During evaluation startup, Audit consumes health
11
- state through CLI `evidence_context`, then bounded `agentera state health
11
+ state through CLI `evidence_context`, then bounded `npx -y agentera@next state health
12
12
  list --limit 20 --format json` and exact `state health get --id ID`.
13
13
  Raw health reads are diagnostic-only for corruption or CLI-defect investigation.
14
14
  2:
@@ -25,7 +25,7 @@ ARTIFACTS:
25
25
  local_role: consumes
26
26
  description: >-
27
27
  Audit consumes decision caveats through CLI `evidence_context`, then
28
- bounded `agentera state decisions list --limit 20 --format json` discovery
28
+ bounded `npx -y agentera@next state decisions list --limit 20 --format json` discovery
29
29
  and exact `state decisions get --id ID` retrieval. Raw decision reads
30
30
  are diagnostic-only for corruption or CLI-defect investigation. Compacted
31
31
  decision caveats must be preserved rather than reconstructed.
@@ -45,7 +45,7 @@ ARTIFACTS:
45
45
  local_role: consumes
46
46
  description: >-
47
47
  Audit consumes latest progress verification and progress caveats through
48
- CLI `evidence_context`, then bounded `agentera state progress list --limit
48
+ CLI `evidence_context`, then bounded `npx -y agentera@next state progress list --limit
49
49
  20 --format json` discovery and exact `state progress get --id ID`
50
50
  retrieval. Raw progress reads are diagnostic-only for corruption or
51
51
  CLI-defect investigation.
@@ -66,7 +66,7 @@ VALIDATION:
66
66
  id: V7
67
67
  rule: evidence_context_first
68
68
  description: >-
69
- Audit evaluation startup MUST begin with `agentera prime --context
69
+ Audit evaluation startup MUST begin with `npx -y agentera@next prime --context
70
70
  audit --format json` and use complete CLI `evidence_context` before
71
71
  bounded state list/get contracts for plan, progress, docs, health, TODO,
72
72
  or decisions. Raw artifact access is diagnostic-only.
@@ -30,7 +30,7 @@ ARTIFACTS:
30
30
  description: >-
31
31
  Operational cycle log and the sole durable channel for bounded autonomous
32
32
  glossary caveat lifecycle evidence. Build consumes latest progress evidence from
33
- execution_context first, then bounded `agentera state progress list --limit
33
+ execution_context first, then bounded `npx -y agentera@next state progress list --limit
34
34
  20 --format json` discovery or exact `state progress get --id ID`
35
35
  retrieval, and appends one entry per cycle with mandatory Verified field.
36
36
  Compacted by applying schema COMPACTION rules.
@@ -40,7 +40,7 @@ ARTIFACTS:
40
40
  local_role: consumes
41
41
  description: >-
42
42
  Build consumes health state from execution_context and included status
43
- state before bounded `agentera state health list --limit 20 --format json`
43
+ state before bounded `npx -y agentera@next state health list --limit 20 --format json`
44
44
  discovery or exact `state health get --id ID` retrieval, focusing on
45
45
  critical and degraded findings for work selection. Raw reads are
46
46
  diagnostic-only for corruption or CLI-defect investigation.
@@ -67,7 +67,7 @@ ARTIFACTS:
67
67
  local_role: consumes
68
68
  description: >-
69
69
  Build consumes status profile summary first and reads profile grounding
70
- only from `agentera report profile-grounding --format json` when shared
70
+ only from `npx -y agentera@next report profile-grounding --format json` when shared
71
71
  validity is `valid`. Absent or repair-needed state preserves exact
72
72
  recovery and does not authorize refresh or direct profile reads.
73
73
  9:
@@ -91,12 +91,12 @@ ARTIFACTS:
91
91
  local_role: produces_and_consumes
92
92
  description: >-
93
93
  Build alone publishes one explicitly user-confirmed terminology proposal
94
- through `agentera state glossary publish --input REQUEST`. The typed writer
94
+ through `npx -y agentera@next state glossary publish --input REQUEST`. The typed writer
95
95
  revalidates audit source evidence and atomically records the immutable
96
96
  approval beside the shared-only project entry. Build does not consume the
97
97
  glossary only to validate replay and preserve unrelated publication state.
98
98
  Separately, at governed meaning-sensitive Build events it requests bounded
99
- read-only advice through `agentera report glossary-advice --input REQUEST
99
+ read-only advice through `npx -y agentera@next report glossary-advice --input REQUEST
100
100
  --format json`. Advice and progress caveats never publish terminology,
101
101
  approve a proposal, reuse confirmation, mutate personal profiles or docs
102
102
  mappings, or grant publication authority to another capability.
@@ -54,7 +54,7 @@ VALIDATION:
54
54
  rule: artifact_path_resolution
55
55
  description: >-
56
56
  Entity state MUST use exact/list CLI reads and typed writers discovered by
57
- `agentera state <artifact> explain`. Check .agentera/docs.yaml only for
57
+ `npx -y agentera@next state <artifact> explain`. Check .agentera/docs.yaml only for
58
58
  intentional singleton path overrides.
59
59
  severity: warning
60
60
  checks:
@@ -64,7 +64,7 @@ VALIDATION:
64
64
  id: V7
65
65
  rule: execution_context_first
66
66
  description: >-
67
- Build startup SHOULD begin from `agentera prime --context build
67
+ Build startup SHOULD begin from `npx -y agentera@next prime --context build
68
68
  --format json` and consume complete execution_context
69
69
  state before direct reads of plan, progress, TODO, docs, health,
70
70
  decisions, changelog, vision, profile, or design artifacts.
@@ -112,7 +112,7 @@ VALIDATION:
112
112
  id: V11
113
113
  rule: sanitized_profile_grounding
114
114
  description: >-
115
- Build MUST ground only from the `content` returned by `agentera report
115
+ Build MUST ground only from the `content` returned by `npx -y agentera@next report
116
116
  profile-grounding --format json` when shared validity is valid; it MUST
117
117
  preserve absent/repair-needed recovery and MUST NOT direct-read PROFILE.md.
118
118
  severity: critical
@@ -126,7 +126,7 @@ VALIDATION:
126
126
  description: >-
127
127
  At initial meaning-sensitive cycle intent and later user-authored changes
128
128
  or clarification answers that can alter intent, Build MUST request bounded
129
- advice through `agentera report glossary-advice --input REQUEST --format
129
+ advice through `npx -y agentera@next report glossary-advice --input REQUEST --format
130
130
  json`. Unchanged replay, unrelated turns, rendering, and tool output MUST
131
131
  NOT refresh advice.
132
132
  severity: critical
@@ -153,7 +153,7 @@ VALIDATION:
153
153
  rule: glossary_publication_isolation
154
154
  description: >-
155
155
  Advice, tension, clarification, and progress caveat lifecycle MUST NOT call
156
- `agentera state glossary publish`, create or reuse approval, substitute for
156
+ `npx -y agentera@next state glossary publish`, create or reuse approval, substitute for
157
157
  digest-bound user confirmation, satisfy decisions or plan state, or grant
158
158
  Discuss or Audit publication authority.
159
159
  severity: critical
@@ -4,7 +4,7 @@ EXIT_CONDITIONS:
4
4
  condition: complete
5
5
  description: >-
6
6
  DESIGN.md was written (Create/Replace mode), updated (Refine mode),
7
- or audited with findings reported (Audit mode). agentera check lint
7
+ or audited with findings reported (Audit mode). npx -y agentera@next check lint
8
8
  --artifact design passed, and all changes had explicit user approval.
9
9
  exit_signal: complete
10
10
  2:
@@ -21,7 +21,7 @@ EXIT_CONDITIONS:
21
21
  condition: stuck
22
22
  description: >-
23
23
  Cannot write DESIGN.md because the user declined to approve the
24
- draft, agentera check lint reports unresolvable errors, or the
24
+ draft, npx -y agentera@next check lint reports unresolvable errors, or the
25
25
  project's UI stack is inaccessible.
26
26
  exit_signal: stuck
27
27
  4:
@@ -5,8 +5,8 @@ ARTIFACTS:
5
5
  local_role: produces_and_consumes
6
6
  description: >-
7
7
  Reasoning trail with confidence labels. Discuss reads existing decisions
8
- through bounded `agentera state decisions list --limit 20 --format json`
9
- discovery plus exact `agentera state decisions get --id ID --format json`
8
+ through bounded `npx -y agentera@next state decisions list --limit 20 --format json`
9
+ discovery plus exact `npx -y agentera@next state decisions get --id ID --format json`
10
10
  retrieval and its source_contract to avoid re-deliberation, and writes new decision entries with confidence
11
11
  (DL1 firm, DL2 provisional, DL3 exploratory). Compact older entries by
12
12
  applying schema COMPACTION rules; incomplete compacted entries are
@@ -39,7 +39,7 @@ ARTIFACTS:
39
39
  artifact: profile
40
40
  local_role: consumes
41
41
  description: >-
42
- Discuss reads only sanitized non-glossary content from `agentera report
42
+ Discuss reads only sanitized non-glossary content from `npx -y agentera@next report
43
43
  profile-grounding --format json` at session start. It never direct-reads
44
44
  the profile path. It uses content only when the shared validity object is
45
45
  valid; absent or repair-needed results fail closed with exact recovery.
@@ -80,7 +80,7 @@ VALIDATION:
80
80
  id: V8
81
81
  rule: sanitized_profile_grounding
82
82
  description: >-
83
- Discuss MUST ground only from the `content` returned by `agentera report
83
+ Discuss MUST ground only from the `content` returned by `npx -y agentera@next report
84
84
  profile-grounding --format json` when shared validity is valid; it MUST
85
85
  preserve absent/repair-needed recovery and MUST NOT direct-read PROFILE.md.
86
86
  severity: critical
@@ -92,7 +92,7 @@ VALIDATION:
92
92
  id: V9
93
93
  rule: governed_glossary_advice_events
94
94
  description: >-
95
- Discuss MUST invoke `agentera report glossary-advice --input <file|->
95
+ Discuss MUST invoke `npx -y agentera@next report glossary-advice --input <file|->
96
96
  --format json` for initial meaning-sensitive user input and later
97
97
  user-authored premise changes or affected clarification answers that can
98
98
  change meaning. It MUST NOT invoke advice for unchanged replay, rendering,
@@ -25,7 +25,7 @@ ARTIFACTS:
25
25
  Document reads this during explore-and-generate mode to understand
26
26
  recent project context. During closeout, latest progress evidence and
27
27
  verification pointers are consumed through CLI `closeout_context`, then
28
- bounded `agentera state progress list --limit 20 --format json` discovery
28
+ bounded `npx -y agentera@next state progress list --limit 20 --format json` discovery
29
29
  or exact `state progress get --id ID` retrieval. Raw reads are
30
30
  diagnostic-only for corruption or CLI-defect investigation.
31
31
  4:
@@ -34,7 +34,7 @@ ARTIFACTS:
34
34
  local_role: consumes
35
35
  description: >-
36
36
  Document reads this during explore-and-generate mode for project
37
- context and decision awareness through bounded `agentera state decisions
37
+ context and decision awareness through bounded `npx -y agentera@next state decisions
38
38
  list --limit 20 --format json` discovery or exact `state decisions get
39
39
  --id ID` retrieval. Raw reads are diagnostic-only for corruption or
40
40
  CLI-defect investigation.
@@ -44,7 +44,7 @@ ARTIFACTS:
44
44
  local_role: consumes
45
45
  description: >-
46
46
  Document reads this to discover documentation gaps surfaced during health
47
- audits through bounded `agentera state health list --limit 20 --format
47
+ audits through bounded `npx -y agentera@next state health list --limit 20 --format
48
48
  json` discovery or exact `state health get --id ID` retrieval. Raw reads
49
49
  are diagnostic-only for corruption or CLI-defect investigation.
50
50
  6:
@@ -85,7 +85,7 @@ VALIDATION:
85
85
  id: V9
86
86
  rule: closeout_context_first
87
87
  description: >-
88
- During final synchronization, Document MUST use `agentera prime
88
+ During final synchronization, Document MUST use `npx -y agentera@next prime
89
89
  --context document --format json` and its `closeout_context`
90
90
  before using bounded state list/get contracts for TODO, docs, changelog,
91
91
  or progress. Raw artifact access is diagnostic-only or a write target.
@@ -64,6 +64,6 @@ ARTIFACTS:
64
64
  artifact: benchmark_context
65
65
  local_role: consumes
66
66
  description: >-
67
- CLI-provided startup benchmark summary from `agentera prime --context
67
+ CLI-provided startup benchmark summary from `npx -y agentera@next prime --context
68
68
  optimize --format json`. Optimize consumes this before any direct
69
69
  latest-report.json, latest-report.md, or runs.jsonl diagnostic read.
@@ -65,7 +65,7 @@ VALIDATION:
65
65
  id: V7
66
66
  rule: benchmark_context_first
67
67
  description: >-
68
- For benchmark-oriented startup, Optimize MUST start from `agentera prime
68
+ For benchmark-oriented startup, Optimize MUST start from `npx -y agentera@next prime
69
69
  --context optimize --format json` and consume complete
70
70
  benchmark_context before direct retained benchmark file reads. Direct
71
71
  latest-report.json, latest-report.md, or runs.jsonl reads are last-resort
@@ -5,7 +5,7 @@ ARTIFACTS:
5
5
  local_role: produces_and_consumes
6
6
  description: >-
7
7
  Orchestrate consumes plan task queue state through
8
- `agentera prime --context orchestrate --format json` before raw
8
+ `npx -y agentera@next prime --context orchestrate --format json` before raw
9
9
  artifact access, then updates status (pending -> complete/blocked) only
10
10
  when resolving a task. Superseded tasks are terminal dependency
11
11
  satisfiers and stay out of ready and blocked queues. Failed evaluator results are recorded through the
@@ -16,7 +16,7 @@ ARTIFACTS:
16
16
  local_role: consumes
17
17
  description: >-
18
18
  Orchestrate consumes progress verification state from the returned
19
- orchestration context first, then bounded `agentera state progress list
19
+ orchestration context first, then bounded `npx -y agentera@next state progress list
20
20
  --limit 20 --format json` fallback output. Exact detail uses `state
21
21
  progress get --id ID`; raw reads are diagnostic-only for corruption or
22
22
  CLI-defect investigation.
@@ -28,9 +28,9 @@ ARTIFACTS:
28
28
  For an active plan whose tasks are all terminal, Orchestrate consumes
29
29
  returned health state and delegates a limited staleness closure check.
30
30
  On PASS it publishes one typed `artifact_freshness` health record through
31
- `agentera state health append --input PATH --format json` before setting
31
+ `npx -y agentera@next state health append --input PATH --format json` before setting
32
32
  the still-open plan complete. WARN or FAIL leaves the plan open and
33
- surfaces the finding. Bounded `agentera state health list --limit 20
33
+ surfaces the finding. Bounded `npx -y agentera@next state health list --limit 20
34
34
  --format json` and exact `state health get --id ID` are fallback
35
35
  contracts. Raw reads are diagnostic-only for corruption or CLI-defect
36
36
  investigation.
@@ -47,7 +47,7 @@ ARTIFACTS:
47
47
  local_role: consumes
48
48
  description: >-
49
49
  Orchestrate consumes included decision context or bounded
50
- `agentera state decisions list --limit 20 --format json` discovery and
50
+ `npx -y agentera@next state decisions list --limit 20 --format json` discovery and
51
51
  exact `state decisions get --id ID` retrieval, preserving firm
52
52
  constraints, exploratory uncertainties, and compacted-entry caveats.
53
53
  Raw reads are diagnostic-only for corruption or CLI-defect investigation.
@@ -62,12 +62,12 @@ VALIDATION:
62
62
  rule: orchestration_context_first
63
63
  description: >-
64
64
  Orchestrate startup and evaluation MUST use
65
- `agentera prime --context orchestrate --format json` and the
65
+ `npx -y agentera@next prime --context orchestrate --format json` and the
66
66
  returned orchestration context before raw plan, progress, health, TODO,
67
67
  or decisions artifact reads.
68
68
  severity: critical
69
69
  checks:
70
- - "orchestrate instructions contains agentera prime --context orchestrate --format json"
70
+ - "orchestrate instructions contains npx -y agentera@next prime --context orchestrate --format json"
71
71
  - "orchestrate instructions contains complete_for_orchestration_context"
72
72
  - "orchestrate instructions contains no raw plan, progress, health, TODO, or decisions reads"
73
73
  7:
@@ -53,7 +53,7 @@ ARTIFACTS:
53
53
  artifact: profile
54
54
  local_role: consumes
55
55
  description: >-
56
- Plan reads only sanitized non-glossary content from `agentera report
56
+ Plan reads only sanitized non-glossary content from `npx -y agentera@next report
57
57
  profile-grounding --format json` to calibrate planning depth and pattern
58
58
  preferences. It never direct-reads the profile path and uses content only
59
59
  for shared validity `valid`; absent and repair-needed results fail closed.
@@ -91,7 +91,7 @@ VALIDATION:
91
91
  id: V9
92
92
  rule: sanitized_profile_grounding
93
93
  description: >-
94
- Plan MUST ground only from the `content` returned by `agentera report
94
+ Plan MUST ground only from the `content` returned by `npx -y agentera@next report
95
95
  profile-grounding --format json` when shared validity is valid; it MUST
96
96
  preserve absent/repair-needed recovery and MUST NOT direct-read PROFILE.md.
97
97
  severity: critical
@@ -88,7 +88,7 @@ VALIDATION:
88
88
  rule: personal_glossary_output
89
89
  description: >-
90
90
  Profile Full MUST render and persist exactly one owned Glossary section
91
- through `agentera report profile-glossary`. Entries use only the shared
91
+ through `npx -y agentera@next report profile-glossary`. Entries use only the shared
92
92
  primitive and personal provenance variants. Replacement preserves every
93
93
  non-glossary byte, malformed or ambiguous boundaries fail before effects,
94
94
  and personal production never reads a project glossary.
@@ -80,7 +80,7 @@ DIRECTORY_REQUIREMENTS:
80
80
  TypeScript module that exports the capability's behavioral instructions
81
81
  as a default-exported string constant. The runtime loads it via the
82
82
  compiled .js path and surfaces the prose through
83
- `agentera prime --context <name> --format json`.
83
+ `npx -y agentera@next prime --context <name> --format json`.
84
84
  schemas_directory:
85
85
  path: schemas
86
86
  type: directory
@@ -409,7 +409,7 @@ ARTIFACTS:
409
409
  Behavioral instructions the agent reads. TypeScript module that exports
410
410
  a default-exported string constant. The runtime loads it via the
411
411
  compiled .js path and serves the prose through
412
- `agentera prime --context <name> --format json`.
412
+ `npx -y agentera@next prime --context <name> --format json`.
413
413
  produces: false
414
414
  consumes: true
415
415
  4:
@@ -49,9 +49,9 @@ ENTITY_AUTHORITY:
49
49
  artifact: decisions
50
50
  boundaries: [decision, decision_revision, decision_satisfaction]
51
51
  retrieval:
52
- list: agentera state decisions list --format json
53
- get: agentera state decisions get --id ID --format json
54
- mutation: agentera state decisions explain --format json
52
+ list: npx -y agentera@next state decisions list --format json
53
+ get: npx -y agentera@next state decisions get --id ID --format json
54
+ mutation: npx -y agentera@next state decisions explain --format json
55
55
  direct_file_edits: forbidden
56
56
  legacy_schema_below: migration_input_only
57
57
 
@@ -275,7 +275,7 @@ PUBLICATION:
275
275
  id: EP1
276
276
  operation: publish
277
277
  command: >-
278
- agentera state experiments publish --objective ID [--id ID]
278
+ npx -y agentera@next state experiments publish --objective ID [--id ID]
279
279
  --input EXPERIMENT.yaml --format json
280
280
  description: >-
281
281
  The typed state writer is the mutation authority. It validates the
@@ -334,10 +334,10 @@ RETRIEVAL:
334
334
  1:
335
335
  id: ER1
336
336
  list: >-
337
- agentera state experiments list --objective ID [--limit N]
337
+ npx -y agentera@next state experiments list --objective ID [--limit N]
338
338
  [--cursor TOKEN] --format json
339
339
  get: >-
340
- agentera state experiments get --id ID --format json
340
+ npx -y agentera@next state experiments get --id ID --format json
341
341
  description: >-
342
342
  List returns newest-first objective-scoped canonical entities. Get returns
343
343
  one exact entity by bare ID.
@@ -42,7 +42,7 @@ DOCUMENT:
42
42
  PUBLICATION:
43
43
  implementation: active
44
44
  owner: build
45
- command: agentera state glossary publish --input REQUEST --format json
45
+ command: npx -y agentera@next state glossary publish --input REQUEST --format json
46
46
  request_schema_version: agentera.glossaryPublicationRequest.v1
47
47
  atomic_unit: complete_document
48
48
  lock: established_project_writer_lock
@@ -67,9 +67,9 @@ ENTITY_AUTHORITY:
67
67
  artifact: health
68
68
  boundary: health_audit
69
69
  retrieval:
70
- list: agentera state health list --format json
71
- get: agentera state health get --id ID --format json
72
- mutation: agentera state health explain --verb append --format json
70
+ list: npx -y agentera@next state health list --format json
71
+ get: npx -y agentera@next state health get --id ID --format json
72
+ mutation: npx -y agentera@next state health explain --verb append --format json
73
73
  direct_file_edits: forbidden
74
74
  legacy_schema_below: migration_input_only
75
75
 
@@ -65,11 +65,11 @@ ENTITY_AUTHORITY:
65
65
  boundaries: [plan, plan_task]
66
66
  relationship: plan_task.record.plan is a bare plan ID
67
67
  retrieval:
68
- list: agentera state plan list --format json
69
- get: agentera state plan get --id ID --format json
70
- tasks_list: agentera state plan tasks list [PLAN_ID] --format json
71
- task_get: agentera state plan tasks get --id ID --format json
72
- mutation: agentera state plan explain --format json
68
+ list: npx -y agentera@next state plan list --format json
69
+ get: npx -y agentera@next state plan get --id ID --format json
70
+ tasks_list: npx -y agentera@next state plan tasks list [PLAN_ID] --format json
71
+ task_get: npx -y agentera@next state plan tasks get --id ID --format json
72
+ mutation: npx -y agentera@next state plan explain --format json
73
73
  direct_file_edits: forbidden
74
74
  aggregate_schema_below: atomic_create_input
75
75
  migration_compatibility: explicitly_labeled_fields_only
@@ -419,7 +419,7 @@ TASK:
419
419
  type: mapping
420
420
  required: false
421
421
  description: >-
422
- CLI-owned evaluator state written only by `agentera state plan
422
+ CLI-owned evaluator state written only by `npx -y agentera@next state plan
423
423
  record-evaluation`. It records attempt and failure counts, the latest
424
424
  verdict, retained failure evidence, and stable attempt provenance. Normal
425
425
  workflow records evaluation before completion. As recovery for persisted
@@ -598,6 +598,8 @@ LIFECYCLE_CONTRACT:
598
598
  - .venv
599
599
  - .pytest_cache
600
600
  - .ruff_cache
601
+ - .playwright-cli
602
+ - .agentera-generated
601
603
  - .cache
602
604
  - .snapshots
603
605
  - __pycache__
@@ -635,13 +637,13 @@ LIFECYCLE_CONTRACT:
635
637
  reason: Installed third-party dependencies are vendor content.
636
638
  - patterns: [.pnpm-store, .pnpm-store/**, .venv, .venv/**]
637
639
  reason: Package and Python environments are external dependency caches.
638
- - patterns: [.pytest_cache, .pytest_cache/**, .ruff_cache, .ruff_cache/**]
639
- reason: Tool caches are generated and carry no product contract.
640
+ - patterns: [.pytest_cache, .pytest_cache/**, .ruff_cache, .ruff_cache/**, .playwright-cli, .playwright-cli/**]
641
+ reason: Tool caches and local browser sessions are generated and carry no product contract.
640
642
  - patterns: ["**/.cache", "**/.cache/**", .snapshots, .snapshots/**]
641
643
  reason: Caches and filesystem snapshots are generated or external state.
642
644
  - patterns: ["**/dist", "**/dist/**", "**/build", "**/build/**", "**/coverage", "**/coverage/**"]
643
645
  reason: Compiled, bundled, and coverage outputs are generated from classified sources.
644
- - patterns: [packages/cli/bundle, packages/cli/bundle/**, "**/.astro", "**/.astro/**", "**/.svelte-kit", "**/.svelte-kit/**"]
646
+ - patterns: [packages/cli/.agentera-generated, packages/cli/.agentera-generated/**, packages/cli/bundle, packages/cli/bundle/**, "**/.astro", "**/.astro/**", "**/.svelte-kit", "**/.svelte-kit/**"]
645
647
  reason: Runtime bundles and framework outputs are generated publication artifacts.
646
648
  - patterns: [.wrangler, .wrangler/**, "**/.wrangler", "**/.wrangler/**", "*.tgz", "**/*.tgz"]
647
649
  reason: Deployment outputs and package tarballs are generated publication artifacts.
@@ -665,7 +667,7 @@ LIFECYCLE_CONTRACT:
665
667
  - packages/cli/src/cli/appContext.ts
666
668
  - packages/cli/src/cli/commands/state/plan*.ts
667
669
  - packages/cli/src/cli/commands/prime.ts
668
- - packages/cli/src/state/plan*.ts
670
+ - packages/cli/src/state/{plan*,entityListRuntimeRegistry}.ts
669
671
  - packages/cli/src/state/durability.ts
670
672
  - packages/cli/src/cli/commands/prime/*.ts
671
673
  - packages/cli/src/cli/capabilityContext/*.ts
@@ -56,9 +56,9 @@ ENTITY_AUTHORITY:
56
56
  artifact: progress
57
57
  boundary: progress_cycle
58
58
  retrieval:
59
- list: agentera state progress list --format json
60
- get: agentera state progress get --id ID --format json
61
- mutation: agentera state progress explain --verb append --format json
59
+ list: npx -y agentera@next state progress list --format json
60
+ get: npx -y agentera@next state progress get --id ID --format json
61
+ mutation: npx -y agentera@next state progress explain --verb append --format json
62
62
  direct_file_edits: forbidden
63
63
  legacy_schema_below: migration_input_only
64
64
  semantic_recency:
@@ -132,10 +132,12 @@ PUBLIC_OWNERSHIP:
132
132
 
133
133
  LIFECYCLE:
134
134
  description: >-
135
- set-severity, supersede, resolve, and reopen are flag-only typed transitions.
136
- Each requires a reason and date; supersede additionally requires a distinct
137
- existing replacement ID. Lifecycle operations are never accepted as
138
- structured record content and never encoded as Markdown strikethrough.
135
+ activate is a flag-only reconciliation transition that requires the
136
+ preview effect SHA-256 and explicit confirmation. Item lifecycle transitions
137
+ set-severity, supersede, resolve, and reopen require a reason and date;
138
+ supersede additionally requires a distinct existing replacement ID. These
139
+ operations never accept structured record content or use Markdown
140
+ strikethrough.
139
141
  clearable_patch_fields: [target_version, requirements, acceptance, readiness]
140
142
  cli_owned_fields: [id, artifact, status, public_order, lifecycle]
141
143
  transition_fields: [reason, date, replacement]
@@ -188,4 +188,3 @@ export function extractCorpusMain(argv, io = {}) {
188
188
  `${publication.signal_bytes} bytes${publication.signal_selection.capped ? "; selection applied" : ""}) [${total} records; ${familyBits}]`);
189
189
  return 0;
190
190
  }
191
- //# sourceMappingURL=cli.js.map
@@ -273,4 +273,3 @@ export function extractCopilotSessions(storePath, errors, ctx) {
273
273
  }
274
274
  return records;
275
275
  }
276
- //# sourceMappingURL=copilotSessions.js.map
@@ -390,4 +390,3 @@ export function toolCallRecord(args) {
390
390
  return toolCallRecordFromItem({ ...args, item: payloadItem(args.event) });
391
391
  }
392
392
  export { isPlainObject, rglob, isDir, isFilePath };
393
- //# sourceMappingURL=core.js.map
@@ -165,4 +165,3 @@ export function buildCorpus(opts) {
165
165
  const deduped = dedupeRecords(records);
166
166
  return { metadata: buildMetadata(deduped, errors, runtimeStatuses, opts.coverage), records: deduped };
167
167
  }
168
- //# sourceMappingURL=corpus.js.map
@@ -258,4 +258,3 @@ export function formatCoverageSummaryText(audit) {
258
258
  }
259
259
  return lines.join("\n");
260
260
  }
261
- //# sourceMappingURL=coverageAudit.js.map