agentera 3.0.0-dev.4 → 3.0.0-dev.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +79 -22
- package/bundle/.agentera-npx-bundle.json +1 -1
- package/bundle/CHANGELOG.md +1261 -0
- package/bundle/DESIGN.md +229 -0
- package/bundle/LICENSE +201 -0
- package/bundle/README.md +136 -0
- package/bundle/UPGRADE.md +201 -0
- package/bundle/extract-corpus-parity.json +21 -0
- package/bundle/fixtures/routing/hybrid-corpus.yaml +154 -0
- package/bundle/references/adapters/package-manifest-interface-model.yaml +42 -252
- package/bundle/references/adapters/package-publication.json +43 -0
- package/bundle/references/adapters/package-registry.yaml +20 -188
- package/bundle/references/adapters/package-surface-characterization.md +59 -48
- package/bundle/references/adapters/runtime-lifecycle-adapters.yaml +74 -0
- package/bundle/references/adapters/runtime-lifecycle-authority.yaml +62 -0
- package/bundle/references/adapters/runtime-lifecycle-operation-contract.yaml +84 -0
- package/bundle/references/adapters/runtime-retired-resources.yaml +97 -0
- package/bundle/references/analysis/benchmark.md +10 -6
- package/bundle/references/analysis/evidence-tier-authority.yaml +518 -0
- package/bundle/references/analysis/startup-measurement-contract.yaml +37 -26
- package/bundle/references/analysis/verification-policy.yaml +143 -0
- package/bundle/references/artifacts/artifact-registry-interface-model.yaml +20 -10
- package/bundle/references/artifacts/glossary-entry-contract.yaml +1254 -0
- package/bundle/references/artifacts/state-storage-authority.yaml +2930 -0
- package/bundle/references/artifacts/verbosity-budget-authority.yaml +42 -0
- package/bundle/references/cli/agent-ready-state-contract.yaml +133 -71
- package/bundle/references/cli/app-lifecycle-vocabulary.yaml +7 -8
- package/bundle/references/cli/audience-namespace-cli-migration.yaml +73 -33
- package/bundle/references/cli/bundle-skill-vocabulary.yaml +12 -49
- package/bundle/references/cli/capability-instruction-contract.yaml +96 -58
- package/bundle/references/cli/capability-instruction-structure.md +144 -0
- package/bundle/references/cli/capability-tool-classification.yaml +14 -14
- package/bundle/references/cli/coexistence-probe.yaml +13 -0
- package/bundle/references/cli/hybrid-route-contract.yaml +416 -0
- package/bundle/references/cli/parity-expected-actual-template.md +30 -0
- package/bundle/references/cli/prime-consumer-compatibility.yaml +701 -0
- package/bundle/references/cli/routing-execution-vocabulary.yaml +16 -38
- package/bundle/references/cli/routing-model.md +139 -0
- package/bundle/references/cli/single-name-protocol.yaml +42 -0
- package/bundle/references/cli/trigger-schema-enrichment.md +140 -0
- package/bundle/references/cli/update-channels.yaml +35 -2
- package/bundle/references/cli/upgrade-repair-wording.md +25 -0
- package/bundle/references/cli/v3-handoff-manifest.schema.yaml +97 -0
- package/bundle/references/cli/vocabulary-index.yaml +23 -18
- package/bundle/references/cli/vocabulary.md +341 -328
- package/bundle/references/meta/documentation-inventory.md +10 -3
- package/bundle/registry.json +14 -14
- package/bundle/skills/agentera/SKILL.md +202 -408
- package/bundle/skills/agentera/capabilities/audit/schemas/artifacts.yaml +84 -0
- package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/audit/schemas/triggers.yaml +25 -0
- package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/validation.yaml +37 -18
- package/bundle/skills/agentera/capabilities/build/schemas/artifacts.yaml +102 -0
- package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/exit.yaml +6 -5
- package/bundle/skills/agentera/capabilities/build/schemas/triggers.yaml +27 -0
- package/bundle/skills/agentera/capabilities/build/schemas/validation.yaml +176 -0
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/artifacts.yaml +12 -12
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/exit.yaml +5 -5
- package/bundle/skills/agentera/capabilities/design/schemas/triggers.yaml +16 -0
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/validation.yaml +7 -7
- package/bundle/skills/agentera/capabilities/discuss/schemas/artifacts.yaml +51 -0
- package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/discuss/schemas/triggers.yaml +20 -0
- package/bundle/skills/agentera/capabilities/discuss/schemas/validation.yaml +144 -0
- package/bundle/skills/agentera/capabilities/document/schemas/artifacts.yaml +80 -0
- package/bundle/skills/agentera/capabilities/document/schemas/triggers.yaml +16 -0
- package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/validation.yaml +18 -18
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/artifacts.yaml +17 -17
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/optimize/schemas/triggers.yaml +16 -0
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/validation.yaml +9 -9
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/artifacts.yaml +76 -0
- package/bundle/skills/agentera/capabilities/{orkestrera → orchestrate}/schemas/exit.yaml +9 -7
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/triggers.yaml +23 -0
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/validation.yaml +121 -0
- package/bundle/skills/agentera/capabilities/plan/schemas/artifacts.yaml +66 -0
- package/bundle/skills/agentera/capabilities/{planera → plan}/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/plan/schemas/triggers.yaml +23 -0
- package/bundle/skills/agentera/capabilities/plan/schemas/validation.yaml +121 -0
- package/bundle/skills/agentera/capabilities/profile/schemas/artifacts.yaml +23 -0
- package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/exit.yaml +6 -5
- package/bundle/skills/agentera/capabilities/profile/schemas/triggers.yaml +20 -0
- package/bundle/skills/agentera/capabilities/profile/schemas/validation.yaml +115 -0
- package/bundle/skills/agentera/capabilities/research/schemas/artifacts.yaml +24 -0
- package/bundle/skills/agentera/capabilities/research/schemas/triggers.yaml +16 -0
- package/bundle/skills/agentera/capabilities/{inspirera → research}/schemas/validation.yaml +2 -2
- package/bundle/skills/agentera/capabilities/status/schemas/artifacts.yaml +73 -0
- package/bundle/skills/agentera/capabilities/status/schemas/triggers.yaml +22 -0
- package/bundle/skills/agentera/capabilities/{hej → status}/schemas/validation.yaml +5 -5
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/artifacts.yaml +16 -16
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/exit.yaml +7 -6
- package/bundle/skills/agentera/capabilities/vision/schemas/triggers.yaml +23 -0
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/validation.yaml +18 -20
- package/bundle/skills/agentera/capability_schema_contract.yaml +200 -37
- package/bundle/skills/agentera/protocol.yaml +31 -31
- package/bundle/skills/agentera/references/contract.md +387 -329
- package/bundle/skills/agentera/route-phrases.yaml +81 -0
- package/bundle/skills/agentera/schemas/artifacts/changelog.yaml +5 -4
- package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +40 -22
- package/bundle/skills/agentera/schemas/artifacts/design.yaml +5 -4
- package/bundle/skills/agentera/schemas/artifacts/docs.yaml +15 -19
- package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +145 -14
- package/bundle/skills/agentera/schemas/artifacts/glossary.yaml +82 -0
- package/bundle/skills/agentera/schemas/artifacts/health.yaml +58 -21
- package/bundle/skills/agentera/schemas/artifacts/objective.yaml +22 -8
- package/bundle/skills/agentera/schemas/artifacts/plan.yaml +419 -33
- package/bundle/skills/agentera/schemas/artifacts/progress.yaml +143 -53
- package/bundle/skills/agentera/schemas/artifacts/todo.yaml +343 -31
- package/bundle/skills/agentera/schemas/artifacts/vision.yaml +3 -3
- package/dist/analytics/extractCorpus/cli.js +191 -0
- package/dist/analytics/extractCorpus/cli.js.map +1 -0
- package/dist/analytics/extractCorpus/copilotSessions.js +276 -0
- package/dist/analytics/extractCorpus/copilotSessions.js.map +1 -0
- package/dist/analytics/extractCorpus/core.js +393 -0
- package/dist/analytics/extractCorpus/core.js.map +1 -0
- package/dist/analytics/extractCorpus/corpus.js +168 -0
- package/dist/analytics/extractCorpus/corpus.js.map +1 -0
- package/dist/analytics/extractCorpus/coverageAudit.js +261 -0
- package/dist/analytics/extractCorpus/coverageAudit.js.map +1 -0
- package/dist/analytics/extractCorpus/cursorSessions.js +426 -0
- package/dist/analytics/extractCorpus/cursorSessions.js.map +1 -0
- package/dist/analytics/extractCorpus/evidenceTiers.js +604 -0
- package/dist/analytics/extractCorpus/evidenceTiers.js.map +1 -0
- package/dist/analytics/extractCorpus/extractCorpusParity.js +106 -0
- package/dist/analytics/extractCorpus/extractCorpusParity.js.map +1 -0
- package/dist/analytics/extractCorpus/filesystemSources.js +119 -0
- package/dist/analytics/extractCorpus/filesystemSources.js.map +1 -0
- package/dist/analytics/extractCorpus/index.js +15 -0
- package/dist/analytics/extractCorpus/index.js.map +1 -0
- package/dist/analytics/extractCorpus/jsonlSessions.js +205 -0
- package/dist/analytics/extractCorpus/jsonlSessions.js.map +1 -0
- package/dist/analytics/extractCorpus/sqliteCaps.js +44 -0
- package/dist/analytics/extractCorpus/sqliteCaps.js.map +1 -0
- package/dist/analytics/extractCorpus/sqliteSessions.js +368 -0
- package/dist/analytics/extractCorpus/sqliteSessions.js.map +1 -0
- package/dist/analytics/extractCorpus/tierReader.js +109 -0
- package/dist/analytics/extractCorpus/tierReader.js.map +1 -0
- package/dist/analytics/extractCorpus.js +2 -1790
- package/dist/analytics/extractCorpus.js.map +1 -1
- package/dist/analytics/glossaryAdviceResolution.js +167 -0
- package/dist/analytics/glossaryAdviceResolution.js.map +1 -0
- package/dist/analytics/glossaryInputAcquisition.js +320 -0
- package/dist/analytics/glossaryInputAcquisition.js.map +1 -0
- package/dist/analytics/personalGlossaryAdmission.js +134 -0
- package/dist/analytics/personalGlossaryAdmission.js.map +1 -0
- package/dist/analytics/personalGlossaryProfile.js +220 -0
- package/dist/analytics/personalGlossaryProfile.js.map +1 -0
- package/dist/analytics/profileSignals.js +212 -0
- package/dist/analytics/profileSignals.js.map +1 -0
- package/dist/analytics/usageStats.js +169 -41
- package/dist/analytics/usageStats.js.map +1 -1
- package/dist/audit/terminologyDrift.js +282 -0
- package/dist/audit/terminologyDrift.js.map +1 -0
- package/dist/bin/agentera.js +3 -1
- package/dist/bin/agentera.js.map +1 -1
- package/dist/capabilities/audit/instructions.js +17 -0
- package/dist/capabilities/audit/instructions.js.map +1 -0
- package/dist/capabilities/build/instructions.js +57 -0
- package/dist/capabilities/build/instructions.js.map +1 -0
- package/dist/capabilities/design/instructions.js +5 -0
- package/dist/capabilities/design/instructions.js.map +1 -0
- package/dist/capabilities/discuss/instructions.js +30 -0
- package/dist/capabilities/discuss/instructions.js.map +1 -0
- package/dist/capabilities/document/instructions.js +12 -0
- package/dist/capabilities/document/instructions.js.map +1 -0
- package/dist/capabilities/index.js +39 -0
- package/dist/capabilities/index.js.map +1 -0
- package/dist/capabilities/optimize/instructions.js +15 -0
- package/dist/capabilities/optimize/instructions.js.map +1 -0
- package/dist/capabilities/orchestrate/instructions.js +41 -0
- package/dist/capabilities/orchestrate/instructions.js.map +1 -0
- package/dist/capabilities/plan/instructions.js +33 -0
- package/dist/capabilities/plan/instructions.js.map +1 -0
- package/dist/capabilities/profile/instructions.js +71 -0
- package/dist/capabilities/profile/instructions.js.map +1 -0
- package/dist/capabilities/research/instructions.js +6 -0
- package/dist/capabilities/research/instructions.js.map +1 -0
- package/dist/capabilities/status/instructions.js +12 -0
- package/dist/capabilities/status/instructions.js.map +1 -0
- package/dist/capabilities/status/startupInstructions.js +39 -0
- package/dist/capabilities/status/startupInstructions.js.map +1 -0
- package/dist/capabilities/vision/instructions.js +5 -0
- package/dist/capabilities/vision/instructions.js.map +1 -0
- package/dist/cli/appContext.js +30 -23
- package/dist/cli/appContext.js.map +1 -1
- package/dist/cli/argvalidate.js.map +1 -1
- package/dist/cli/capabilityContext/benchmark.js +565 -0
- package/dist/cli/capabilityContext/benchmark.js.map +1 -0
- package/dist/cli/capabilityContext/bespoke.js +45 -0
- package/dist/cli/capabilityContext/bespoke.js.map +1 -0
- package/dist/cli/capabilityContext/build.js +244 -0
- package/dist/cli/capabilityContext/build.js.map +1 -0
- package/dist/cli/capabilityContext/closeout.js +235 -0
- package/dist/cli/capabilityContext/closeout.js.map +1 -0
- package/dist/cli/capabilityContext/contract.js +214 -0
- package/dist/cli/capabilityContext/contract.js.map +1 -0
- package/dist/cli/capabilityContext/evidence.js +465 -0
- package/dist/cli/capabilityContext/evidence.js.map +1 -0
- package/dist/cli/capabilityContext/index.js +4 -0
- package/dist/cli/capabilityContext/index.js.map +1 -0
- package/dist/cli/capabilityContext/orchestration.js +133 -0
- package/dist/cli/capabilityContext/orchestration.js.map +1 -0
- package/dist/cli/capabilityContext/planState.js +261 -0
- package/dist/cli/capabilityContext/planState.js.map +1 -0
- package/dist/cli/capabilityContext/progress.js +143 -0
- package/dist/cli/capabilityContext/progress.js.map +1 -0
- package/dist/cli/capabilityContext/projectVerification.js +410 -0
- package/dist/cli/capabilityContext/projectVerification.js.map +1 -0
- package/dist/cli/capabilityContext/shared.js +100 -0
- package/dist/cli/capabilityContext/shared.js.map +1 -0
- package/dist/cli/capabilityContext/slim.js +153 -0
- package/dist/cli/capabilityContext/slim.js.map +1 -0
- package/dist/cli/capabilityContext/startup.js +278 -0
- package/dist/cli/capabilityContext/startup.js.map +1 -0
- package/dist/cli/capabilityContext/types.js +56 -0
- package/dist/cli/capabilityContext/types.js.map +1 -0
- package/dist/cli/capabilityContext.js +1 -2420
- package/dist/cli/capabilityContext.js.map +1 -1
- package/dist/cli/commands/appHome.js +23 -0
- package/dist/cli/commands/appHome.js.map +1 -0
- package/dist/cli/commands/capability.js +3 -10
- package/dist/cli/commands/capability.js.map +1 -1
- package/dist/cli/commands/compact.js +41 -12
- package/dist/cli/commands/compact.js.map +1 -1
- package/dist/cli/commands/doctor.js +34 -99
- package/dist/cli/commands/doctor.js.map +1 -1
- package/dist/cli/commands/durability.js +82 -0
- package/dist/cli/commands/durability.js.map +1 -0
- package/dist/cli/commands/entityMigrate.js +132 -0
- package/dist/cli/commands/entityMigrate.js.map +1 -0
- package/dist/cli/commands/glossaryAdvice.js +139 -0
- package/dist/cli/commands/glossaryAdvice.js.map +1 -0
- package/dist/cli/commands/lint.js +26 -43
- package/dist/cli/commands/lint.js.map +1 -1
- package/dist/cli/commands/personalGlossary.js +177 -0
- package/dist/cli/commands/personalGlossary.js.map +1 -0
- package/dist/cli/commands/prime/briefOrientation.js +808 -0
- package/dist/cli/commands/prime/briefOrientation.js.map +1 -0
- package/dist/cli/commands/prime/buildExecutionRequest.js +165 -0
- package/dist/cli/commands/prime/buildExecutionRequest.js.map +1 -0
- package/dist/cli/commands/prime/bundleStatus.js +191 -0
- package/dist/cli/commands/prime/bundleStatus.js.map +1 -0
- package/dist/cli/commands/prime/collectEntityOrientation.js +291 -0
- package/dist/cli/commands/prime/collectEntityOrientation.js.map +1 -0
- package/dist/cli/commands/prime/collectOrientationState.js +178 -0
- package/dist/cli/commands/prime/collectOrientationState.js.map +1 -0
- package/dist/cli/commands/prime/orientationOutput.js +377 -0
- package/dist/cli/commands/prime/orientationOutput.js.map +1 -0
- package/dist/cli/commands/prime/types.js +2 -0
- package/dist/cli/commands/prime/types.js.map +1 -0
- package/dist/cli/commands/prime/v1Migration.js +39 -0
- package/dist/cli/commands/prime/v1Migration.js.map +1 -0
- package/dist/cli/commands/prime.js +96 -556
- package/dist/cli/commands/prime.js.map +1 -1
- package/dist/cli/commands/profileGrounding.js +56 -0
- package/dist/cli/commands/profileGrounding.js.map +1 -0
- package/dist/cli/commands/query.js +77 -52
- package/dist/cli/commands/query.js.map +1 -1
- package/dist/cli/commands/report.js +96 -24
- package/dist/cli/commands/report.js.map +1 -1
- package/dist/cli/commands/route.js +142 -0
- package/dist/cli/commands/route.js.map +1 -0
- package/dist/cli/commands/schema.js +258 -105
- package/dist/cli/commands/schema.js.map +1 -1
- package/dist/cli/commands/state/decisions.js +388 -0
- package/dist/cli/commands/state/decisions.js.map +1 -0
- package/dist/cli/commands/state/docs.js +71 -0
- package/dist/cli/commands/state/docs.js.map +1 -0
- package/dist/cli/commands/state/experimentRecords.js +152 -0
- package/dist/cli/commands/state/experimentRecords.js.map +1 -0
- package/dist/cli/commands/state/experiments.js +15 -0
- package/dist/cli/commands/state/experiments.js.map +1 -0
- package/dist/cli/commands/state/get.js +130 -0
- package/dist/cli/commands/state/get.js.map +1 -0
- package/dist/cli/commands/state/health.js +15 -0
- package/dist/cli/commands/state/health.js.map +1 -0
- package/dist/cli/commands/state/index.js +17 -0
- package/dist/cli/commands/state/index.js.map +1 -0
- package/dist/cli/commands/state/list.js +195 -0
- package/dist/cli/commands/state/list.js.map +1 -0
- package/dist/cli/commands/state/objective.js +26 -0
- package/dist/cli/commands/state/objective.js.map +1 -0
- package/dist/cli/commands/state/plan.js +15 -0
- package/dist/cli/commands/state/plan.js.map +1 -0
- package/dist/cli/commands/state/planTasks.js +155 -0
- package/dist/cli/commands/state/planTasks.js.map +1 -0
- package/dist/cli/commands/state/plans.js +155 -0
- package/dist/cli/commands/state/plans.js.map +1 -0
- package/dist/cli/commands/state/progress.js +14 -0
- package/dist/cli/commands/state/progress.js.map +1 -0
- package/dist/cli/commands/state/shared.js +15 -0
- package/dist/cli/commands/state/shared.js.map +1 -0
- package/dist/cli/commands/state/todo.js +43 -0
- package/dist/cli/commands/state/todo.js.map +1 -0
- package/dist/cli/commands/state/write.js +425 -0
- package/dist/cli/commands/state/write.js.map +1 -0
- package/dist/cli/commands/upgrade.js +146 -4
- package/dist/cli/commands/upgrade.js.map +1 -1
- package/dist/cli/commands/upgradeVerify.js +119 -0
- package/dist/cli/commands/upgradeVerify.js.map +1 -0
- package/dist/cli/commands/validate.js +173 -210
- package/dist/cli/commands/validate.js.map +1 -1
- package/dist/cli/commands/verify.js +24 -8
- package/dist/cli/commands/verify.js.map +1 -1
- package/dist/cli/contracts/bundleStatus.js +2 -0
- package/dist/cli/contracts/bundleStatus.js.map +1 -0
- package/dist/cli/contracts/orientationState.js +2 -0
- package/dist/cli/contracts/orientationState.js.map +1 -0
- package/dist/cli/dispatch/argvParser.js +33 -0
- package/dist/cli/dispatch/argvParser.js.map +1 -0
- package/dist/cli/dispatch/check.js +390 -0
- package/dist/cli/dispatch/check.js.map +1 -0
- package/dist/cli/dispatch/commands.js +27 -0
- package/dist/cli/dispatch/commands.js.map +1 -0
- package/dist/cli/dispatch/index.js +234 -0
- package/dist/cli/dispatch/index.js.map +1 -0
- package/dist/cli/dispatch/lifecycle.js +698 -0
- package/dist/cli/dispatch/lifecycle.js.map +1 -0
- package/dist/cli/dispatch/prime.js +140 -0
- package/dist/cli/dispatch/prime.js.map +1 -0
- package/dist/cli/dispatch/shared.js +64 -0
- package/dist/cli/dispatch/shared.js.map +1 -0
- package/dist/cli/dispatch/state.js +141 -0
- package/dist/cli/dispatch/state.js.map +1 -0
- package/dist/cli/dispatch.js +1 -995
- package/dist/cli/dispatch.js.map +1 -1
- package/dist/cli/errors.js +53 -0
- package/dist/cli/errors.js.map +1 -0
- package/dist/cli/help.js +356 -30
- package/dist/cli/help.js.map +1 -1
- package/dist/cli/migrationRequired.js +89 -0
- package/dist/cli/migrationRequired.js.map +1 -0
- package/dist/cli/orientation/attention.js +72 -0
- package/dist/cli/orientation/attention.js.map +1 -0
- package/dist/cli/orientation/corpusCoverage.js +103 -0
- package/dist/cli/orientation/corpusCoverage.js.map +1 -0
- package/dist/cli/orientation.js +443 -172
- package/dist/cli/orientation.js.map +1 -1
- package/dist/cli/planArtifacts.js +351 -0
- package/dist/cli/planArtifacts.js.map +1 -0
- package/dist/cli/planEvidence.js +158 -0
- package/dist/cli/planEvidence.js.map +1 -0
- package/dist/cli/planLifecycleState.js +36 -0
- package/dist/cli/planLifecycleState.js.map +1 -0
- package/dist/cli/planTaskIndex.js +12 -0
- package/dist/cli/planTaskIndex.js.map +1 -0
- package/dist/cli/prime-blob.js +70 -2
- package/dist/cli/prime-blob.js.map +1 -1
- package/dist/cli/profileAcquisition.js +168 -0
- package/dist/cli/profileAcquisition.js.map +1 -0
- package/dist/cli/startupCompletenessContract.js +60 -0
- package/dist/cli/startupCompletenessContract.js.map +1 -0
- package/dist/cli/stateQuery.js +63 -10
- package/dist/cli/stateQuery.js.map +1 -1
- package/dist/cli/structured.js.map +1 -1
- package/dist/cli/todoMarkdown.js +47 -0
- package/dist/cli/todoMarkdown.js.map +1 -0
- package/dist/cli/todoReadinessSelection.js +192 -0
- package/dist/cli/todoReadinessSelection.js.map +1 -0
- package/dist/cli/todoSeverity.js +19 -0
- package/dist/cli/todoSeverity.js.map +1 -0
- package/dist/core/atomicWriter.js +21 -0
- package/dist/core/atomicWriter.js.map +1 -0
- package/dist/core/difflib.js.map +1 -1
- package/dist/core/envPaths.js +21 -0
- package/dist/core/envPaths.js.map +1 -0
- package/dist/core/jsonValue.js +6 -0
- package/dist/core/jsonValue.js.map +1 -0
- package/dist/core/paths.js.map +1 -1
- package/dist/core/pyjson.js +67 -2
- package/dist/core/pyjson.js.map +1 -1
- package/dist/core/shell.js +5 -0
- package/dist/core/shell.js.map +1 -0
- package/dist/core/skillIdentity.js +24 -0
- package/dist/core/skillIdentity.js.map +1 -0
- package/dist/core/sourceRoot.js.map +1 -1
- package/dist/core/text.js +11 -0
- package/dist/core/text.js.map +1 -0
- package/dist/core/toml.js.map +1 -1
- package/dist/core/yaml.js +8 -0
- package/dist/core/yaml.js.map +1 -1
- package/dist/eval/evalSkills.js +30 -25
- package/dist/eval/evalSkills.js.map +1 -1
- package/dist/eval/hybridRouteEvaluation.js +156 -0
- package/dist/eval/hybridRouteEvaluation.js.map +1 -0
- package/dist/eval/semanticEval.js +43 -19
- package/dist/eval/semanticEval.js.map +1 -1
- package/dist/eval/semanticFixtures.js +16 -4
- package/dist/eval/semanticFixtures.js.map +1 -1
- package/dist/hooks/common.js +10 -27
- package/dist/hooks/common.js.map +1 -1
- package/dist/hooks/compaction/apply.js +447 -0
- package/dist/hooks/compaction/apply.js.map +1 -0
- package/dist/hooks/compaction/dryRun.js +185 -0
- package/dist/hooks/compaction/dryRun.js.map +1 -0
- package/dist/hooks/compaction/index.js +23 -0
- package/dist/hooks/compaction/index.js.map +1 -0
- package/dist/hooks/compaction/parse.js +326 -0
- package/dist/hooks/compaction/parse.js.map +1 -0
- package/dist/hooks/compaction/retention.js +203 -0
- package/dist/hooks/compaction/retention.js.map +1 -0
- package/dist/hooks/compaction/status.js +361 -0
- package/dist/hooks/compaction/status.js.map +1 -0
- package/dist/hooks/compaction/types.js +6 -0
- package/dist/hooks/compaction/types.js.map +1 -0
- package/dist/hooks/cursorPreToolUse.js +1 -1
- package/dist/hooks/cursorPreToolUse.js.map +1 -1
- package/dist/hooks/cursorSessionStart.js +14 -21
- package/dist/hooks/cursorSessionStart.js.map +1 -1
- package/dist/hooks/projectHookInput.js +26 -0
- package/dist/hooks/projectHookInput.js.map +1 -0
- package/dist/hooks/sessionStart.js +55 -170
- package/dist/hooks/sessionStart.js.map +1 -1
- package/dist/hooks/sessionStop.js +12 -26
- package/dist/hooks/sessionStop.js.map +1 -1
- package/dist/hooks/validateArtifact/agentFacing.js +10 -0
- package/dist/hooks/validateArtifact/agentFacing.js.map +1 -0
- package/dist/hooks/validateArtifact/index.js +151 -0
- package/dist/hooks/validateArtifact/index.js.map +1 -0
- package/dist/hooks/validateArtifact/markdown.js +146 -0
- package/dist/hooks/validateArtifact/markdown.js.map +1 -0
- package/dist/hooks/validateArtifact/runtime.js +86 -0
- package/dist/hooks/validateArtifact/runtime.js.map +1 -0
- package/dist/hooks/validateArtifact/schema.js +547 -0
- package/dist/hooks/validateArtifact/schema.js.map +1 -0
- package/dist/hooks/validateArtifact/traversal.js +108 -0
- package/dist/hooks/validateArtifact/traversal.js.map +1 -0
- package/dist/hooks/validateArtifact/violations.js +108 -0
- package/dist/hooks/validateArtifact/violations.js.map +1 -0
- package/dist/migrate/v2HandoffManifest.js +455 -0
- package/dist/migrate/v2HandoffManifest.js.map +1 -0
- package/dist/registries/artifactProtocolIds.js +79 -0
- package/dist/registries/artifactProtocolIds.js.map +1 -0
- package/dist/registries/artifactRegistry.js +224 -62
- package/dist/registries/artifactRegistry.js.map +1 -1
- package/dist/registries/artifactSchemaProjection.js +46 -0
- package/dist/registries/artifactSchemaProjection.js.map +1 -0
- package/dist/registries/capabilityContract.js +141 -12
- package/dist/registries/capabilityContract.js.map +1 -1
- package/dist/registries/evaluatorHandoffContract.js +171 -0
- package/dist/registries/evaluatorHandoffContract.js.map +1 -0
- package/dist/registries/evidenceTierContract.js +372 -0
- package/dist/registries/evidenceTierContract.js.map +1 -0
- package/dist/registries/glossaryAdviceContract.js +79 -0
- package/dist/registries/glossaryAdviceContract.js.map +1 -0
- package/dist/registries/glossaryCaveatContract.js +68 -0
- package/dist/registries/glossaryCaveatContract.js.map +1 -0
- package/dist/registries/glossaryConsumerContractValidation.js +788 -0
- package/dist/registries/glossaryConsumerContractValidation.js.map +1 -0
- package/dist/registries/glossaryEntryContract.js +757 -0
- package/dist/registries/glossaryEntryContract.js.map +1 -0
- package/dist/registries/glossaryTermIdentity.js +18 -0
- package/dist/registries/glossaryTermIdentity.js.map +1 -0
- package/dist/registries/glossaryTermOccurrence.js +21 -0
- package/dist/registries/glossaryTermOccurrence.js.map +1 -0
- package/dist/registries/hybridRoute.js +203 -0
- package/dist/registries/hybridRoute.js.map +1 -0
- package/dist/registries/hybridRouteReceipt.js +221 -0
- package/dist/registries/hybridRouteReceipt.js.map +1 -0
- package/dist/registries/packageRegistry.js +90 -230
- package/dist/registries/packageRegistry.js.map +1 -1
- package/dist/registries/todoReadinessContract.js +449 -0
- package/dist/registries/todoReadinessContract.js.map +1 -0
- package/dist/registries/triggerLoader.js +175 -0
- package/dist/registries/triggerLoader.js.map +1 -0
- package/dist/registries/verbosityBudgetContract.js +206 -0
- package/dist/registries/verbosityBudgetContract.js.map +1 -0
- package/dist/release/releaseMetadata.js +319 -0
- package/dist/release/releaseMetadata.js.map +1 -0
- package/dist/runtime/lifecycleAdapterContract.js +458 -0
- package/dist/runtime/lifecycleAdapterContract.js.map +1 -0
- package/dist/runtime/lifecycleAdapters.js +778 -0
- package/dist/runtime/lifecycleAdapters.js.map +1 -0
- package/dist/runtime/lifecycleAuthority.js +454 -0
- package/dist/runtime/lifecycleAuthority.js.map +1 -0
- package/dist/runtime/lifecycleOperationContract.js +114 -0
- package/dist/runtime/lifecycleOperationContract.js.map +1 -0
- package/dist/runtime/lifecycleOperations.js +635 -0
- package/dist/runtime/lifecycleOperations.js.map +1 -0
- package/dist/runtime/lifecycleOwnershipJournal.js +623 -0
- package/dist/runtime/lifecycleOwnershipJournal.js.map +1 -0
- package/dist/runtime/lifecyclePublication.js +416 -0
- package/dist/runtime/lifecyclePublication.js.map +1 -0
- package/dist/runtime/lifecycleSnapshot.js +439 -0
- package/dist/runtime/lifecycleSnapshot.js.map +1 -0
- package/dist/runtime/nativeResourceCleanup.js +317 -0
- package/dist/runtime/nativeResourceCleanup.js.map +1 -0
- package/dist/setup/codex/cli.js +130 -0
- package/dist/setup/codex/cli.js.map +1 -0
- package/dist/setup/codex/configToml.js +558 -0
- package/dist/setup/codex/configToml.js.map +1 -0
- package/dist/setup/codex/constants.js +14 -0
- package/dist/setup/codex/constants.js.map +1 -0
- package/dist/setup/codex/installRoot.js +64 -0
- package/dist/setup/codex/installRoot.js.map +1 -0
- package/dist/setup/codex/state.js +252 -0
- package/dist/setup/codex/state.js.map +1 -0
- package/dist/setup/codex.js +9 -1055
- package/dist/setup/codex.js.map +1 -1
- package/dist/setup/opencode.js +21 -0
- package/dist/setup/opencode.js.map +1 -0
- package/dist/setup/opencodeConstants.js +2 -0
- package/dist/setup/opencodeConstants.js.map +1 -0
- package/dist/setup/sharedSkill.js +46 -0
- package/dist/setup/sharedSkill.js.map +1 -0
- package/dist/setup/smokeChecks.js +24 -53
- package/dist/setup/smokeChecks.js.map +1 -1
- package/dist/state/archiveDiscovery.js +581 -0
- package/dist/state/archiveDiscovery.js.map +1 -0
- package/dist/state/archivePublication.js +226 -0
- package/dist/state/archivePublication.js.map +1 -0
- package/dist/state/archiveRecovery.js +238 -0
- package/dist/state/archiveRecovery.js.map +1 -0
- package/dist/state/archiveReplay.js +54 -0
- package/dist/state/archiveReplay.js.map +1 -0
- package/dist/state/canonicalMigrationRecord.js +37 -0
- package/dist/state/canonicalMigrationRecord.js.map +1 -0
- package/dist/state/changelog.js +222 -0
- package/dist/state/changelog.js.map +1 -0
- package/dist/state/decisionEntities.js +368 -0
- package/dist/state/decisionEntities.js.map +1 -0
- package/dist/state/decisionLegacyValidation.js +216 -0
- package/dist/state/decisionLegacyValidation.js.map +1 -0
- package/dist/state/decisionMigrationProvenance.js +200 -0
- package/dist/state/decisionMigrationProvenance.js.map +1 -0
- package/dist/state/decisionOverlay.js +255 -0
- package/dist/state/decisionOverlay.js.map +1 -0
- package/dist/state/decisionRevision.js +257 -0
- package/dist/state/decisionRevision.js.map +1 -0
- package/dist/state/decisionRevisionMigration.js +90 -0
- package/dist/state/decisionRevisionMigration.js.map +1 -0
- package/dist/state/directRetrieval.js +324 -0
- package/dist/state/directRetrieval.js.map +1 -0
- package/dist/state/durability.js +325 -0
- package/dist/state/durability.js.map +1 -0
- package/dist/state/entityCutover.js +294 -0
- package/dist/state/entityCutover.js.map +1 -0
- package/dist/state/entityCutoverGit.js +128 -0
- package/dist/state/entityCutoverGit.js.map +1 -0
- package/dist/state/entityGlossaryAuthority.js +14 -0
- package/dist/state/entityGlossaryAuthority.js.map +1 -0
- package/dist/state/entityListProjection.js +188 -0
- package/dist/state/entityListProjection.js.map +1 -0
- package/dist/state/entityListRuntimeRegistry.js +50 -0
- package/dist/state/entityListRuntimeRegistry.js.map +1 -0
- package/dist/state/entityMigrationCausality.js +99 -0
- package/dist/state/entityMigrationCausality.js.map +1 -0
- package/dist/state/entityMigrationIdentity.js +6 -0
- package/dist/state/entityMigrationIdentity.js.map +1 -0
- package/dist/state/entityMigrationPreview.js +884 -0
- package/dist/state/entityMigrationPreview.js.map +1 -0
- package/dist/state/entityPublicationContext.js +807 -0
- package/dist/state/entityPublicationContext.js.map +1 -0
- package/dist/state/entityRetrievalHelp.js +476 -0
- package/dist/state/entityRetrievalHelp.js.map +1 -0
- package/dist/state/entityStorage.js +897 -0
- package/dist/state/entityStorage.js.map +1 -0
- package/dist/state/exactReplacementRecovery.js +19 -0
- package/dist/state/exactReplacementRecovery.js.map +1 -0
- package/dist/state/experimentArchive.js +64 -0
- package/dist/state/experimentArchive.js.map +1 -0
- package/dist/state/experimentIdentity.js +203 -0
- package/dist/state/experimentIdentity.js.map +1 -0
- package/dist/state/healthEntities.js +263 -0
- package/dist/state/healthEntities.js.map +1 -0
- package/dist/state/healthEntityValidation.js +19 -0
- package/dist/state/healthEntityValidation.js.map +1 -0
- package/dist/state/healthRepair.js +70 -0
- package/dist/state/healthRepair.js.map +1 -0
- package/dist/state/installRoot.js +64 -24
- package/dist/state/installRoot.js.map +1 -1
- package/dist/state/legacyEntityCutoverEvidence.js +66 -0
- package/dist/state/legacyEntityCutoverEvidence.js.map +1 -0
- package/dist/state/legacyIdentity.js +48 -0
- package/dist/state/legacyIdentity.js.map +1 -0
- package/dist/state/legacySummaryRecord.js +7 -0
- package/dist/state/legacySummaryRecord.js.map +1 -0
- package/dist/state/listAccounting.js +55 -0
- package/dist/state/listAccounting.js.map +1 -0
- package/dist/state/listClassification.js +18 -0
- package/dist/state/listClassification.js.map +1 -0
- package/dist/state/listCursor.js +43 -0
- package/dist/state/listCursor.js.map +1 -0
- package/dist/state/listRetrieval.js +782 -0
- package/dist/state/listRetrieval.js.map +1 -0
- package/dist/state/migrationSourceBinding.js +31 -0
- package/dist/state/migrationSourceBinding.js.map +1 -0
- package/dist/state/objectiveExperimentEntities.js +323 -0
- package/dist/state/objectiveExperimentEntities.js.map +1 -0
- package/dist/state/planEntities.js +531 -0
- package/dist/state/planEntities.js.map +1 -0
- package/dist/state/planIdentity.js +48 -0
- package/dist/state/planIdentity.js.map +1 -0
- package/dist/state/planRetrieval.js +314 -0
- package/dist/state/planRetrieval.js.map +1 -0
- package/dist/state/planTaskRetrieval.js +295 -0
- package/dist/state/planTaskRetrieval.js.map +1 -0
- package/dist/state/progressEntities.js +513 -0
- package/dist/state/progressEntities.js.map +1 -0
- package/dist/state/progressGlossaryCaveat.js +169 -0
- package/dist/state/progressGlossaryCaveat.js.map +1 -0
- package/dist/state/progressPublicationOrder.js +20 -0
- package/dist/state/progressPublicationOrder.js.map +1 -0
- package/dist/state/projectRoot.js +63 -0
- package/dist/state/projectRoot.js.map +1 -0
- package/dist/state/projectionPolicy.js +191 -0
- package/dist/state/projectionPolicy.js.map +1 -0
- package/dist/state/retrievalAuthority.js +157 -0
- package/dist/state/retrievalAuthority.js.map +1 -0
- package/dist/state/safeProjectFile.js +156 -0
- package/dist/state/safeProjectFile.js.map +1 -0
- package/dist/state/startupAnalysis/benchmark.js +433 -0
- package/dist/state/startupAnalysis/benchmark.js.map +1 -0
- package/dist/state/startupAnalysis/contract.js +126 -0
- package/dist/state/startupAnalysis/contract.js.map +1 -0
- package/dist/state/startupAnalysis/helpers.js +287 -0
- package/dist/state/startupAnalysis/helpers.js.map +1 -0
- package/dist/state/startupAnalysis/index.js +7 -0
- package/dist/state/startupAnalysis/index.js.map +1 -0
- package/dist/state/startupAnalysis/metrics.js +341 -0
- package/dist/state/startupAnalysis/metrics.js.map +1 -0
- package/dist/state/startupAnalysis/records.js +199 -0
- package/dist/state/startupAnalysis/records.js.map +1 -0
- package/dist/state/startupAnalysis/report.js +112 -0
- package/dist/state/startupAnalysis/report.js.map +1 -0
- package/dist/state/startupAnalysis/threshold.js +513 -0
- package/dist/state/startupAnalysis/threshold.js.map +1 -0
- package/dist/state/startupAnalysis.js +2 -1952
- package/dist/state/startupAnalysis.js.map +1 -1
- package/dist/state/startupProjection.js +499 -0
- package/dist/state/startupProjection.js.map +1 -0
- package/dist/state/stateMode.js +86 -0
- package/dist/state/stateMode.js.map +1 -0
- package/dist/state/stateStorageAuthority.js +48 -0
- package/dist/state/stateStorageAuthority.js.map +1 -0
- package/dist/state/summaryEntityRead.js +26 -0
- package/dist/state/summaryEntityRead.js.map +1 -0
- package/dist/state/summaryMigrationProvenance.js +67 -0
- package/dist/state/summaryMigrationProvenance.js.map +1 -0
- package/dist/state/summarySourceRowAuthority.js +37 -0
- package/dist/state/summarySourceRowAuthority.js.map +1 -0
- package/dist/state/todoDocsEntities.js +986 -0
- package/dist/state/todoDocsEntities.js.map +1 -0
- package/dist/state/todoDocsEntityValidation.js +159 -0
- package/dist/state/todoDocsEntityValidation.js.map +1 -0
- package/dist/state/todoReconciliationActivation.js +63 -0
- package/dist/state/todoReconciliationActivation.js.map +1 -0
- package/dist/state/todoReconciliationTransaction.js +554 -0
- package/dist/state/todoReconciliationTransaction.js.map +1 -0
- package/dist/state/write/assign.js +21 -0
- package/dist/state/write/assign.js.map +1 -0
- package/dist/state/write/candidateMutation.js +270 -0
- package/dist/state/write/candidateMutation.js.map +1 -0
- package/dist/state/write/errors.js +12 -0
- package/dist/state/write/errors.js.map +1 -0
- package/dist/state/write/experimentPublication.js +193 -0
- package/dist/state/write/experimentPublication.js.map +1 -0
- package/dist/state/write/explain.js +333 -0
- package/dist/state/write/explain.js.map +1 -0
- package/dist/state/write/fields.js +62 -0
- package/dist/state/write/fields.js.map +1 -0
- package/dist/state/write/glossaryPublication.js +264 -0
- package/dist/state/write/glossaryPublication.js.map +1 -0
- package/dist/state/write/grammar.js +271 -0
- package/dist/state/write/grammar.js.map +1 -0
- package/dist/state/write/helpers.js +30 -0
- package/dist/state/write/helpers.js.map +1 -0
- package/dist/state/write/index.js +13 -0
- package/dist/state/write/index.js.map +1 -0
- package/dist/state/write/input.js +368 -0
- package/dist/state/write/input.js.map +1 -0
- package/dist/state/write/lock.js +838 -0
- package/dist/state/write/lock.js.map +1 -0
- package/dist/state/write/mutation.js +235 -0
- package/dist/state/write/mutation.js.map +1 -0
- package/dist/state/write/operations.js +170 -0
- package/dist/state/write/operations.js.map +1 -0
- package/dist/state/write/planEvaluation.js +129 -0
- package/dist/state/write/planEvaluation.js.map +1 -0
- package/dist/state/write/planPublication.js +180 -0
- package/dist/state/write/planPublication.js.map +1 -0
- package/dist/state/write/runtimeOperations.js +65 -0
- package/dist/state/write/runtimeOperations.js.map +1 -0
- package/dist/state/write/serialize.js +2 -0
- package/dist/state/write/serialize.js.map +1 -0
- package/dist/state/write/transaction.js +53 -0
- package/dist/state/write/transaction.js.map +1 -0
- package/dist/state/write/validate.js +8 -0
- package/dist/state/write/validate.js.map +1 -0
- package/dist/upgrade/appContentRefresh.js +384 -0
- package/dist/upgrade/appContentRefresh.js.map +1 -0
- package/dist/upgrade/appModel.js +8 -6
- package/dist/upgrade/appModel.js.map +1 -1
- package/dist/upgrade/atomicWriter.js +2 -0
- package/dist/upgrade/atomicWriter.js.map +1 -0
- package/dist/upgrade/bundleEvidence.js +34 -0
- package/dist/upgrade/bundleEvidence.js.map +1 -0
- package/dist/upgrade/channels.js +12 -7
- package/dist/upgrade/channels.js.map +1 -1
- package/dist/upgrade/coexistenceProbe.js +105 -0
- package/dist/upgrade/coexistenceProbe.js.map +1 -0
- package/dist/upgrade/compatibility.js +56 -20
- package/dist/upgrade/compatibility.js.map +1 -1
- package/dist/upgrade/doctor.js +197 -191
- package/dist/upgrade/doctor.js.map +1 -1
- package/dist/upgrade/doctorClassifier.js +188 -0
- package/dist/upgrade/doctorClassifier.js.map +1 -0
- package/dist/upgrade/installedHooksRetirement.js +197 -0
- package/dist/upgrade/installedHooksRetirement.js.map +1 -0
- package/dist/upgrade/legacyAgentCleanup.js +283 -0
- package/dist/upgrade/legacyAgentCleanup.js.map +1 -0
- package/dist/upgrade/lifecycleUpgrade.js +114 -0
- package/dist/upgrade/lifecycleUpgrade.js.map +1 -0
- package/dist/upgrade/migrateArtifactsV2ToV3.js +363 -137
- package/dist/upgrade/migrateArtifactsV2ToV3.js.map +1 -1
- package/dist/upgrade/migrationPublication.js +123 -0
- package/dist/upgrade/migrationPublication.js.map +1 -0
- package/dist/upgrade/nextMajorDoctor.js +156 -0
- package/dist/upgrade/nextMajorDoctor.js.map +1 -0
- package/dist/upgrade/npxPlatformStatus.js +23 -0
- package/dist/upgrade/npxPlatformStatus.js.map +1 -0
- package/dist/upgrade/projectIntegration.js +142 -171
- package/dist/upgrade/projectIntegration.js.map +1 -1
- package/dist/upgrade/projectIntegrationDecision.js +51 -0
- package/dist/upgrade/projectIntegrationDecision.js.map +1 -0
- package/dist/upgrade/runtimeMigration.js +336 -281
- package/dist/upgrade/runtimeMigration.js.map +1 -1
- package/dist/upgrade/upgradeCommands.js +9 -0
- package/dist/upgrade/upgradeCommands.js.map +1 -1
- package/dist/upgrade/upgradeLock.js +86 -0
- package/dist/upgrade/upgradeLock.js.map +1 -0
- package/dist/upgrade/upgradeOrchestrator.js +217 -56
- package/dist/upgrade/upgradeOrchestrator.js.map +1 -1
- package/dist/upgrade/v3CapabilitySurface.js +15 -0
- package/dist/upgrade/v3CapabilitySurface.js.map +1 -0
- package/dist/upgrade/versionResolution.js +12 -4
- package/dist/upgrade/versionResolution.js.map +1 -1
- package/dist/validate/appHomeContract.js +5 -9
- package/dist/validate/appHomeContract.js.map +1 -1
- package/dist/validate/capability.js +144 -14
- package/dist/validate/capability.js.map +1 -1
- package/dist/validate/crossCapability.js +15 -9
- package/dist/validate/crossCapability.js.map +1 -1
- package/dist/validate/selfAudit.js +73 -36
- package/dist/validate/selfAudit.js.map +1 -1
- package/dist/validate/v1LegacyCruft.js +141 -0
- package/dist/validate/v1LegacyCruft.js.map +1 -0
- package/dist/validate/vocabularyAuthority.js +305 -0
- package/dist/validate/vocabularyAuthority.js.map +1 -0
- package/package.json +46 -27
- package/bundle/references/adapters/cursor.md +0 -213
- package/bundle/references/adapters/opencode.md +0 -530
- package/bundle/references/adapters/runtime-adapter-characterization.md +0 -79
- package/bundle/references/adapters/runtime-adapter-interface-model.yaml +0 -200
- package/bundle/references/adapters/runtime-adapter-registry.yaml +0 -548
- package/bundle/references/adapters/runtime-feature-parity.md +0 -189
- package/bundle/references/v1-section-mapping.md +0 -47
- package/bundle/skills/agentera/.claude-plugin/plugin.json +0 -27
- package/bundle/skills/agentera/agents/dokumentera.toml +0 -6
- package/bundle/skills/agentera/agents/hej.toml +0 -6
- package/bundle/skills/agentera/agents/inspektera.toml +0 -6
- package/bundle/skills/agentera/agents/inspirera.toml +0 -6
- package/bundle/skills/agentera/agents/optimera.toml +0 -6
- package/bundle/skills/agentera/agents/orkestrera.toml +0 -6
- package/bundle/skills/agentera/agents/planera.toml +0 -6
- package/bundle/skills/agentera/agents/profilera.toml +0 -6
- package/bundle/skills/agentera/agents/realisera.toml +0 -6
- package/bundle/skills/agentera/agents/resonera.toml +0 -6
- package/bundle/skills/agentera/agents/visionera.toml +0 -6
- package/bundle/skills/agentera/agents/visualisera.toml +0 -6
- package/bundle/skills/agentera/capabilities/dokumentera/instructions.md +0 -428
- package/bundle/skills/agentera/capabilities/dokumentera/schemas/artifacts.yaml +0 -73
- package/bundle/skills/agentera/capabilities/dokumentera/schemas/triggers.yaml +0 -35
- package/bundle/skills/agentera/capabilities/hej/instructions.md +0 -331
- package/bundle/skills/agentera/capabilities/hej/schemas/artifacts.yaml +0 -69
- package/bundle/skills/agentera/capabilities/hej/schemas/triggers.yaml +0 -58
- package/bundle/skills/agentera/capabilities/inspektera/instructions.md +0 -514
- package/bundle/skills/agentera/capabilities/inspektera/schemas/artifacts.yaml +0 -76
- package/bundle/skills/agentera/capabilities/inspektera/schemas/triggers.yaml +0 -38
- package/bundle/skills/agentera/capabilities/inspirera/instructions.md +0 -280
- package/bundle/skills/agentera/capabilities/inspirera/schemas/artifacts.yaml +0 -24
- package/bundle/skills/agentera/capabilities/inspirera/schemas/triggers.yaml +0 -34
- package/bundle/skills/agentera/capabilities/optimera/instructions.md +0 -437
- package/bundle/skills/agentera/capabilities/optimera/schemas/triggers.yaml +0 -39
- package/bundle/skills/agentera/capabilities/orkestrera/instructions.md +0 -433
- package/bundle/skills/agentera/capabilities/orkestrera/schemas/artifacts.yaml +0 -64
- package/bundle/skills/agentera/capabilities/orkestrera/schemas/triggers.yaml +0 -42
- package/bundle/skills/agentera/capabilities/orkestrera/schemas/validation.yaml +0 -107
- package/bundle/skills/agentera/capabilities/planera/instructions.md +0 -368
- package/bundle/skills/agentera/capabilities/planera/schemas/artifacts.yaml +0 -62
- package/bundle/skills/agentera/capabilities/planera/schemas/triggers.yaml +0 -34
- package/bundle/skills/agentera/capabilities/planera/schemas/validation.yaml +0 -61
- package/bundle/skills/agentera/capabilities/profilera/instructions.md +0 -419
- package/bundle/skills/agentera/capabilities/profilera/schemas/artifacts.yaml +0 -18
- package/bundle/skills/agentera/capabilities/profilera/schemas/triggers.yaml +0 -45
- package/bundle/skills/agentera/capabilities/profilera/schemas/validation.yaml +0 -57
- package/bundle/skills/agentera/capabilities/realisera/instructions.md +0 -403
- package/bundle/skills/agentera/capabilities/realisera/schemas/artifacts.yaml +0 -80
- package/bundle/skills/agentera/capabilities/realisera/schemas/triggers.yaml +0 -39
- package/bundle/skills/agentera/capabilities/realisera/schemas/validation.yaml +0 -110
- package/bundle/skills/agentera/capabilities/resonera/instructions.md +0 -329
- package/bundle/skills/agentera/capabilities/resonera/schemas/artifacts.yaml +0 -47
- package/bundle/skills/agentera/capabilities/resonera/schemas/triggers.yaml +0 -46
- package/bundle/skills/agentera/capabilities/resonera/schemas/validation.yaml +0 -77
- package/bundle/skills/agentera/capabilities/visionera/instructions.md +0 -309
- package/bundle/skills/agentera/capabilities/visionera/schemas/triggers.yaml +0 -41
- package/bundle/skills/agentera/capabilities/visualisera/instructions.md +0 -400
- package/bundle/skills/agentera/capabilities/visualisera/schemas/triggers.yaml +0 -33
- package/bundle/skills/hej/.claude-plugin/plugin.json +0 -6
- package/bundle/skills/hej/SKILL.md +0 -69
- package/bundle/skills/hej/agents/hej.toml +0 -11
- package/bundle/skills/hej/agents/openai.yaml +0 -8
- package/dist/cli/commands/backfill.js +0 -84
- package/dist/cli/commands/backfill.js.map +0 -1
- package/dist/cli/commands/state.js +0 -1012
- package/dist/cli/commands/state.js.map +0 -1
- package/dist/core/git.js +0 -43
- package/dist/core/git.js.map +0 -1
- package/dist/hooks/compaction.js +0 -935
- package/dist/hooks/compaction.js.map +0 -1
- package/dist/hooks/validateArtifact.js +0 -933
- package/dist/hooks/validateArtifact.js.map +0 -1
- package/dist/registries/runtimeAdapterRegistry.js +0 -315
- package/dist/registries/runtimeAdapterRegistry.js.map +0 -1
- package/dist/setup/copilot.js +0 -227
- package/dist/setup/copilot.js.map +0 -1
- package/dist/setup/cursor.js +0 -127
- package/dist/setup/cursor.js.map +0 -1
- package/dist/setup/doctor.js +0 -1297
- package/dist/setup/doctor.js.map +0 -1
- package/dist/state/progressCommit.js +0 -289
- package/dist/state/progressCommit.js.map +0 -1
- package/dist/upgrade/migrateArtifactsV1ToV2.js +0 -571
- package/dist/upgrade/migrateArtifactsV1ToV2.js.map +0 -1
- package/dist/validate/lifecycleAdapters.js +0 -772
- package/dist/validate/lifecycleAdapters.js.map +0 -1
- /package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/exit.yaml +0 -0
- /package/bundle/skills/agentera/capabilities/{inspirera → research}/schemas/exit.yaml +0 -0
- /package/bundle/skills/agentera/capabilities/{hej → status}/schemas/exit.yaml +0 -0
|
@@ -10,22 +10,22 @@ included when they shape cross-suite usage.
|
|
|
10
10
|
|
|
11
11
|
## Authority order
|
|
12
12
|
|
|
13
|
-
| Authority
|
|
14
|
-
|
|
|
15
|
-
| `references/cli/vocabulary-index.yaml`
|
|
16
|
-
| `skills/agentera/protocol.yaml`
|
|
17
|
-
| `skills/agentera/capability_schema_contract.yaml`
|
|
18
|
-
| `skills/agentera/schemas/artifacts/*.yaml`
|
|
19
|
-
| `references/artifacts/artifact-registry-interface-model.yaml`
|
|
20
|
-
| `references/cli/app-lifecycle-vocabulary.yaml`
|
|
21
|
-
| `references/cli/update-channels.yaml`
|
|
22
|
-
| `references/cli/bundle-skill-vocabulary.yaml`
|
|
23
|
-
| `references/cli/capability-instruction-contract.yaml`
|
|
24
|
-
| `references/cli/routing-execution-vocabulary.yaml`
|
|
25
|
-
| `skills/agentera/SKILL.md`
|
|
26
|
-
| `
|
|
27
|
-
| `the agentera CLI` and `packages/cli/src/upgrade (doctor/upgrade)` | CLI-visible command labels, upgrade output, and doctor diagnostics.
|
|
28
|
-
| `README.md`, `UPGRADE.md`, `DESIGN.md`, `.agentera/*.yaml`
|
|
13
|
+
| Authority | Owns |
|
|
14
|
+
| ------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
15
|
+
| `references/cli/vocabulary-index.yaml` | Authority order, normalization rules, plain-language layer rules, and Decision 44 replacement boundaries. |
|
|
16
|
+
| `skills/agentera/protocol.yaml` | Confidence, severity, decision labels, exit signals, visual tokens, glyphs, and phases. |
|
|
17
|
+
| `skills/agentera/capability_schema_contract.yaml` | Capability schema structure, required groups, priorities, and primitive-reference fields. |
|
|
18
|
+
| `skills/agentera/schemas/artifacts/*.yaml` | Artifact field grammar, status values, path contracts, and validation rules. |
|
|
19
|
+
| `references/artifacts/artifact-registry-interface-model.yaml` | Internal artifact registry facts. Public state envelopes use `artifact` for the family and `id` for the stable public identifier. |
|
|
20
|
+
| `references/cli/app-lifecycle-vocabulary.yaml` | App lifecycle canonical statuses, deprecated aliases, operation verbs, status concepts, and consumer ownership boundaries. |
|
|
21
|
+
| `references/cli/update-channels.yaml` | Stable and development update channels, dist-tag/git resolution, default channel, and override keys. |
|
|
22
|
+
| `references/cli/bundle-skill-vocabulary.yaml` | Canonical concepts, compatibility boundaries, and classification rules for `bundle` and `SKILL.md` usage. |
|
|
23
|
+
| `references/cli/capability-instruction-contract.yaml` | Decision 57 capability instruction-file contract, current `packages/cli/src/capabilities/<name>/instructions.ts` authority, and implemented `first_invocation_read` CLI/schema discoverability (D65 collapsed the legacy `full`/`compact_startup` distinction into a single `prime_context` value with runtime enforcement). |
|
|
24
|
+
| `references/cli/routing-execution-vocabulary.yaml` | Canonical concepts, compatibility boundaries, and classification rules for routing, suggestions, delegation, worker spawning, runtime subagent mechanisms, and pre-spawn Git commits. |
|
|
25
|
+
| `skills/agentera/SKILL.md` | Agentera routing entry point, routing model, CLI-first state access, installed-app status checks, and safety rails. |
|
|
26
|
+
| `packages/cli/src/capabilities/*/instructions.ts` | Capability behavior, workflow grammar, step markers, and cross-capability boundaries. Loaded as a default-exported string constant and served via `agentera prime --context <name> --format json`. |
|
|
27
|
+
| `the agentera CLI` and `packages/cli/src/upgrade (doctor/upgrade)` | CLI-visible command labels, upgrade output, and doctor diagnostics. |
|
|
28
|
+
| `README.md`, `UPGRADE.md`, `DESIGN.md`, `.agentera/*.yaml` | User-facing phrasing, design vocabulary, and current project-state examples. |
|
|
29
29
|
|
|
30
30
|
## Normalization rules
|
|
31
31
|
|
|
@@ -49,118 +49,135 @@ examples. Diagnostics should state object, state, cause, and fix.
|
|
|
49
49
|
|
|
50
50
|
## Product grammar
|
|
51
51
|
|
|
52
|
-
| Term
|
|
53
|
-
|
|
|
54
|
-
| Agentera
|
|
55
|
-
|
|
|
56
|
-
|
|
|
57
|
-
|
|
|
58
|
-
|
|
|
59
|
-
| Capability
|
|
60
|
-
|
|
|
61
|
-
|
|
|
62
|
-
|
|
|
63
|
-
|
|
|
64
|
-
|
|
|
52
|
+
| Term | Definition | Common sources |
|
|
53
|
+
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
|
|
54
|
+
| Agentera | The agent. One persistent identity that thinks through every step and keeps working when you walk away — the colleague, not the team. The CLI is the brain and spine: it owns routing, memory, capability prose, and the worker-spec contract. Coding hosts consume the same shared skill and CLI contract; Agentera does not ship host-native package surfaces. Identity is per-project: same personality, same capabilities, different memory, no bleed. Headline: one agent, one CLI, many capabilities. | `README.md`, `.agentera/vision.yaml`, `.agentera/decisions.yaml` (D74), `skills/agentera/SKILL.md` |
|
|
55
|
+
| Host runtime (harness) | A coding agent host that provides the model, tools, and worker execution. Agentera is the agent; the host is the harness. Hosts consume the shared skill at `~/.agents/skills/agentera` and the JSON returned by `agentera prime`; Agentera does not install or repair host-native plugins, hooks, agents, or packages. | `.agentera/vision.yaml`, `.agentera/decisions.yaml` (D74), `skills/agentera/SKILL.md` |
|
|
56
|
+
| Product surface | The fixed Agentera workflow ships through the `agentera` package and CLI. Coding hosts consume the shared skill and CLI rather than receiving native Agentera package surfaces. | `README.md`, `AGENTS.md`, `packages/cli/README.md`, `.agentera/decisions.yaml` |
|
|
57
|
+
| Agentera skill | Shared transport, not a product extension point. The source at `skills/agentera/` is installed once at `~/.agents/skills/agentera` and packages Agentera's routing entry and capability prose without host-native manifests. It is the same fixed workflow, not user extensibility. Per Decision 74, the product word is capabilities. | `skills/agentera/SKILL.md`, `README.md` Internals, `.agentera/decisions.yaml` (D74) |
|
|
58
|
+
| Capability | A routed behavioral unit of the single Agentera agent, driven through the CLI. Eleven top-level capabilities (status, vision, discuss, research, plan, build, optimize, audit, document, design, orchestrate) plus profile, which surfaces through existing capabilities but appears as a peer row in user-facing docs. Each capability has a prose module at `packages/cli/src/capabilities/<name>/instructions.ts` plus `triggers.yaml`, `artifacts.yaml`, `validation.yaml`, and `exit.yaml`. English names are canonical per Decision 70; the Swedish `-era` names are legacy v2 stable only (see Legacy Swedish capability names). | `AGENTS.md`, `skills/agentera/capabilities/*`, `packages/cli/src/capabilities/*`, `.agentera/decisions.yaml` (D70, D74) |
|
|
59
|
+
| Capability canonical name (v3) | The English name binding for v3+ capability invocation, per Decision 70, under the single-agent identity crystallized in Decision 74. Promoted from the Decision 43 alias set. Host runtimes and the CLI use the same English name; the v2 stable distribution uses the legacy Swedish `-era` IDs (see `Legacy Swedish capability names`). | `.agentera/decisions.yaml` (D43, D70, D74), `references/cli/vocabulary-index.yaml` (protected_surfaces) |
|
|
60
|
+
| Legacy Swedish capability names (v2 stable) | The historical Swedish `-era` IDs (e.g. `hej`, `resonera`) used by the v2 stable distribution (`npx -y agentera@latest`) and preserved as historical references in archived plans, decisions, and changelogs. Out of scope for v3 surface per Decisions 70 and 74; the single-agent identity uses English capability names exclusively. Coexistence probe surfaces per-distribution naming divergence. | `.agentera/decisions.yaml` (D70, D74), `references/cli/vocabulary-index.yaml` (protected_surfaces) |
|
|
61
|
+
| Shared protocol | Internal primitive vocabulary in `protocol.yaml`: confidence, severity, decision labels, exits, visual tokens, glyphs, and phases. | `skills/agentera/protocol.yaml` |
|
|
62
|
+
| Capability schema contract | The executable contract for capability schema groups, stable IDs, priorities, deprecations, and primitive references. | `skills/agentera/capability_schema_contract.yaml` |
|
|
63
|
+
| Project state | Structured files that preserve intent, decisions, plans, progress, health, docs, design, and session continuity. | `README.md`, `.agentera/docs.yaml` |
|
|
64
|
+
| Project history | Durable history kept in files so future agents do not reconstruct history from chat residue. | `README.md`, `.agentera/progress.yaml` |
|
|
65
|
+
| Saved project context | Project artifacts plus global profile data that let future sessions reuse context and preferences. | `README.md`, `profile` prose |
|
|
66
|
+
| Sharp colleague | Agentera's voice: direct, opinionated, evidence-backed, warm enough to collaborate, and willing to push back. | `.agentera/vision.yaml`, `DESIGN.md`, capability prose |
|
|
67
|
+
| Docs-first workflow | Document intended behavior before tests and code; docs define intent, tests enforce it, code implements it. | `document`, `plan`, `build` prose |
|
|
65
68
|
|
|
66
69
|
## Capability grammar
|
|
67
70
|
|
|
68
|
-
| Glyph | Capability
|
|
69
|
-
|
|
|
70
|
-
| `⌂`
|
|
71
|
-
| `⛥`
|
|
72
|
-
| `❈`
|
|
73
|
-
| `⬚`
|
|
74
|
-
| `≡`
|
|
75
|
-
| `⧉`
|
|
76
|
-
| `⎘`
|
|
77
|
-
| `⛶`
|
|
78
|
-
| `▤`
|
|
79
|
-
| `♾`
|
|
80
|
-
| `◰`
|
|
81
|
-
| `⎈`
|
|
82
|
-
|
|
83
|
-
Capability names use
|
|
84
|
-
`
|
|
71
|
+
| Glyph | Capability | Role |
|
|
72
|
+
| ----- | ----------- | ------------------------------------------------------------------------------ |
|
|
73
|
+
| `⌂` | status | Orientation, routing, dashboard briefing, and next best action. |
|
|
74
|
+
| `⛥` | vision | Project direction, north star, principles, identity, and strategic tensions. |
|
|
75
|
+
| `❈` | discuss | Structured deliberation, tradeoff pressure, and decision thinking. |
|
|
76
|
+
| `⬚` | research | External pattern analysis and useful cross-pollination. |
|
|
77
|
+
| `≡` | plan | Planning with behavioral acceptance criteria; owns WHAT and WHY. |
|
|
78
|
+
| `⧉` | build | Verified autonomous development cycle; owns HOW. |
|
|
79
|
+
| `⎘` | optimize | Metric-driven optimization through one experiment per invocation. |
|
|
80
|
+
| `⛶` | audit | Codebase health audit, architecture review, and artifact current-state review. |
|
|
81
|
+
| `▤` | document | Documentation layer; owns docs-first workflow guidance. |
|
|
82
|
+
| `♾` | profile | Reusable decision profile and preference extraction. |
|
|
83
|
+
| `◰` | design | Visual identity, design tokens, and design-system language. |
|
|
84
|
+
| `⎈` | orchestrate | Multi-cycle orchestration; dispatches work and evaluates completion. |
|
|
85
|
+
|
|
86
|
+
Capability names use plain English verb forms (Decision 70). The name is the action:
|
|
87
|
+
`plan` plans, `build` realizes, `optimize` optimizes.
|
|
85
88
|
|
|
86
89
|
### Capability instruction contract
|
|
87
90
|
|
|
88
91
|
The machine-readable authority is
|
|
89
92
|
`references/cli/capability-instruction-contract.yaml`; it owns Decision 57's
|
|
90
|
-
instruction-file boundary, including the canonical `instructions.
|
|
91
|
-
legacy `prose.md` compatibility boundaries,
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
93
|
+
instruction-file boundary, including the canonical `instructions.ts` module,
|
|
94
|
+
legacy `prose.md` and `instructions.md` compatibility boundaries, the
|
|
95
|
+
implemented `first_invocation_read: prime_context` value, the
|
|
96
|
+
`prime --context <name> --format json` ownership statement, and the runtime
|
|
97
|
+
enforcement boundary promoted to `true` in D65.
|
|
98
|
+
|
|
99
|
+
Use this prose as guidance only: the default is that the first capability
|
|
100
|
+
invocation shells out to `agentera prime --context <name> --format json` and
|
|
101
|
+
reads the returned `instructions` field. Today, capability directories carry
|
|
102
|
+
the `schemas/` files only, the instructions module lives at
|
|
103
|
+
`packages/cli/src/capabilities/<name>/instructions.ts`, and the `agentera prime --context <name> --format
|
|
104
|
+
json` response emits `capability_context.instructions` plus
|
|
105
|
+
`first_invocation_read` metadata.
|
|
100
106
|
|
|
101
107
|
Do not replace this with a parallel Markdown table of read modes or migration
|
|
102
108
|
surfaces. Update the YAML authority first, then keep this section as the short
|
|
103
|
-
human-facing boundary.
|
|
104
|
-
|
|
109
|
+
human-facing boundary. The `prime_context` runtime enforcement is owned by the
|
|
110
|
+
CLI process; agent runtimes shell out to the prime command instead of reading
|
|
111
|
+
the prose module directly.
|
|
112
|
+
|
|
113
|
+
Status startup is the one-call exception to the general compact-data wording
|
|
114
|
+
above: `agentera prime --context status --format json` returns
|
|
115
|
+
`capability_context.instructions` and bounded
|
|
116
|
+
`capability_context.context.status_context` together. Consumers do not make a
|
|
117
|
+
second bare-prime call or read raw artifacts; omitted detail names its
|
|
118
|
+
authoritative recovery command.
|
|
105
119
|
|
|
106
120
|
## Invocation and routing grammar
|
|
107
121
|
|
|
108
|
-
| Term
|
|
109
|
-
|
|
|
110
|
-
| CLI-first state access
|
|
111
|
-
| Top-level state commands
|
|
112
|
-
| Artifact-backed briefing
|
|
113
|
-
| Bare `/agentera`
|
|
114
|
-
|
|
|
115
|
-
| `agentera
|
|
116
|
-
| Direct route
|
|
117
|
-
| Canonical capability route
|
|
118
|
-
| Primary route alias
|
|
119
|
-
| Secondary request wording
|
|
120
|
-
| Natural-language trigger
|
|
121
|
-
| Trigger priority
|
|
122
|
-
|
|
|
123
|
-
|
|
|
124
|
-
|
|
|
125
|
-
|
|
|
126
|
-
|
|
|
127
|
-
|
|
|
128
|
-
|
|
|
129
|
-
|
|
|
130
|
-
|
|
|
131
|
-
|
|
|
132
|
-
|
|
|
133
|
-
|
|
|
134
|
-
|
|
|
135
|
-
|
|
|
136
|
-
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
CLI-visible `agentera hej` labels are source labels. Preserve them in CLI tests
|
|
122
|
+
| Term | Definition |
|
|
123
|
+
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
124
|
+
| CLI-first state access | Read project state through `agentera` top-level commands before raw artifact reads. |
|
|
125
|
+
| Top-level state commands | The canonical namespace command is `state` followed by a subcommand (`plan`, `progress`, `health`, `todo`, `decisions`, `docs`, `objective`, `experiments`, `query`). Legacy top-level aliases remain during migration; see [audience-namespace-cli-migration.yaml](audience-namespace-cli-migration.yaml). |
|
|
126
|
+
| Artifact-backed briefing | Any briefing or routing decision backed by Agentera project artifacts. It must use CLI-first state access. |
|
|
127
|
+
| Bare `/agentera` | Invocation without a specific request. It delegates to `status` and renders the status dashboard from one composite source command. |
|
|
128
|
+
| Status dashboard | User-facing project briefing with logo, status metrics, a narrative read inside `status`, attention, next action, and `⌂ status · <status>`. Issues summary uses `critical · degraded · annoying` only. |
|
|
129
|
+
| `agentera prime` | Compact CLI source data for the caller-rendered dashboard. It is not the dashboard itself. |
|
|
130
|
+
| Direct route | A canonical capability name with optional following topic text, `/agentera <capability-name>` with optional topic text, or `/agentera <primary-alias>` routes directly to that capability and bypasses natural-language matching. |
|
|
131
|
+
| Canonical capability route | An English capability name such as `discuss`, `plan`, or `orchestrate`, optionally followed by topic text, plus the slash form `/agentera <capability-name>` with optional topic text. Canonical names remain protocol identity. |
|
|
132
|
+
| Primary route alias | The one plain `/agentera <alias>` direct route for a capability, owned by `ROUTE_ALIASES.primary_aliases`. Each canonical capability has exactly one primary alias. |
|
|
133
|
+
| Secondary request wording | LLM-readable intent descriptions in capability trigger entries. They describe secondary wording and are not primary aliases. |
|
|
134
|
+
| Natural-language trigger | A trigger entry in `schemas/triggers.yaml` whose description and collision hints a host reads only after deterministic routing returns `semantic_required`. The host's semantic judgment must be submitted as a receipt the CLI validates before startup. |
|
|
135
|
+
| Trigger priority | `high`, `medium`, or `low`; an advisory relevance-precedence hint owned by the schema contract, not a score. |
|
|
136
|
+
| Genuine consequential ambiguity | Two materially plausible capabilities without enough intent to choose responsibly. Ask one clarification. |
|
|
137
|
+
| Fallback to status | Route to status for orientation only when no capability fits. |
|
|
138
|
+
| Concrete next action | A route suggestion tied to an object such as `PLAN Task N`, `TODO`, `OBJECTIVE`, or `VISION refresh`. |
|
|
139
|
+
| Suggest, don't force | Status recommends the next capability but waits for user confirmation. |
|
|
140
|
+
| Capability handoff label | A recommendation from one capability to another. Use glyph plus canonical name, such as `⧉ build` or `≡ plan`, not standalone slash-capability names. SG priority codes are internal protocol references and are not user-facing handoff labels. |
|
|
141
|
+
| Explicit route documentation | User-facing examples that teach the actual entry route. Use `/agentera <alias>` such as `/agentera build`; do not present aliases as CLI commands. |
|
|
142
|
+
| Bounded-choice prompt | A question surface supplied by the coding host. Agentera may use one when available but does not install, configure, or advertise a host-specific prompt integration. |
|
|
143
|
+
| Question gating | Use bounded choices only for at least two meaningful non-terminal next actions or consequential Proceed/Cancel; `Done` and custom/free-form answers do not count as alternatives. Initial Agentera/status briefs stay free-form unless bounded choices were requested or the suggested next step is a state-changing Proceed/Cancel handoff. A single non-mutating suggested handoff may use a free-form prompt, but a single state-changing handoff uses Proceed/Cancel confirmation. State-changing means the proposed next step may write artifacts, edit code, run optimization or orchestration cycles, apply migrations, or otherwise mutate project state. Apply the behavior rule first; invoked capability prose can impose stricter requirements. |
|
|
144
|
+
| Handoff confirmation | Clear free-form acceptance of the named single suggestion confirms invocation. Selecting a downstream capability option in a bounded prompt also confirms invocation; selecting `Done` stops without routing. Ambiguous replies get one clarifying question. |
|
|
145
|
+
| Route | Direct user invocation by canonical capability name, primary alias, or slash route. A route is already consent to invoke the capability and does not need an extra handoff confirmation. |
|
|
146
|
+
| Suggest | Recommend a downstream capability and wait for confirmation. |
|
|
147
|
+
| Delegate | Orchestrate assigns approved plan work to a worker capability during an explicitly orchestrated flow. |
|
|
148
|
+
| Spawn | Build or Optimize asks the coding host to launch an isolated worker when the host provides that facility. |
|
|
149
|
+
| Worker mechanism | A host-provided worker facility. Agentera ships no host-specific worker descriptor, adapter, plugin, hook, or package. |
|
|
150
|
+
| Legacy bridge | Temporary v1 entry points, especially `/hej`, that guide users to `/agentera` and the v2 upgrade path. |
|
|
151
|
+
|
|
152
|
+
CLI-visible `agentera prime` labels are source labels. Preserve them in CLI tests
|
|
140
153
|
and parsing code, but transform them before presenting a user dashboard:
|
|
141
|
-
`mode:`, `profile:`, `health:`, `
|
|
154
|
+
`mode:`, `profile:`, `health:`, `todo:`, `plan:`, `objective:`,
|
|
142
155
|
`attention:`, `next_action:`, and `source_contract:`.
|
|
143
156
|
|
|
144
157
|
Primary route aliases are slash-route vocabulary, not CLI command vocabulary:
|
|
145
158
|
|
|
146
|
-
| Canonical capability |
|
|
147
|
-
|
|
|
148
|
-
| `hej`
|
|
149
|
-
| `visionera`
|
|
150
|
-
| `resonera`
|
|
151
|
-
| `inspirera`
|
|
152
|
-
| `planera`
|
|
153
|
-
| `realisera`
|
|
154
|
-
| `optimera`
|
|
155
|
-
| `inspektera`
|
|
156
|
-
| `dokumentera`
|
|
157
|
-
| `profilera`
|
|
158
|
-
| `visualisera`
|
|
159
|
-
| `orkestrera`
|
|
160
|
-
|
|
161
|
-
Do not teach primary aliases as CLI state commands.
|
|
162
|
-
|
|
163
|
-
`
|
|
159
|
+
| Canonical capability (v3) | Legacy Swedish ID (v2 stable) | Slash route |
|
|
160
|
+
| ------------------------- | ----------------------------- | ------------------------ |
|
|
161
|
+
| `status` | `hej` | `/agentera status` |
|
|
162
|
+
| `vision` | `visionera` | `/agentera vision` |
|
|
163
|
+
| `discuss` | `resonera` | `/agentera discuss` |
|
|
164
|
+
| `research` | `inspirera` | `/agentera research` |
|
|
165
|
+
| `plan` | `planera` | `/agentera plan` |
|
|
166
|
+
| `build` | `realisera` | `/agentera build` |
|
|
167
|
+
| `optimize` | `optimera` | `/agentera optimize` |
|
|
168
|
+
| `audit` | `inspektera` | `/agentera audit` |
|
|
169
|
+
| `document` | `dokumentera` | `/agentera document` |
|
|
170
|
+
| `profile` | `profilera` | `/agentera profile` |
|
|
171
|
+
| `design` | `visualisera` | `/agentera design` |
|
|
172
|
+
| `orchestrate` | `orkestrera` | `/agentera orchestrate` |
|
|
173
|
+
|
|
174
|
+
Do not teach primary aliases as CLI state commands. v3 orientation is
|
|
175
|
+
`agentera prime` (capability ID `status` via `prime --context status`); routine
|
|
176
|
+
record reads use `agentera state plan list`, `state progress list`,
|
|
177
|
+
`state health list`, `state todo list`, `state decisions list`, `state docs list`,
|
|
178
|
+
`state objective list`, objective-scoped `state experiments list`, exact
|
|
179
|
+
`get --id ID`, and advanced `state query`. The v2 stable distribution
|
|
180
|
+
retains `hej` and the rest of the Swedish capability surface per Decision 70.
|
|
164
181
|
|
|
165
182
|
When capability prose recommends another capability, use the handoff label
|
|
166
183
|
grammar (`<glyph> <capability>`). Keep slash forms only when documenting the
|
|
@@ -189,80 +206,81 @@ ambiguous-term sweep remain separate follow-up work.
|
|
|
189
206
|
|
|
190
207
|
## Artifact grammar
|
|
191
208
|
|
|
192
|
-
| Term
|
|
193
|
-
|
|
|
194
|
-
| Artifact
|
|
195
|
-
| Human-facing artifact
|
|
196
|
-
|
|
|
197
|
-
|
|
|
198
|
-
|
|
|
199
|
-
|
|
|
200
|
-
|
|
|
201
|
-
|
|
|
202
|
-
|
|
|
203
|
-
| `
|
|
204
|
-
| `
|
|
205
|
-
| `
|
|
206
|
-
|
|
|
207
|
-
|
|
|
209
|
+
| Term | Definition |
|
|
210
|
+
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
211
|
+
| Artifact | A project or agent state file owned by one or more capabilities. |
|
|
212
|
+
| Human-facing artifact | A root-level Markdown artifact intended for people, such as `TODO.md`, `CHANGELOG.md`, or `DESIGN.md`. |
|
|
213
|
+
| Severity band policy | TODO.md severity bands (⇶ Critical, ⇉ Degraded, → Normal, ⇢ Annoying) may be header-only when they have no open work; open items use `- [ ] [type:train]` only. Authority: `skills/agentera/schemas/artifacts/todo.yaml` CONVENTION TC5; executable rule in `packages/cli/src/hooks/validateArtifact/markdown.ts` `validateMdItems`. |
|
|
214
|
+
| Agent-facing artifact | A structured YAML artifact under `.agentera/`, such as `.agentera/progress.yaml`. |
|
|
215
|
+
| Global artifact | A user-level artifact outside a project, such as `PROFILE.md` or `USAGE.md`. |
|
|
216
|
+
| Canonical artifact name | Public `artifact` value such as `plan`, `progress`, or `docs`; human-facing Markdown filenames such as `TODO.md` are display labels, not protocol identity. |
|
|
217
|
+
| Resolved artifact path | The actual path after consulting `.agentera/docs.yaml` mapping or the default layout. |
|
|
218
|
+
| Artifact mapping | `.agentera/docs.yaml` rows that map `artifact` values to project-local paths and producers. |
|
|
219
|
+
| ArtifactRegistry | The registry interface model for artifact IDs, display names, default paths, producers, consumers, type, scope, and special cases. |
|
|
220
|
+
| `artifact` | Public artifact-family value such as `progress`, `health`, `docs`, or `objective`. Entity envelopes pair it with `id`, the stable public identifier whose grammar is owned by `references/artifacts/state-storage-authority.yaml`. |
|
|
221
|
+
| `display_name` | Human-readable filename label such as `VISION.md` or `TODO.md`; registry-owned, not protocol identity. |
|
|
222
|
+
| `default_path` | Registry-owned path used when no docs mapping overrides it. |
|
|
223
|
+
| `local_role` | Capability relationship to an artifact: `produces`, `consumes`, or `produces_and_consumes`. |
|
|
224
|
+
| Docs override boundary | `docs.yaml` may override paths for known display names; it must not redefine canonical identity facts. |
|
|
225
|
+
| Objective state | Optimize state under `.agentera/optimize/<objective-name>/`, including `objective.yaml`, `experiments.yaml`, and harness files. |
|
|
208
226
|
|
|
209
227
|
Canonical artifact IDs include `vision`, `decisions`, `plan`, `progress`,
|
|
210
228
|
`todo`, `health`, `docs`, `design`, `profile`, `objective`, `experiments`,
|
|
211
|
-
`changelog`, `session`, `plan_archive`, `
|
|
229
|
+
`changelog`, `session`, `plan_archive`, `optimize_harness`, and
|
|
212
230
|
`semantic_fixture`.
|
|
213
231
|
|
|
214
232
|
## Status, severity, confidence, and exits
|
|
215
233
|
|
|
216
234
|
### Exit signals
|
|
217
235
|
|
|
218
|
-
| Signal
|
|
219
|
-
|
|
|
220
|
-
| `complete` | The workflow finished successfully.
|
|
221
|
-
| `flagged`
|
|
222
|
-
| `stuck`
|
|
223
|
-
| `waiting`
|
|
236
|
+
| Signal | Meaning | Use |
|
|
237
|
+
| ---------- | ------------------------------------------------- | --------------------------------- |
|
|
238
|
+
| `complete` | The workflow finished successfully. | Normal completion. |
|
|
239
|
+
| `flagged` | Work completed with caveats the user should know. | List each concern. |
|
|
240
|
+
| `stuck` | The capability cannot proceed. | State blocker and attempted work. |
|
|
241
|
+
| `waiting` | Required information is missing. | State exactly what is needed. |
|
|
224
242
|
|
|
225
243
|
Exit marker grammar is `<glyph> <capability> · <status>`, for example
|
|
226
|
-
`▤
|
|
244
|
+
`▤ document · complete`. For `flagged`, `stuck`, and `waiting`, add `▸`
|
|
227
245
|
details.
|
|
228
246
|
|
|
229
247
|
### Finding severity
|
|
230
248
|
|
|
231
|
-
| Value
|
|
232
|
-
|
|
|
249
|
+
| Value | Meaning |
|
|
250
|
+
| ---------- | -------------------------------------------------------- |
|
|
233
251
|
| `critical` | Broken functionality, security issue, or data-loss risk. |
|
|
234
|
-
| `warning`
|
|
235
|
-
| `info`
|
|
252
|
+
| `warning` | Works but poorly, confusingly, or in a fragile way. |
|
|
253
|
+
| `info` | Minor, cosmetic, or low-impact improvement. |
|
|
236
254
|
|
|
237
255
|
### Issue severity
|
|
238
256
|
|
|
239
|
-
| Value
|
|
240
|
-
|
|
|
241
|
-
| `critical` | `⇶`
|
|
242
|
-
| `degraded` | `⇉`
|
|
243
|
-
| `normal`
|
|
244
|
-
| `annoying` | `⇢`
|
|
257
|
+
| Value | Glyph | Meaning |
|
|
258
|
+
| ---------- | ----- | ---------------------------------------- |
|
|
259
|
+
| `critical` | `⇶` | Blocks progress or breaks functionality. |
|
|
260
|
+
| `degraded` | `⇉` | Works, but poorly, slowly, or fragily. |
|
|
261
|
+
| `normal` | `→` | Standard work. |
|
|
262
|
+
| `annoying` | `⇢` | Cosmetic or minor friction. |
|
|
245
263
|
|
|
246
264
|
### Confidence language
|
|
247
265
|
|
|
248
|
-
| Value
|
|
249
|
-
|
|
|
250
|
-
| `firm`
|
|
266
|
+
| Value | Meaning |
|
|
267
|
+
| ------------- | ----------------------------------------------- |
|
|
268
|
+
| `firm` | User is committed. Treat as a hard constraint. |
|
|
251
269
|
| `provisional` | Best current answer. Treat as a strong default. |
|
|
252
|
-
| `exploratory` | Direction to try. Treat as a suggestion.
|
|
270
|
+
| `exploratory` | Direction to try. Treat as a suggestion. |
|
|
253
271
|
|
|
254
272
|
Numeric confidence is `0-100`: `90-100` verified, `70-89` strong,
|
|
255
273
|
`50-69` moderate, `30-49` weak, and `0-29` speculative.
|
|
256
274
|
|
|
257
275
|
### Phase language
|
|
258
276
|
|
|
259
|
-
| Phase
|
|
260
|
-
|
|
|
261
|
-
| `envision`
|
|
262
|
-
| `deliberate` |
|
|
263
|
-
| `plan`
|
|
264
|
-
| `build`
|
|
265
|
-
| `audit`
|
|
277
|
+
| Phase | Primary capabilities | Meaning |
|
|
278
|
+
| ------------ | --------------------------------------------- | ------------------------------------------------------ |
|
|
279
|
+
| `envision` | vision | Define north star and direction. |
|
|
280
|
+
| `deliberate` | discuss | Think through tradeoffs and decisions. |
|
|
281
|
+
| `plan` | plan | Break intent into scoped work. |
|
|
282
|
+
| `build` | build, optimize, document, design | Produce code, docs, designs, or measured improvements. |
|
|
283
|
+
| `audit` | audit | Evaluate health, risks, and state alignment. |
|
|
266
284
|
|
|
267
285
|
Use `phase` for protocol-level lifecycle state. Use `step` for capability-local
|
|
268
286
|
progress markers such as `── step 2/6: verify`.
|
|
@@ -278,88 +296,84 @@ tests, labels, or active state.
|
|
|
278
296
|
|
|
279
297
|
## Workflow grammar
|
|
280
298
|
|
|
281
|
-
| Form
|
|
282
|
-
|
|
|
283
|
-
| `Each invocation = one ...`
|
|
284
|
-
| `─── <glyph> <capability> · <context> ───` | Capability introduction marker.
|
|
285
|
-
| `── step N/M: verb`
|
|
286
|
-
| `## Safety rails` plus `<critical>`
|
|
287
|
-
| `Detect mode/context/level`
|
|
288
|
-
| Decision gate
|
|
289
|
-
| Exit-early stop condition
|
|
290
|
-
| Behavioral verification gate
|
|
291
|
-
|
|
|
292
|
-
| Plan-completion sweep
|
|
293
|
-
| Worker spawn
|
|
294
|
-
| Stale-base awareness
|
|
295
|
-
| Orchestration loop
|
|
296
|
-
| Evidence audit
|
|
297
|
-
| Loop stop condition
|
|
299
|
+
| Form | Meaning | Example |
|
|
300
|
+
| ------------------------------------------ | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
|
|
301
|
+
| `Each invocation = one ...` | Capability scope limit. | `Each invocation = one experiment.` |
|
|
302
|
+
| `─── <glyph> <capability> · <context> ───` | Capability introduction marker. | `─── ⎘ optimize · measure ───` |
|
|
303
|
+
| `── step N/M: verb` | Capability-local progress marker. | `── step 4/8: implement` |
|
|
304
|
+
| `## Safety rails` plus `<critical>` | Non-negotiable constraints. | `NEVER push to remote repos without explicit instruction.` |
|
|
305
|
+
| `Detect mode/context/level` | Step 0 classification before the main workflow. | Document detects create, update, audit, or first-run survey. |
|
|
306
|
+
| Decision gate | Explicit condition-based branch before proceeding. | Optimize keep/discard decision. |
|
|
307
|
+
| Exit-early stop condition | Stop condition when work is already complete or unnecessary. | Docs current, no stale work found. |
|
|
308
|
+
| Behavioral verification gate | Build check that behavior was verified against real project state. | Tests, builds, or manual verification. |
|
|
309
|
+
| Draft lint preview | Optional early feedback for verbosity mismatch, abstraction creep, and filler accumulation. | `agentera check lint --artifact <ARTIFACT>` previews a draft; the typed writer validates final bytes when publishing. |
|
|
310
|
+
| Plan-completion sweep | Build cleanup when plan tasks finish. | Progress rollup, changelog, TODO, health cross-reference, archive. |
|
|
311
|
+
| Worker spawn | Isolated implementation or measurement by a worker through the host subagent mechanism. | Build and optimize can use it. |
|
|
312
|
+
| Stale-base awareness | Prevent workers from branching from old `origin/main` or stale HEAD. | Use pre-spawn Git commits before spawning workers. |
|
|
313
|
+
| Orchestration loop | Orchestrate loop: select, delegate, evaluate, resolve, log. | Orchestrate delegates; it does not implement. |
|
|
314
|
+
| Evidence audit | Check that recorded verification actually proves acceptance criteria. | Orchestrate and audit use this language. |
|
|
315
|
+
| Loop stop condition | Stop repeated failed cycles, tasks, or experiments. | Prevents endless retries. |
|
|
298
316
|
|
|
299
317
|
For user-facing operations, prefer plain aliases when the branded phrase does
|
|
300
318
|
not add precision:
|
|
301
319
|
|
|
302
|
-
| Internal or branded phrase | User-facing phrase
|
|
303
|
-
|
|
|
304
|
-
| Reality Verification Gate
|
|
305
|
-
| Conductor protocol
|
|
306
|
-
| Evidence audit
|
|
307
|
-
| Memory layer
|
|
320
|
+
| Internal or branded phrase | User-facing phrase |
|
|
321
|
+
| -------------------------- | ---------------------------- |
|
|
322
|
+
| Reality Verification Gate | behavioral verification gate |
|
|
323
|
+
| Conductor protocol | orchestration loop |
|
|
324
|
+
| Evidence audit | verification review |
|
|
325
|
+
| Memory layer | saved project context |
|
|
308
326
|
|
|
309
327
|
### Artifact-writing checks
|
|
310
328
|
|
|
311
|
-
| Term
|
|
312
|
-
|
|
|
313
|
-
| Verbosity mismatch
|
|
314
|
-
| Abstraction creep
|
|
315
|
-
| Filler accumulation
|
|
316
|
-
| Concrete anchor
|
|
317
|
-
| Lead-with-conclusion | Start with the actionable conclusion, then provide evidence.
|
|
318
|
-
| Compaction
|
|
329
|
+
| Term | Definition |
|
|
330
|
+
| -------------------- | ------------------------------------------------------------------------------------------------------------- |
|
|
331
|
+
| Verbosity mismatch | Artifact prose exceeds the intended budget or grows without adding signal. |
|
|
332
|
+
| Abstraction creep | Prose lacks a concrete anchor such as a path, line number, metric, identifier, commit, or quote. |
|
|
333
|
+
| Filler accumulation | Prose accumulates hedges, redundant transitions, self-reference, summary preambles, or generic justification. |
|
|
334
|
+
| Concrete anchor | A file path, line number, commit hash, metric value, identifier, or direct quote. |
|
|
335
|
+
| Lead-with-conclusion | Start with the actionable conclusion, then provide evidence. |
|
|
336
|
+
| Compaction | Keep recent full entries, preserve older one-line archives, and drop beyond retention limits. |
|
|
319
337
|
|
|
320
338
|
## Capability-specific recurring vocabulary
|
|
321
339
|
|
|
322
|
-
| Capability
|
|
323
|
-
|
|
|
324
|
-
|
|
|
325
|
-
|
|
|
326
|
-
|
|
|
327
|
-
|
|
|
328
|
-
|
|
|
329
|
-
|
|
|
330
|
-
|
|
|
331
|
-
|
|
|
332
|
-
|
|
|
333
|
-
|
|
|
334
|
-
|
|
|
335
|
-
|
|
|
340
|
+
| Capability | Common terms |
|
|
341
|
+
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------- |
|
|
342
|
+
| status | Orientation, dashboard, returning project, fresh project, attention, next action, concrete object, route suggestion. |
|
|
343
|
+
| vision | North star, persona, principles, direction, identity, tensions, create/refine/replace/audit modes. |
|
|
344
|
+
| discuss | Socratic questioning, one question at a time, honest friction, steelman, tradeoffs, decision pressure. |
|
|
345
|
+
| research | Source analysis, pattern extraction, cross-pollination, worth stealing, external practice, adaptation. |
|
|
346
|
+
| plan | WHAT and WHY, behavioral acceptance criteria, scope, included/excluded/deferred, task dependencies, plan-level current-state check. |
|
|
347
|
+
| build | Cycle, orient/select/research/plan/spawn/verify/commit/audit/log, HOW, progress log, worker spawn. |
|
|
348
|
+
| optimize | Objective, experiment, baseline, harness, locked measurement, hypothesis, metric, regression, keep/discard gate. |
|
|
349
|
+
| audit | Audit, health grade, dimensions, findings, evidence, impact, suggested action, artifact current-state review, deliberate decisions. |
|
|
350
|
+
| document | Intent-first docs, explore-and-generate, update-and-verify, first-run survey, evergreen docs, docs become the spec. |
|
|
351
|
+
| profile | Decision profile, signal extraction, confidence, preference, validation, reusable user model. |
|
|
352
|
+
| design | Visual identity, design tokens, semantic weight, terminal-native, glyphs, logo scarcity. |
|
|
353
|
+
| orchestrate | Plan execution, delegate, task-notification result, presence check, evaluate, resolve, loop stop condition. |
|
|
336
354
|
|
|
337
355
|
## Runtime, install, and release grammar
|
|
338
356
|
|
|
339
|
-
| Term
|
|
340
|
-
|
|
|
341
|
-
| Agentera directory
|
|
342
|
-
| App files directory
|
|
343
|
-
| User data directory
|
|
344
|
-
| `AGENTERA_HOME`
|
|
345
|
-
| Normal Agentera directory
|
|
346
|
-
| `--install-root`
|
|
347
|
-
| Directory with unknown files | A directory Agentera must not overwrite silently. Say this instead of unmanaged root.
|
|
348
|
-
| Missing normal directory
|
|
349
|
-
| Missing chosen directory
|
|
350
|
-
| Package refresh
|
|
351
|
-
| App repair
|
|
352
|
-
|
|
|
353
|
-
|
|
|
354
|
-
|
|
|
355
|
-
|
|
|
356
|
-
|
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
| Hook lifecycle | Runtime callbacks such as `SessionStart`, `Stop`, `PreToolUse`, and `PostToolUse`. |
|
|
360
|
-
| Setup doctor | Diagnostic command surface for install/runtime health. |
|
|
361
|
-
|
|
362
|
-
Canonical runtime names are Claude Code, OpenCode, Copilot CLI, Codex CLI, Cursor IDE, and Cursor Agent CLI.
|
|
357
|
+
| Term | Definition |
|
|
358
|
+
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
359
|
+
| Agentera directory | Plain-language name for the local directory named by `AGENTERA_HOME`; user data stays at this directory root. |
|
|
360
|
+
| App files directory | Plain-language name for `$AGENTERA_HOME/app`, where Agentera's scripts and skill files live. Internal JSON may call this `managedAppRoot`; do not use that phrase in prompts. |
|
|
361
|
+
| User data directory | The `AGENTERA_HOME` root that keeps `PROFILE.md`, `USAGE.md`, `history/`, `benchmarks/`, `intermediate/`, `sessions/`, and other preserved user-state paths. |
|
|
362
|
+
| `AGENTERA_HOME` | Environment variable pointing at the Agentera directory. Explain this only when the user needs the exact setting. |
|
|
363
|
+
| Normal Agentera directory | Platform data directory for Agentera when `AGENTERA_HOME` is unset. |
|
|
364
|
+
| `--install-root` | Compatibility flag name for existing CLI options; surrounding text should say Agentera directory. |
|
|
365
|
+
| Directory with unknown files | A directory Agentera must not overwrite silently. Say this instead of unmanaged root. |
|
|
366
|
+
| Missing normal directory | Previewable. Agentera can show a no-write repair preview. |
|
|
367
|
+
| Missing chosen directory | Needs a user decision when provided through `AGENTERA_HOME` or explicit `--install-root`. |
|
|
368
|
+
| Package refresh | Package-manager or marketplace update. It does not prove Agentera's app files are current. |
|
|
369
|
+
| App repair | Normal flow that previews or applies Agentera app/project work. It does not install, update, authenticate, enable, trust, or repair host-native resources. |
|
|
370
|
+
| Preview | No-write mode. Required before upgrade or app repair writes; the underlying command flag is `--dry-run`. |
|
|
371
|
+
| `--yes` | Explicit apply flag after preview and approval. |
|
|
372
|
+
| Final check | Validation after upgrade apply using the same app/project evidence reported by `agentera doctor`. |
|
|
373
|
+
| Host support | What a runtime can theoretically do. Distinguish it from shipped Agentera behavior. |
|
|
374
|
+
| Retired native integration vocabulary | Runtime selectors, adapter repair, plugin-shipped hooks, setup-doctor runtime health, and package-update flags describe released history or migration evidence only. They are not current Agentera features. |
|
|
375
|
+
|
|
376
|
+
Claude Code is a retired migration and consent-gated historical-import source, not an active runtime. Current coding hosts consume the shared skill and CLI without entering an Agentera runtime inventory.
|
|
363
377
|
|
|
364
378
|
### App lifecycle status vocabulary
|
|
365
379
|
|
|
@@ -367,7 +381,7 @@ Decision 54 makes app lifecycle state a protocol surface, not ad hoc output
|
|
|
367
381
|
copy. The machine-readable authority is
|
|
368
382
|
`references/cli/app-lifecycle-vocabulary.yaml`; it owns the canonical status
|
|
369
383
|
order, status definitions, deprecated aliases, cross-major status concepts,
|
|
370
|
-
scoped operation verbs, and consumer ownership boundaries for doctor,
|
|
384
|
+
scoped operation verbs, and consumer ownership boundaries for doctor, status,
|
|
371
385
|
upgrade, docs, and tests.
|
|
372
386
|
|
|
373
387
|
Use this prose as guidance only: human-readable text can be friendlier, but it
|
|
@@ -432,12 +446,11 @@ identifiers, package metadata, historical records, fixtures, path-like
|
|
|
432
446
|
references, generic plain language, and ambiguous current prose.
|
|
433
447
|
|
|
434
448
|
Use this prose as guidance only: current conceptual docs should say the object
|
|
435
|
-
they mean, such as Agentera app files, suite package,
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
explicit compatibility migration is in scope.
|
|
449
|
+
they mean, such as Agentera app files, suite package, Agentera routing entry
|
|
450
|
+
point, or skill entry file. Plugin-shipped hooks and `--only bundle` are retired
|
|
451
|
+
v2 vocabulary and may appear only in released history, fixtures, or explicit
|
|
452
|
+
migration evidence. Literal current paths such as `skills/agentera/SKILL.md`
|
|
453
|
+
remain valid.
|
|
441
454
|
|
|
442
455
|
Do not replace this with a parallel Markdown table of allowed and forbidden
|
|
443
456
|
terms. Update the YAML authority first, then keep this section as the short
|
|
@@ -445,61 +458,61 @@ human-facing boundary.
|
|
|
445
458
|
|
|
446
459
|
## Evaluation and evidence grammar
|
|
447
460
|
|
|
448
|
-
| Term
|
|
449
|
-
|
|
|
450
|
-
| Validation passed
|
|
451
|
-
| Focused tests
|
|
452
|
-
| Full pytest
|
|
453
|
-
| Capability validator
|
|
454
|
-
| Cross-capability validation | Checks that capability schemas agree with registry, protocol, routing, and exit contracts.
|
|
455
|
-
| Smoke eval
|
|
456
|
-
| Live-host smoke
|
|
457
|
-
| Semantic eval
|
|
458
|
-
| Semantic fixture
|
|
459
|
-
| Startup-overhead analysis
|
|
460
|
-
| Startup report
|
|
461
|
-
| Seeded project state
|
|
462
|
-
| Oracle
|
|
463
|
-
| Regression
|
|
464
|
-
| Harness
|
|
465
|
-
| Objective
|
|
466
|
-
| Experiment
|
|
467
|
-
| Keep/discard gate
|
|
461
|
+
| Term | Definition |
|
|
462
|
+
| --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
463
|
+
| Validation passed | Evidence that required checks completed successfully. Name the checks. |
|
|
464
|
+
| Focused tests | Targeted tests for the changed surface. |
|
|
465
|
+
| Full pytest | Repository-wide pytest run. Use exact counts when recorded. |
|
|
466
|
+
| Capability validator | `uv run agentera check validate capability skills/agentera/capabilities/<name>`. |
|
|
467
|
+
| Cross-capability validation | Checks that capability schemas agree with registry, protocol, routing, and exit contracts. |
|
|
468
|
+
| Smoke eval | Runtime/setup check for crashes, non-zero exits, or obvious host failures. |
|
|
469
|
+
| Live-host smoke | Explicit opt-in model-host check against real runtime access. |
|
|
470
|
+
| Semantic eval | Offline fixture evaluation that checks whether captured output means the right thing. |
|
|
471
|
+
| Semantic fixture | Markdown fixture with prompt, seeded project state, captured output, tool trace, and expected facts. |
|
|
472
|
+
| Startup-overhead analysis | Local-only Decision 51 measurement surface for raw Agentera artifact access after CLI state calls during capability startup/state gathering. It replaced an uncommitted route/intro startup-window draft that found zero qualifying windows, and must report the retained `CLI state -> raw artifact access` metric before recommending a startup envelope or guidance fix. |
|
|
473
|
+
| Startup report | Human-readable and structured report pair that includes boundary source, runtime coverage, startup metrics, threshold rationale, recommendation, and privacy caveats without raw transcript text or raw local paths. |
|
|
474
|
+
| Seeded project state | Fixture-provided artifacts used as the source of truth for expected behavior. |
|
|
475
|
+
| Oracle | Artifact-derived expectation, such as the exact plan task status should route to. |
|
|
476
|
+
| Regression | Required safety check for behavior that must not degrade. |
|
|
477
|
+
| Harness | Optimera measurement substrate. Once approved, it is immutable ground truth. |
|
|
478
|
+
| Objective | Measurable optimization charter under `.agentera/optimera/<name>/`. |
|
|
479
|
+
| Experiment | One falsifiable optimization attempt with hypothesis, method, metric, regression, status, and conclusion. |
|
|
480
|
+
| Keep/discard gate | Keep only if the metric improves and regression gates pass; discard otherwise. |
|
|
468
481
|
|
|
469
482
|
## Visual grammar
|
|
470
483
|
|
|
471
|
-
| Token family
|
|
472
|
-
|
|
|
473
|
-
| Status tokens
|
|
474
|
-
| Severity tokens
|
|
475
|
-
| Confidence tokens | `━` firm, `─` provisional, `┄` exploratory.
|
|
476
|
-
| Trend tokens
|
|
477
|
-
| Structural tokens | `───` section divider, `▸` list item, `·` separator, `→` flow, `█▓░` progress bar.
|
|
478
|
-
| Logo
|
|
484
|
+
| Token family | Values |
|
|
485
|
+
| ----------------- | --------------------------------------------------------------------------------------------------- |
|
|
486
|
+
| Status tokens | `■` complete, `▣` in progress, `□` open, `▨` blocked. |
|
|
487
|
+
| Severity tokens | `⇶` critical, `⇉` degraded, `→` normal, `⇢` annoying. |
|
|
488
|
+
| Confidence tokens | `━` firm, `─` provisional, `┄` exploratory. |
|
|
489
|
+
| Trend tokens | `⮉` improving, `⮋` degrading. |
|
|
490
|
+
| Structural tokens | `───` section divider, `▸` list item, `·` separator, `→` flow, `█▓░` progress bar. |
|
|
491
|
+
| Logo | Box-drawing Agentera logo. Use for the Hej dashboard, major completions, and significant artifacts. |
|
|
479
492
|
|
|
480
493
|
Visualisera owns visual identity in `DESIGN.md`. Protocol owns token meanings in
|
|
481
494
|
`skills/agentera/protocol.yaml`.
|
|
482
495
|
|
|
483
496
|
## Canonical phrases
|
|
484
497
|
|
|
485
|
-
| Phrase
|
|
486
|
-
|
|
|
487
|
-
|
|
|
488
|
-
| “One install, one entry point, one query interface to all project state.” |
|
|
489
|
-
| “Continuity lives in files, not memory.”
|
|
490
|
-
| “The conversation preserves reasoning; the artifact preserves the plan.”
|
|
491
|
-
| “
|
|
492
|
-
| “The colleague says what they think, then shows the evidence.”
|
|
493
|
-
| “Findings contradicting deliberate decisions are not findings.”
|
|
494
|
-
| “Select the concrete next action before selecting the
|
|
495
|
-
| “A
|
|
496
|
-
| “Suggest, don’t force.”
|
|
497
|
-
| “Document intended behavior before building.”
|
|
498
|
-
| “Write as intended steady state.”
|
|
499
|
-
| “Keep it DRY: reference, don’t repeat.”
|
|
500
|
-
| “The harness is the immutable ground truth.”
|
|
501
|
-
| “Improve + pass regression = keep; everything else is discarded.”
|
|
502
|
-
| “The orchestrator delegates; it does not implement.”
|
|
498
|
+
| Phrase | Use |
|
|
499
|
+
| ------------------------------------------------------------------------- | ------------------------------------------------------ |
|
|
500
|
+
| "One agent, one CLI, many capabilities." | Product identity headline (Decision 74). |
|
|
501
|
+
| “One install, one entry point, one query interface to all project state.” | CLI state-access promise (internals/contributor docs). |
|
|
502
|
+
| “Continuity lives in files, not memory.” | Realisera/project-state principle. |
|
|
503
|
+
| “The conversation preserves reasoning; the artifact preserves the plan.” | Plan boundary. |
|
|
504
|
+
| “Plan owns WHAT and WHY; build owns HOW.” | Planning/building boundary. |
|
|
505
|
+
| “The colleague says what they think, then shows the evidence.” | Audit voice. |
|
|
506
|
+
| “Findings contradicting deliberate decisions are not findings.” | Audit boundary. |
|
|
507
|
+
| “Select the concrete next action before selecting the capability.” | Hej routing discipline. |
|
|
508
|
+
| “A capability name without a concrete object is not a valid suggestion.” | Hej next-action rule. |
|
|
509
|
+
| “Suggest, don’t force.” | Hej confirmation rule. |
|
|
510
|
+
| “Document intended behavior before building.” | Dokumentera intent-first mode. |
|
|
511
|
+
| “Write as intended steady state.” | Evergreen documentation rule. |
|
|
512
|
+
| “Keep it DRY: reference, don’t repeat.” | Documentation maintenance rule. |
|
|
513
|
+
| “The harness is the immutable ground truth.” | Optimera measurement rule. |
|
|
514
|
+
| “Improve + pass regression = keep; everything else is discarded.” | Optimera experiment rule. |
|
|
515
|
+
| “The orchestrator delegates; it does not implement.” | Orkestrera role boundary. |
|
|
503
516
|
|
|
504
517
|
## Ambiguous terms to qualify
|
|
505
518
|
|
|
@@ -507,63 +520,63 @@ Do not use these terms bare. A busy developer should be able to search the
|
|
|
507
520
|
phrase, identify the affected object, and know whether the term describes a
|
|
508
521
|
schema concept, runtime capability, install state, or user action.
|
|
509
522
|
|
|
510
|
-
| Ambiguous term
|
|
511
|
-
|
|
|
512
|
-
| Skill
|
|
513
|
-
| Contract
|
|
514
|
-
| Status
|
|
515
|
-
| Freshness
|
|
516
|
-
| Checkpoint
|
|
517
|
-
| Stale
|
|
518
|
-
| Phase
|
|
519
|
-
| Objective state | Clear only inside optimera.
|
|
520
|
-
| Support
|
|
521
|
-
| Runtime support | Too broad to be actionable in compatibility docs.
|
|
522
|
-
| AskUserQuestion | Internal primitive leaking into human prose.
|
|
523
|
-
| MCP
|
|
523
|
+
| Ambiguous term | Why bare usage is risky | Required wording |
|
|
524
|
+
| --------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
525
|
+
| Skill | Confuses v1 standalone skills, the host editor skill bundle, and internal workflows. | Per Decision 74, `skill` is internal transport, not product vocabulary. Use `capability` for Agentera workflows; reserve `skill` for the `skills/` directory and host editor manifests; `v1 skill` for history. |
|
|
526
|
+
| Contract | Could mean schema structure, artifact shape, protocol primitive, package behavior, or product promise. | Use `schema contract`, `artifact schema`, `protocol primitives`, `package contract`, or `product promise`. |
|
|
527
|
+
| Status | Different surfaces use different state machines and output labels. | Use `exit status`, `task status`, `installed-app status`, `install status`, `docs status`, or `health status`. |
|
|
528
|
+
| Freshness | Sounds like a branded synonym for several normal states: current, stale, synced, or out of date. | Use object-specific state wording such as `artifact is current`, `Agentera app files need repair`, `docs are current`, or `plan-level current-state check`. |
|
|
529
|
+
| Checkpoint | In software, can mean commit, savepoint, restore point, model checkpoint, or milestone. | Use `final state sync`, `plan-level current-state check`, `checkpoint commit`, or `pre-dispatch checkpoint commit`. |
|
|
530
|
+
| Stale | The cause and fix differ by object. | Use `stale artifact`, `Agentera app files need repair`, `stale marker`, or `stale worktree base`. Avoid `stale` in recovery prompts when `out of date` or `needs repair` is clearer. |
|
|
531
|
+
| Phase | Conflicts with numbered workflow steps. | Use `phase` only for protocol lifecycle: `envision`, `deliberate`, `plan`, `build`, `audit`. Use `step` for capability-local actions. |
|
|
532
|
+
| Objective state | Clear only inside optimera. | First mention `optimization objective state`; then `objective state` is fine in optimera context. Do not modify outside optimera or explicit user instruction. |
|
|
533
|
+
| Support | Could mean theoretical host capability, shipped Agentera wiring, or verified behavior. | Use `host capability`, `Agentera adapter support`, or `tested support`. |
|
|
534
|
+
| Runtime support | Too broad to be actionable in compatibility docs. | Replace with `host capability`, `Agentera adapter support`, or `tested support`, whichever is true. |
|
|
535
|
+
| AskUserQuestion | Internal primitive leaking into human prose. | In user docs, say `ask the user`. In adapter docs, say `runtime question tool`. |
|
|
536
|
+
| MCP | Optional substrate, not a core Agentera requirement. | Say `optional MCP integration` only where the feature literally depends on MCP. |
|
|
524
537
|
|
|
525
538
|
High-risk diagnostic rewrites:
|
|
526
539
|
|
|
527
|
-
| Avoid in diagnostics
|
|
528
|
-
|
|
|
529
|
-
| `bundle freshness gap detected` | `Agentera app files need repair`
|
|
530
|
-
| `bundle freshness guard failed` | `install status check failed`
|
|
531
|
-
| `bundle refresh required`
|
|
532
|
-
| `app refresh required`
|
|
533
|
-
| `upgrade guard triggered`
|
|
534
|
-
| `stale marker`
|
|
535
|
-
| `artifact freshness failed`
|
|
540
|
+
| Avoid in diagnostics | Use instead |
|
|
541
|
+
| ------------------------------- | --------------------------------------------------------------------- |
|
|
542
|
+
| `bundle freshness gap detected` | `Agentera app files need repair` |
|
|
543
|
+
| `bundle freshness guard failed` | `install status check failed` |
|
|
544
|
+
| `bundle refresh required` | `repair Agentera app files` |
|
|
545
|
+
| `app refresh required` | `Agentera app files need repair` or `Agentera app files are outdated` |
|
|
546
|
+
| `upgrade guard triggered` | `v1 migration check found legacy files` |
|
|
547
|
+
| `stale marker` | `missing or outdated version marker` |
|
|
548
|
+
| `artifact freshness failed` | `artifact is stale` or `artifact needs sync` |
|
|
536
549
|
|
|
537
550
|
## Source index
|
|
538
551
|
|
|
539
552
|
High-signal source surfaces for this vocabulary:
|
|
540
553
|
|
|
541
|
-
| Source
|
|
542
|
-
|
|
|
543
|
-
| `skills/agentera/SKILL.md`
|
|
544
|
-
| `skills/agentera/protocol.yaml`
|
|
545
|
-
| `skills/agentera/capability_schema_contract.yaml`
|
|
546
|
-
| `
|
|
547
|
-
| `skills/agentera/capabilities/*/schemas/*.yaml`
|
|
548
|
-
| `skills/agentera/schemas/artifacts/*.yaml`
|
|
549
|
-
| `references/artifacts/artifact-registry-interface-model.yaml` | Canonical artifact registry language.
|
|
550
|
-
| `references/cli/app-lifecycle-vocabulary.yaml`
|
|
551
|
-
| `references/cli/update-channels.yaml`
|
|
552
|
-
| `references/cli/bundle-skill-vocabulary.yaml`
|
|
553
|
-
| `references/cli/capability-instruction-contract.yaml`
|
|
554
|
-
| `references/cli/routing-execution-vocabulary.yaml`
|
|
555
|
-
| `the agentera CLI`
|
|
556
|
-
| `packages/cli/src/upgrade (doctor/upgrade)`
|
|
557
|
-
| `packages/cli/src/state/installRoot.ts`
|
|
558
|
-
| `hooks/validate_artifact.py`
|
|
559
|
-
| `README.md`
|
|
560
|
-
| `UPGRADE.md`
|
|
561
|
-
| `DESIGN.md`
|
|
562
|
-
| `.agentera/docs.yaml`
|
|
563
|
-
| `.agentera/decisions.yaml`
|
|
564
|
-
| `.agentera/progress.yaml`
|
|
565
|
-
| `.agentera/health.yaml`
|
|
566
|
-
| `.agentera/archive/*.md`
|
|
567
|
-
| `.agentera/optimera/*`
|
|
568
|
-
| `fixtures/semantic/*.md`
|
|
569
|
-
| `tests/`
|
|
554
|
+
| Source | Vocabulary surface |
|
|
555
|
+
| ------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
556
|
+
| `skills/agentera/SKILL.md` | Routing entry, routing layers, CLI-first access, installed-app status check, and v1 migration check. |
|
|
557
|
+
| `skills/agentera/protocol.yaml` | Protocol primitives, glyphs, phases, visual tokens, exit signals. |
|
|
558
|
+
| `skills/agentera/capability_schema_contract.yaml` | Schema groups, priorities, stable IDs, primitive-reference fields. |
|
|
559
|
+
| `packages/cli/src/capabilities/*/instructions.ts` | Workflow grammar, capability roles, safety rails, exit marker forms. Loaded as a default-exported string constant; runtime serves it via `agentera prime --context <name> --format json`. |
|
|
560
|
+
| `skills/agentera/capabilities/*/schemas/*.yaml` | Trigger patterns, artifact roles, validation rules, exit conditions. |
|
|
561
|
+
| `skills/agentera/schemas/artifacts/*.yaml` | Artifact fields, status enums, validation vocabulary, and protected current-state fields. |
|
|
562
|
+
| `references/artifacts/artifact-registry-interface-model.yaml` | Canonical artifact registry language. |
|
|
563
|
+
| `references/cli/app-lifecycle-vocabulary.yaml` | App lifecycle canonical status and operation vocabulary authority. |
|
|
564
|
+
| `references/cli/update-channels.yaml` | Update channel resolution and override-key authority. |
|
|
565
|
+
| `references/cli/bundle-skill-vocabulary.yaml` | Bundle and `SKILL.md` concept classification authority. |
|
|
566
|
+
| `references/cli/capability-instruction-contract.yaml` | Decision 57 capability instruction-file and first-invocation read contract authority. |
|
|
567
|
+
| `references/cli/routing-execution-vocabulary.yaml` | Routing and execution vocabulary authority. |
|
|
568
|
+
| `the agentera CLI` | Flat State CLI labels and `agentera hej` source contract. |
|
|
569
|
+
| `packages/cli/src/upgrade (doctor/upgrade)` | Upgrade and doctor output grammar. |
|
|
570
|
+
| `packages/cli/src/state/installRoot.ts` | Install-root classification semantics. |
|
|
571
|
+
| `hooks/validate_artifact.py` | Runtime artifact-write validation and hook exit codes. |
|
|
572
|
+
| `README.md` | Product, invocation, artifact, and user-facing capability language. |
|
|
573
|
+
| `UPGRADE.md` | Upgrade flow, package refresh, app-home repair, and runtime migration terms. |
|
|
574
|
+
| `DESIGN.md` | Visual identity, glyph, severity, confidence, and structural token language. |
|
|
575
|
+
| `.agentera/docs.yaml` | Current documentation registry, mapping, coverage, and audit vocabulary. |
|
|
576
|
+
| `.agentera/decisions.yaml` | Decision grammar, v2 architecture rationale, routing decisions. |
|
|
577
|
+
| `.agentera/progress.yaml` | Cycle, evidence, context, and final state-sync examples. |
|
|
578
|
+
| `.agentera/health.yaml` | Audit dimensions, grades, trajectories, findings, and artifact current-state review. |
|
|
579
|
+
| `.agentera/archive/*.md` | Historical plan-level current-state checks and staleness rationale. |
|
|
580
|
+
| `.agentera/optimera/*` | Objective, experiment, harness, metric, and keep/discard examples. |
|
|
581
|
+
| `fixtures/semantic/*.md` | Semantic eval fixture, oracle, and Hej dashboard constraints. |
|
|
582
|
+
| `tests/` | Regression evidence for CLI labels, installed-app status, routing, exits, and schema contracts. |
|