agentera 3.0.0-dev.3 → 3.0.0-dev.31
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 +96 -6
- package/bundle/.agentera-npx-bundle.json +1 -1
- package/bundle/CHANGELOG.md +1144 -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-registry.yaml +20 -188
- package/bundle/references/adapters/package-surface-characterization.md +36 -37
- 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 +516 -0
- package/bundle/references/analysis/startup-measurement-contract.yaml +37 -26
- package/bundle/references/analysis/verification-policy.yaml +142 -0
- package/bundle/references/artifacts/artifact-registry-interface-model.yaml +9 -8
- package/bundle/references/artifacts/state-storage-authority.yaml +2167 -0
- package/bundle/references/artifacts/verbosity-budget-authority.yaml +42 -0
- package/bundle/references/cli/agent-ready-state-contract.yaml +64 -81
- package/bundle/references/cli/app-lifecycle-vocabulary.yaml +7 -8
- package/bundle/references/cli/audience-namespace-cli-migration.yaml +58 -29
- 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 +651 -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 +45 -7
- 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 +346 -331
- package/bundle/references/meta/documentation-inventory.md +10 -3
- package/bundle/registry.json +14 -14
- package/bundle/skills/agentera/SKILL.md +182 -407
- 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 +20 -19
- package/bundle/skills/agentera/capabilities/build/schemas/artifacts.yaml +85 -0
- package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/exit.yaml +3 -3
- package/bundle/skills/agentera/capabilities/build/schemas/triggers.yaml +27 -0
- package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/validation.yaml +16 -16
- 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 +49 -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/{resonera → discuss}/schemas/validation.yaml +9 -8
- 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 +63 -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 +89 -0
- package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/artifacts.yaml +4 -4
- package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/exit.yaml +3 -3
- package/bundle/skills/agentera/capabilities/profile/schemas/triggers.yaml +20 -0
- package/bundle/skills/agentera/capabilities/profile/schemas/validation.yaml +85 -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 +72 -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/health.yaml +58 -21
- package/bundle/skills/agentera/schemas/artifacts/objective.yaml +22 -8
- package/bundle/skills/agentera/schemas/artifacts/plan.yaml +327 -15
- package/bundle/skills/agentera/schemas/artifacts/progress.yaml +51 -53
- package/bundle/skills/agentera/schemas/artifacts/todo.yaml +257 -28
- 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 +561 -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/profileSignals.js +212 -0
- package/dist/analytics/profileSignals.js.map +1 -0
- package/dist/analytics/usageStats.js +191 -41
- package/dist/analytics/usageStats.js.map +1 -1
- package/dist/bin/agentera.js +3 -1
- package/dist/bin/agentera.js.map +1 -1
- package/dist/capabilities/audit/instructions.js +16 -0
- package/dist/capabilities/audit/instructions.js.map +1 -0
- package/dist/capabilities/build/instructions.js +18 -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 +16 -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 +14 -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 +15 -0
- package/dist/capabilities/plan/instructions.js.map +1 -0
- package/dist/capabilities/profile/instructions.js +5 -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 +5 -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 +564 -0
- package/dist/cli/capabilityContext/benchmark.js.map +1 -0
- package/dist/cli/capabilityContext/bespoke.js +44 -0
- package/dist/cli/capabilityContext/bespoke.js.map +1 -0
- package/dist/cli/capabilityContext/build.js +191 -0
- package/dist/cli/capabilityContext/build.js.map +1 -0
- package/dist/cli/capabilityContext/closeout.js +231 -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 +469 -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 +128 -0
- package/dist/cli/capabilityContext/orchestration.js.map +1 -0
- package/dist/cli/capabilityContext/planState.js +280 -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/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 +257 -0
- package/dist/cli/capabilityContext/startup.js.map +1 -0
- package/dist/cli/capabilityContext/types.js +51 -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 +59 -97
- 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/lint.js +26 -43
- package/dist/cli/commands/lint.js.map +1 -1
- package/dist/cli/commands/prime/briefOrientation.js +592 -0
- package/dist/cli/commands/prime/briefOrientation.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 +266 -0
- package/dist/cli/commands/prime/collectEntityOrientation.js.map +1 -0
- package/dist/cli/commands/prime/collectOrientationState.js +180 -0
- package/dist/cli/commands/prime/collectOrientationState.js.map +1 -0
- package/dist/cli/commands/prime/orientationOutput.js +360 -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 +61 -556
- package/dist/cli/commands/prime.js.map +1 -1
- package/dist/cli/commands/query.js +66 -51
- package/dist/cli/commands/query.js.map +1 -1
- package/dist/cli/commands/report.js +100 -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 +260 -78
- 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 +139 -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 +127 -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 +60 -0
- package/dist/cli/commands/state/index.js.map +1 -0
- package/dist/cli/commands/state/list.js +176 -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 +142 -0
- package/dist/cli/commands/state/planTasks.js.map +1 -0
- package/dist/cli/commands/state/plans.js +143 -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 +42 -0
- package/dist/cli/commands/state/todo.js.map +1 -0
- package/dist/cli/commands/state/write.js +418 -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 +133 -210
- package/dist/cli/commands/validate.js.map +1 -1
- package/dist/cli/commands/verify.js +30 -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 +226 -0
- package/dist/cli/dispatch/index.js.map +1 -0
- package/dist/cli/dispatch/lifecycle.js +653 -0
- package/dist/cli/dispatch/lifecycle.js.map +1 -0
- package/dist/cli/dispatch/prime.js +119 -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 +174 -0
- package/dist/cli/dispatch/state.js.map +1 -0
- package/dist/cli/dispatch.js +1 -957
- 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 +419 -0
- package/dist/cli/help.js.map +1 -0
- package/dist/cli/migrationRequired.js +87 -0
- package/dist/cli/migrationRequired.js.map +1 -0
- package/dist/cli/orientation/attention.js +67 -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 +407 -159
- 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 +34 -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 +69 -2
- package/dist/cli/prime-blob.js.map +1 -1
- package/dist/cli/startupCompletenessContract.js +57 -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 +33 -0
- package/dist/cli/todoMarkdown.js.map +1 -0
- package/dist/cli/todoReadinessSelection.js +157 -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/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 +541 -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 +77 -0
- package/dist/registries/artifactProtocolIds.js.map +1 -0
- package/dist/registries/artifactRegistry.js +222 -62
- package/dist/registries/artifactRegistry.js.map +1 -1
- 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 +362 -0
- package/dist/registries/evidenceTierContract.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 +406 -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 +82 -0
- package/dist/setup/smokeChecks.js.map +1 -0
- package/dist/state/archiveDiscovery.js +578 -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/decisionEntities.js +322 -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 +117 -0
- package/dist/state/decisionMigrationProvenance.js.map +1 -0
- package/dist/state/decisionOverlay.js +278 -0
- package/dist/state/decisionOverlay.js.map +1 -0
- package/dist/state/decisionRevision.js +632 -0
- package/dist/state/decisionRevision.js.map +1 -0
- package/dist/state/decisionRevisionPublication.js +532 -0
- package/dist/state/decisionRevisionPublication.js.map +1 -0
- package/dist/state/directRetrieval.js +373 -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/entityMigrationCausality.js +99 -0
- package/dist/state/entityMigrationCausality.js.map +1 -0
- package/dist/state/entityMigrationPreview.js +864 -0
- package/dist/state/entityMigrationPreview.js.map +1 -0
- package/dist/state/entityPublicationContext.js +662 -0
- package/dist/state/entityPublicationContext.js.map +1 -0
- package/dist/state/entityStorage.js +881 -0
- package/dist/state/entityStorage.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/experimentRetrieval.js +447 -0
- package/dist/state/experimentRetrieval.js.map +1 -0
- package/dist/state/healthEntities.js +266 -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 +813 -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 +444 -0
- package/dist/state/planEntities.js.map +1 -0
- package/dist/state/planIdentity.js +45 -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 +285 -0
- package/dist/state/planTaskRetrieval.js.map +1 -0
- package/dist/state/progressEntities.js +360 -0
- package/dist/state/progressEntities.js.map +1 -0
- package/dist/state/projectRoot.js +63 -0
- package/dist/state/projectRoot.js.map +1 -0
- package/dist/state/projectionPolicy.js +184 -0
- package/dist/state/projectionPolicy.js.map +1 -0
- package/dist/state/retrievalAuthority.js +343 -0
- package/dist/state/retrievalAuthority.js.map +1 -0
- package/dist/state/safeProjectFile.js +153 -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 +567 -0
- package/dist/state/startupProjection.js.map +1 -0
- package/dist/state/stateMode.js +83 -0
- package/dist/state/stateMode.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 +267 -0
- package/dist/state/todoDocsEntities.js.map +1 -0
- package/dist/state/todoDocsEntityValidation.js +34 -0
- package/dist/state/todoDocsEntityValidation.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 +281 -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 +303 -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/helpers.js +30 -0
- package/dist/state/write/helpers.js.map +1 -0
- package/dist/state/write/index.js +12 -0
- package/dist/state/write/index.js.map +1 -0
- package/dist/state/write/input.js +22 -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 +375 -0
- package/dist/state/write/operations.js.map +1 -0
- package/dist/state/write/planEvaluation.js +121 -0
- package/dist/state/write/planEvaluation.js.map +1 -0
- package/dist/state/write/planPublication.js +135 -0
- package/dist/state/write/planPublication.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 +44 -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 +21 -10
- 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 +212 -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 +12 -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/vocabularyAuthority.js +303 -0
- package/dist/validate/vocabularyAuthority.js.map +1 -0
- package/package.json +45 -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/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/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/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 -1276
- 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
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
ARTIFACTS:
|
|
2
|
+
1:
|
|
3
|
+
id: A1
|
|
4
|
+
artifact: health
|
|
5
|
+
local_role: produces_and_consumes
|
|
6
|
+
description: >-
|
|
7
|
+
Codebase health assessment with findings, dimension grades, and trajectory.
|
|
8
|
+
Audit writes audit entries with per-dimension grades, findings with
|
|
9
|
+
severity and confidence scores, trend comparisons, and de facto
|
|
10
|
+
architecture patterns. During evaluation startup, Audit consumes health
|
|
11
|
+
state through CLI `evidence_context`, then bounded `agentera state health
|
|
12
|
+
list --limit 20 --format json` and exact `state health get --id ID`.
|
|
13
|
+
Raw health reads are diagnostic-only for corruption or CLI-defect investigation.
|
|
14
|
+
2:
|
|
15
|
+
id: A2
|
|
16
|
+
artifact: vision
|
|
17
|
+
local_role: consumes
|
|
18
|
+
description: >-
|
|
19
|
+
Audit treats vision state as protected during evidence-context startup;
|
|
20
|
+
missing or not-checked vision caveats from CLI `evidence_context` are preserved
|
|
21
|
+
instead of forcing a raw vision read.
|
|
22
|
+
3:
|
|
23
|
+
id: A3
|
|
24
|
+
artifact: decisions
|
|
25
|
+
local_role: consumes
|
|
26
|
+
description: >-
|
|
27
|
+
Audit consumes decision caveats through CLI `evidence_context`, then
|
|
28
|
+
bounded `agentera state decisions list --limit 20 --format json` discovery
|
|
29
|
+
and exact `state decisions get --id ID` retrieval. Raw decision reads
|
|
30
|
+
are diagnostic-only for corruption or CLI-defect investigation. Compacted
|
|
31
|
+
decision caveats must be preserved rather than reconstructed.
|
|
32
|
+
4:
|
|
33
|
+
id: A4
|
|
34
|
+
artifact: todo
|
|
35
|
+
local_role: produces_and_consumes
|
|
36
|
+
description: >-
|
|
37
|
+
Audit reads this to avoid re-reporting known issues and writes to it
|
|
38
|
+
with user confirmation when filing
|
|
39
|
+
critical and warning findings. During evaluation startup, known TODO state is
|
|
40
|
+
consumed through CLI `evidence_context`; raw TODO reads are diagnostic-only
|
|
41
|
+
for corruption or CLI-defect investigation.
|
|
42
|
+
5:
|
|
43
|
+
id: A5
|
|
44
|
+
artifact: progress
|
|
45
|
+
local_role: consumes
|
|
46
|
+
description: >-
|
|
47
|
+
Audit consumes latest progress verification and progress caveats through
|
|
48
|
+
CLI `evidence_context`, then bounded `agentera state progress list --limit
|
|
49
|
+
20 --format json` discovery and exact `state progress get --id ID`
|
|
50
|
+
retrieval. Raw progress reads are diagnostic-only for corruption or
|
|
51
|
+
CLI-defect investigation.
|
|
52
|
+
6:
|
|
53
|
+
id: A6
|
|
54
|
+
artifact: plan
|
|
55
|
+
local_role: consumes
|
|
56
|
+
description: >-
|
|
57
|
+
Audit consumes evaluation target and plan criteria through CLI
|
|
58
|
+
`evidence_context` before any diagnostic-only raw plan read. The plan's Created date
|
|
59
|
+
still provides the artifact-current-state baseline when that state is needed.
|
|
60
|
+
7:
|
|
61
|
+
id: A7
|
|
62
|
+
artifact: design
|
|
63
|
+
local_role: consumes
|
|
64
|
+
description: >-
|
|
65
|
+
Audit treats design state as optional during evidence-context startup;
|
|
66
|
+
missing design caveats from CLI `evidence_context` are preserved before any
|
|
67
|
+
diagnostic-only raw design read.
|
|
68
|
+
8:
|
|
69
|
+
id: A8
|
|
70
|
+
artifact: docs
|
|
71
|
+
local_role: consumes
|
|
72
|
+
description: >-
|
|
73
|
+
Audit reads this first to resolve project-local artifact mappings
|
|
74
|
+
and checks the versioning convention for the version health dimension. During
|
|
75
|
+
evaluation startup, docs state and version-boundary caveats are consumed through
|
|
76
|
+
CLI `evidence_context` before any diagnostic-only raw docs read.
|
|
77
|
+
9:
|
|
78
|
+
id: A9
|
|
79
|
+
artifact: profile
|
|
80
|
+
local_role: consumes
|
|
81
|
+
description: >-
|
|
82
|
+
Audit consumes profile status and stale-profile caveats through CLI
|
|
83
|
+
`evidence_context`; stale or missing profile state is preserved as a caveat and
|
|
84
|
+
is not approval to refresh profile state or read profile directly during startup.
|
|
@@ -4,8 +4,8 @@ EXIT_CONDITIONS:
|
|
|
4
4
|
condition: complete
|
|
5
5
|
description: >-
|
|
6
6
|
All selected audit dimensions were assessed, findings were synthesized,
|
|
7
|
-
grades were assigned,
|
|
8
|
-
with actionable results.
|
|
7
|
+
grades were assigned, the health artifact was updated, and the user was
|
|
8
|
+
presented with actionable results.
|
|
9
9
|
exit_signal: complete
|
|
10
10
|
2:
|
|
11
11
|
id: E2
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
TRIGGERS:
|
|
2
|
+
1:
|
|
3
|
+
id: T1
|
|
4
|
+
description: Audit local codebase health, architecture, quality, or technical debt.
|
|
5
|
+
priority: high
|
|
6
|
+
2:
|
|
7
|
+
id: T2
|
|
8
|
+
description: Review the local repository's code, architecture, dependencies, or structural health.
|
|
9
|
+
priority: high
|
|
10
|
+
disambiguates_against:
|
|
11
|
+
- capability: research
|
|
12
|
+
hint: "audit reviews this local codebase; research analyzes an external source or repository"
|
|
13
|
+
- capability: document
|
|
14
|
+
hint: "audit owns code and architecture health; document owns documentation maintenance and docs audits"
|
|
15
|
+
- capability: design
|
|
16
|
+
hint: "audit owns code and architecture health; design owns visual identity and design-system review"
|
|
17
|
+
- capability: optimize
|
|
18
|
+
hint: "audit assesses local health; optimize improves an existing system against a measurable target"
|
|
19
|
+
3:
|
|
20
|
+
id: T3
|
|
21
|
+
description: Review local health after implementation activity reveals a need for assessment.
|
|
22
|
+
priority: medium
|
|
23
|
+
disambiguates_against:
|
|
24
|
+
- capability: build
|
|
25
|
+
hint: "audit checks codebase health after build activity; build continues development"
|
|
@@ -3,8 +3,8 @@ VALIDATION:
|
|
|
3
3
|
id: V1
|
|
4
4
|
rule: read_only_codebase
|
|
5
5
|
description: >-
|
|
6
|
-
|
|
7
|
-
assessment capability. Other capabilities fix what
|
|
6
|
+
Audit MUST NOT modify any source code files. It is a read-only
|
|
7
|
+
assessment capability. Other capabilities fix what audit finds.
|
|
8
8
|
severity: critical
|
|
9
9
|
checks:
|
|
10
10
|
- "No source code files are modified during audit"
|
|
@@ -24,9 +24,10 @@ VALIDATION:
|
|
|
24
24
|
id: V3
|
|
25
25
|
rule: decisions_respected
|
|
26
26
|
description: >-
|
|
27
|
-
Findings that contradict deliberate decisions
|
|
28
|
-
MUST be discarded or downgraded to info
|
|
29
|
-
not a finding; it is an
|
|
27
|
+
Findings that contradict deliberate decisions returned by the bounded
|
|
28
|
+
decisions entity view MUST be discarded or downgraded to info
|
|
29
|
+
(SF3). A deliberate decision is not a finding; it is an
|
|
30
|
+
implementation of that decision.
|
|
30
31
|
severity: critical
|
|
31
32
|
checks:
|
|
32
33
|
- "No finding contradicts a known deliberate decision"
|
|
@@ -53,8 +54,8 @@ VALIDATION:
|
|
|
53
54
|
id: V6
|
|
54
55
|
rule: exit_marker_required
|
|
55
56
|
description: >-
|
|
56
|
-
Every
|
|
57
|
-
the canonical glyph ⛶ (SG3) in the format ⛶
|
|
57
|
+
Every audit invocation MUST emit an exit marker. The marker uses
|
|
58
|
+
the canonical glyph ⛶ (SG3) in the format ⛶ audit · <status>
|
|
58
59
|
where status is one of EX1-EX4.
|
|
59
60
|
severity: critical
|
|
60
61
|
checks:
|
|
@@ -65,30 +66,30 @@ VALIDATION:
|
|
|
65
66
|
id: V7
|
|
66
67
|
rule: evidence_context_first
|
|
67
68
|
description: >-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
69
|
+
Audit evaluation startup MUST begin with `agentera prime --context
|
|
70
|
+
audit --format json` and use complete CLI `evidence_context` before
|
|
71
|
+
bounded state list/get contracts for plan, progress, docs, health, TODO,
|
|
72
|
+
or decisions. Raw artifact access is diagnostic-only.
|
|
71
73
|
severity: critical
|
|
72
74
|
checks:
|
|
73
|
-
|
|
74
|
-
- "Complete evidence_context is used for evaluation target, criteria, evidence, caveats, and residual risks"
|
|
75
|
+
- "Evidence context is requested through prime --context before bounded state list/get"
|
|
75
76
|
8:
|
|
76
77
|
id: V8
|
|
77
78
|
rule: evidence_context_fallback_before_raw
|
|
78
79
|
description: >-
|
|
79
80
|
When evidence_context is absent, incomplete, or caveated for needed state,
|
|
80
|
-
|
|
81
|
-
|
|
81
|
+
Audit MUST run listed bounded CLI fallback commands before any
|
|
82
|
+
diagnostic-only raw artifact read.
|
|
82
83
|
severity: critical
|
|
83
84
|
checks:
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
- "evidence_context.fallback_commands are attempted before diagnostic-only raw reads"
|
|
86
|
+
- "capability_context.state.fallback_commands is used when evidence_context is unavailable"
|
|
87
|
+
- "Raw artifact reads are diagnostic-only, not normal evaluation startup"
|
|
87
88
|
9:
|
|
88
89
|
id: V9
|
|
89
90
|
rule: evidence_context_caveats_preserved
|
|
90
91
|
description: >-
|
|
91
|
-
|
|
92
|
+
Audit reports MUST preserve evidence_context caveats for stale app/profile
|
|
92
93
|
state, compacted decisions, protected-state boundaries, unavailable version or
|
|
93
94
|
publication evidence, manual-check states, and residual risks instead of hiding,
|
|
94
95
|
flattening, or reconstructing them.
|
|
@@ -101,7 +102,7 @@ VALIDATION:
|
|
|
101
102
|
id: V10
|
|
102
103
|
rule: satisfaction_authority_boundary
|
|
103
104
|
description: >-
|
|
104
|
-
When
|
|
105
|
+
When Audit touches decision satisfaction, it may report provisional
|
|
105
106
|
satisfaction with evidence but MUST NOT user-confirm satisfaction. Missing,
|
|
106
107
|
compacted, open, provisional, or review-needed satisfaction state remains a
|
|
107
108
|
caveat and review pressure; automation must not reconstruct hidden outcomes
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
ARTIFACTS:
|
|
2
|
+
1:
|
|
3
|
+
id: A1
|
|
4
|
+
artifact: vision
|
|
5
|
+
local_role: produces_and_consumes
|
|
6
|
+
description: >-
|
|
7
|
+
Build consumes this through CLI execution_context caveats or explicit
|
|
8
|
+
fallback state when available, and never modifies it during cycles. Created
|
|
9
|
+
during vision bootstrap.
|
|
10
|
+
2:
|
|
11
|
+
id: A2
|
|
12
|
+
artifact: todo
|
|
13
|
+
local_role: produces_and_consumes
|
|
14
|
+
description: >-
|
|
15
|
+
Build consumes TODO state from execution_context and included status state
|
|
16
|
+
before direct reads, then writes newly discovered issues and resolved
|
|
17
|
+
entries. Severity classified per protocol SI1-SI4.
|
|
18
|
+
3:
|
|
19
|
+
id: A3
|
|
20
|
+
artifact: changelog
|
|
21
|
+
local_role: produces_and_consumes
|
|
22
|
+
description: >-
|
|
23
|
+
Build consumes changelog boundary from execution_context or the listed
|
|
24
|
+
CLI fallback before direct reads. It appends public change entries under
|
|
25
|
+
[Unreleased] based on commit type and promotes on version bumps.
|
|
26
|
+
4:
|
|
27
|
+
id: A4
|
|
28
|
+
artifact: progress
|
|
29
|
+
local_role: produces_and_consumes
|
|
30
|
+
description: >-
|
|
31
|
+
Operational cycle log. Build consumes latest progress evidence from
|
|
32
|
+
execution_context first, then bounded `agentera state progress list --limit
|
|
33
|
+
20 --format json` discovery or exact `state progress get --id ID`
|
|
34
|
+
retrieval, and appends one entry per cycle with mandatory Verified field.
|
|
35
|
+
Compacted by applying schema COMPACTION rules.
|
|
36
|
+
5:
|
|
37
|
+
id: A5
|
|
38
|
+
artifact: health
|
|
39
|
+
local_role: consumes
|
|
40
|
+
description: >-
|
|
41
|
+
Build consumes health state from execution_context and included status
|
|
42
|
+
state before bounded `agentera state health list --limit 20 --format json`
|
|
43
|
+
discovery or exact `state health get --id ID` retrieval, focusing on
|
|
44
|
+
critical and degraded findings for work selection. Raw reads are
|
|
45
|
+
diagnostic-only for corruption or CLI-defect investigation.
|
|
46
|
+
6:
|
|
47
|
+
id: A6
|
|
48
|
+
artifact: decisions
|
|
49
|
+
local_role: consumes
|
|
50
|
+
description: >-
|
|
51
|
+
Build consumes decision caveats and bounded list/get fallback commands from
|
|
52
|
+
execution_context first. Firm (DL1) entries are constraints and exploratory
|
|
53
|
+
(DL3) entries are uncertain foundations during work selection. Raw reads are
|
|
54
|
+
diagnostic-only for corruption or CLI-defect investigation.
|
|
55
|
+
7:
|
|
56
|
+
id: A7
|
|
57
|
+
artifact: plan
|
|
58
|
+
local_role: produces_and_consumes
|
|
59
|
+
description: >-
|
|
60
|
+
Build consumes selected task, acceptance criteria, dependencies,
|
|
61
|
+
constraints, and source contract metadata from CLI execution_context before
|
|
62
|
+
direct plan reads, then updates task status and surprises during execution.
|
|
63
|
+
8:
|
|
64
|
+
id: A8
|
|
65
|
+
artifact: profile
|
|
66
|
+
local_role: consumes
|
|
67
|
+
description: >-
|
|
68
|
+
Build consumes status profile summary first. Missing or stale profile state
|
|
69
|
+
is a caveat and does not authorize profile refresh or direct profile reads
|
|
70
|
+
during normal startup.
|
|
71
|
+
9:
|
|
72
|
+
id: A9
|
|
73
|
+
artifact: docs
|
|
74
|
+
local_role: consumes
|
|
75
|
+
description: >-
|
|
76
|
+
Build consumes artifact mappings and docs caveats from execution_context
|
|
77
|
+
and included status docs state before direct docs reads.
|
|
78
|
+
10:
|
|
79
|
+
id: A10
|
|
80
|
+
artifact: design
|
|
81
|
+
local_role: consumes
|
|
82
|
+
description: >-
|
|
83
|
+
Build treats design state missing from execution_context as a caveat or
|
|
84
|
+
fallback-only need, and reads it only when building user-facing features
|
|
85
|
+
after listed CLI fallbacks are exhausted.
|
|
@@ -5,7 +5,7 @@ EXIT_CONDITIONS:
|
|
|
5
5
|
description: >-
|
|
6
6
|
One full cycle completed. Work was selected, implemented, verified
|
|
7
7
|
against the project's test/build suite, committed with a conventional
|
|
8
|
-
message, and
|
|
8
|
+
message, and progress.yaml and TODO.md were updated.
|
|
9
9
|
exit_signal: complete
|
|
10
10
|
2:
|
|
11
11
|
id: E2
|
|
@@ -14,14 +14,14 @@ EXIT_CONDITIONS:
|
|
|
14
14
|
The cycle completed but with notable issues. Possible causes:
|
|
15
15
|
verification passed but with warnings, the committed work is narrower
|
|
16
16
|
than intended due to scope reduction, or discoveries logged in
|
|
17
|
-
|
|
17
|
+
progress.yaml suggest the next cycle may face blockers.
|
|
18
18
|
exit_signal: flagged
|
|
19
19
|
3:
|
|
20
20
|
id: E3
|
|
21
21
|
condition: stuck
|
|
22
22
|
description: >-
|
|
23
23
|
Cannot complete a cycle because VISION.md does not exist and the
|
|
24
|
-
|
|
24
|
+
vision bootstrap cannot proceed without the user, every available work item
|
|
25
25
|
is blocked, or the verification suite is broken and cannot be fixed
|
|
26
26
|
within the cycle's scope.
|
|
27
27
|
exit_signal: stuck
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
TRIGGERS:
|
|
2
|
+
1:
|
|
3
|
+
id: T1
|
|
4
|
+
description: A scoped implementation task or one verified development cycle.
|
|
5
|
+
priority: high
|
|
6
|
+
2:
|
|
7
|
+
id: T2
|
|
8
|
+
description: Implement one requested feature, fix, or bounded development task.
|
|
9
|
+
priority: high
|
|
10
|
+
disambiguates_against:
|
|
11
|
+
- capability: vision
|
|
12
|
+
hint: "build implements code; vision defines or refines project direction"
|
|
13
|
+
- capability: profile
|
|
14
|
+
hint: "build implements a software task; profile builds a reusable decision profile"
|
|
15
|
+
- capability: orchestrate
|
|
16
|
+
hint: "build completes one task or cycle; orchestrate runs an entire plan or multiple tasks"
|
|
17
|
+
3:
|
|
18
|
+
id: T3
|
|
19
|
+
description: Start or continue a single concrete implementation task.
|
|
20
|
+
priority: medium
|
|
21
|
+
4:
|
|
22
|
+
id: T4
|
|
23
|
+
description: Implement a scoped task after its plan or requirements are established.
|
|
24
|
+
priority: medium
|
|
25
|
+
disambiguates_against:
|
|
26
|
+
- capability: plan
|
|
27
|
+
hint: "build implements an established task; plan structures work before implementation"
|
|
@@ -3,7 +3,7 @@ VALIDATION:
|
|
|
3
3
|
id: V1
|
|
4
4
|
rule: verified_field_mandatory
|
|
5
5
|
description: >-
|
|
6
|
-
Every
|
|
6
|
+
Every progress entity record MUST have a verified field. The field
|
|
7
7
|
carries either observed output from the primary entrypoint, an allowlisted
|
|
8
8
|
N/A tag, or a free-form rationale of at least 8 words.
|
|
9
9
|
severity: critical
|
|
@@ -14,17 +14,17 @@ VALIDATION:
|
|
|
14
14
|
id: V2
|
|
15
15
|
rule: one_cycle_per_invocation
|
|
16
16
|
description: >-
|
|
17
|
-
|
|
17
|
+
Build executes exactly one cycle per invocation. After logging (Step 8),
|
|
18
18
|
the capability MUST stop. Multiple cycles require separate invocations or
|
|
19
|
-
|
|
19
|
+
an explicit user request.
|
|
20
20
|
severity: critical
|
|
21
21
|
checks:
|
|
22
|
-
- "Only one
|
|
22
|
+
- "Only one progress entity is appended per invocation"
|
|
23
23
|
3:
|
|
24
24
|
id: V3
|
|
25
25
|
rule: no_remote_push
|
|
26
26
|
description: >-
|
|
27
|
-
|
|
27
|
+
Build MUST NOT push to any remote repository. All commits are local
|
|
28
28
|
only. Remote operations require explicit user instruction outside this
|
|
29
29
|
capability.
|
|
30
30
|
severity: critical
|
|
@@ -35,7 +35,7 @@ VALIDATION:
|
|
|
35
35
|
rule: vision_readonly_during_cycle
|
|
36
36
|
description: >-
|
|
37
37
|
The canonical vision artifact MUST NOT be modified during a cycle. It may only be written
|
|
38
|
-
during a
|
|
38
|
+
during a vision bootstrap.
|
|
39
39
|
severity: critical
|
|
40
40
|
checks:
|
|
41
41
|
- "Vision artifact not modified outside brainstorm"
|
|
@@ -43,7 +43,7 @@ VALIDATION:
|
|
|
43
43
|
id: V5
|
|
44
44
|
rule: consecutive_failure_guard
|
|
45
45
|
description: >-
|
|
46
|
-
If the last 3
|
|
46
|
+
If the last 3 bounded progress records all report failed cycles, build
|
|
47
47
|
MUST stop and surface the pattern to the user. Do not attempt a 4th
|
|
48
48
|
consecutive cycle on the same failing problem.
|
|
49
49
|
severity: critical
|
|
@@ -53,18 +53,18 @@ VALIDATION:
|
|
|
53
53
|
id: V6
|
|
54
54
|
rule: artifact_path_resolution
|
|
55
55
|
description: >-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
other agent-facing artifacts as YAML in .agentera/).
|
|
56
|
+
Entity state MUST use exact/list CLI reads and typed writers discovered by
|
|
57
|
+
`agentera state <artifact> explain`. Check .agentera/docs.yaml only for
|
|
58
|
+
intentional singleton path overrides.
|
|
60
59
|
severity: warning
|
|
61
60
|
checks:
|
|
62
|
-
- "
|
|
61
|
+
- "Entity files are not read or edited directly"
|
|
62
|
+
- "docs.yaml checked before singleton artifact access"
|
|
63
63
|
7:
|
|
64
64
|
id: V7
|
|
65
65
|
rule: execution_context_first
|
|
66
66
|
description: >-
|
|
67
|
-
|
|
67
|
+
Build startup SHOULD begin from `agentera prime --context build
|
|
68
68
|
--format json` and consume complete execution_context
|
|
69
69
|
state before direct reads of plan, progress, TODO, docs, health,
|
|
70
70
|
decisions, changelog, vision, profile, or design artifacts.
|
|
@@ -76,7 +76,7 @@ VALIDATION:
|
|
|
76
76
|
id: V8
|
|
77
77
|
rule: fallback_before_raw
|
|
78
78
|
description: >-
|
|
79
|
-
When execution_context is incomplete or caveated,
|
|
79
|
+
When execution_context is incomplete or caveated, Build MUST run listed
|
|
80
80
|
CLI fallback commands before any last-resort raw artifact diagnostic and
|
|
81
81
|
MUST preserve caveats in cycle reporting.
|
|
82
82
|
severity: critical
|
|
@@ -93,12 +93,12 @@ VALIDATION:
|
|
|
93
93
|
severity: critical
|
|
94
94
|
checks:
|
|
95
95
|
- "No protected state mutation during context generation"
|
|
96
|
-
- "No unsupported `agentera
|
|
96
|
+
- "No unsupported `agentera build` command introduced"
|
|
97
97
|
10:
|
|
98
98
|
id: V10
|
|
99
99
|
rule: satisfaction_authority_boundary
|
|
100
100
|
description: >-
|
|
101
|
-
When
|
|
101
|
+
When Build touches decision satisfaction, it may mark provisional
|
|
102
102
|
satisfaction with evidence but MUST NOT user-confirm satisfaction. Missing,
|
|
103
103
|
compacted, open, provisional, or review-needed satisfaction state remains a
|
|
104
104
|
caveat and review pressure; automation must not reconstruct hidden outcomes
|
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
ARTIFACTS:
|
|
2
2
|
1:
|
|
3
3
|
id: A1
|
|
4
|
-
|
|
4
|
+
artifact: design
|
|
5
5
|
local_role: produces_and_consumes
|
|
6
6
|
description: >-
|
|
7
7
|
Visual identity system with design tokens, typography, colors,
|
|
8
|
-
spacing, constraints, and component contracts.
|
|
8
|
+
spacing, constraints, and component contracts. Design writes and
|
|
9
9
|
reads agent-readable YAML token blocks with HTML comment markers.
|
|
10
10
|
2:
|
|
11
11
|
id: A2
|
|
12
|
-
|
|
12
|
+
artifact: vision
|
|
13
13
|
local_role: consumes
|
|
14
14
|
description: >-
|
|
15
|
-
|
|
15
|
+
Design reads the Identity section to propose visual tokens
|
|
16
16
|
coherent with the declared verbal personality.
|
|
17
17
|
3:
|
|
18
18
|
id: A3
|
|
19
|
-
|
|
19
|
+
artifact: progress
|
|
20
20
|
local_role: consumes
|
|
21
21
|
description: >-
|
|
22
|
-
|
|
22
|
+
Design reads this during refine mode to identify UI work and
|
|
23
23
|
inline design decisions since the design system was written.
|
|
24
24
|
4:
|
|
25
25
|
id: A4
|
|
26
|
-
|
|
26
|
+
artifact: todo
|
|
27
27
|
local_role: produces_and_consumes
|
|
28
28
|
description: >-
|
|
29
|
-
|
|
29
|
+
Design reads this to check for design-related issues and files
|
|
30
30
|
code drift findings here during audit mode.
|
|
31
31
|
5:
|
|
32
32
|
id: A5
|
|
33
|
-
|
|
33
|
+
artifact: docs
|
|
34
34
|
local_role: consumes
|
|
35
35
|
description: >-
|
|
36
|
-
|
|
36
|
+
Design reads this first to resolve project-local artifact mappings
|
|
37
37
|
before accessing other artifacts.
|
|
38
38
|
6:
|
|
39
39
|
id: A6
|
|
40
|
-
|
|
40
|
+
artifact: profile
|
|
41
41
|
local_role: consumes
|
|
42
42
|
description: >-
|
|
43
|
-
|
|
43
|
+
Design reads aesthetic preferences from the profile as defaults
|
|
44
44
|
during the create conversation.
|
|
@@ -4,16 +4,16 @@ EXIT_CONDITIONS:
|
|
|
4
4
|
condition: complete
|
|
5
5
|
description: >-
|
|
6
6
|
DESIGN.md was written (Create/Replace mode), updated (Refine mode),
|
|
7
|
-
or audited with findings reported (Audit mode).
|
|
8
|
-
|
|
7
|
+
or audited with findings reported (Audit mode). agentera check lint
|
|
8
|
+
--artifact design passed, and all changes had explicit user approval.
|
|
9
9
|
exit_signal: complete
|
|
10
10
|
2:
|
|
11
11
|
id: E2
|
|
12
12
|
condition: flagged
|
|
13
13
|
description: >-
|
|
14
14
|
The design system was produced or audited but with issues worth
|
|
15
|
-
surfacing. Possible causes:
|
|
16
|
-
the design drifts from
|
|
15
|
+
surfacing. Possible causes: lint passed with advisory warnings,
|
|
16
|
+
the design drifts from vision Identity, or audit findings were
|
|
17
17
|
neither fixed nor filed.
|
|
18
18
|
exit_signal: flagged
|
|
19
19
|
3:
|
|
@@ -21,7 +21,7 @@ EXIT_CONDITIONS:
|
|
|
21
21
|
condition: stuck
|
|
22
22
|
description: >-
|
|
23
23
|
Cannot write DESIGN.md because the user declined to approve the
|
|
24
|
-
draft,
|
|
24
|
+
draft, agentera check lint reports unresolvable errors, or the
|
|
25
25
|
project's UI stack is inaccessible.
|
|
26
26
|
exit_signal: stuck
|
|
27
27
|
4:
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
TRIGGERS:
|
|
2
|
+
1:
|
|
3
|
+
id: T1
|
|
4
|
+
description: Define, maintain, or assess visual identity and a design system.
|
|
5
|
+
priority: high
|
|
6
|
+
2:
|
|
7
|
+
id: T2
|
|
8
|
+
description: Create a visual identity, design system, design tokens, or aesthetic direction.
|
|
9
|
+
priority: high
|
|
10
|
+
3:
|
|
11
|
+
id: T3
|
|
12
|
+
description: Refine, update, or audit a visual design system, including “audit the design system”.
|
|
13
|
+
priority: high
|
|
14
|
+
disambiguates_against:
|
|
15
|
+
- capability: audit
|
|
16
|
+
hint: "design here is about visual identity, not codebase auditing"
|
|
@@ -14,13 +14,13 @@ VALIDATION:
|
|
|
14
14
|
id: V2
|
|
15
15
|
rule: vision_identity_coherence
|
|
16
16
|
description: >-
|
|
17
|
-
Design tokens MUST NOT conflict with
|
|
17
|
+
Design tokens MUST NOT conflict with vision Identity. If the
|
|
18
18
|
verbal identity says "warm and approachable" and the user wants a
|
|
19
19
|
cold brutalist palette, the tension MUST be surfaced explicitly
|
|
20
20
|
for the user to resolve.
|
|
21
21
|
severity: critical
|
|
22
22
|
checks:
|
|
23
|
-
- "Design tokens cohere with
|
|
23
|
+
- "Design tokens cohere with vision Identity"
|
|
24
24
|
- "Tensions surfaced when detected"
|
|
25
25
|
3:
|
|
26
26
|
id: V3
|
|
@@ -50,12 +50,12 @@ VALIDATION:
|
|
|
50
50
|
id: V5
|
|
51
51
|
rule: no_code_modification
|
|
52
52
|
description: >-
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
Design MUST NOT modify code files. It writes DESIGN.md only.
|
|
54
|
+
Build implements the design system in code. The separation
|
|
55
55
|
of declaration and implementation is fundamental.
|
|
56
56
|
severity: critical
|
|
57
57
|
checks:
|
|
58
|
-
- "No code files modified during
|
|
58
|
+
- "No code files modified during design invocation"
|
|
59
59
|
6:
|
|
60
60
|
id: V6
|
|
61
61
|
rule: codebase_exploration_required
|
|
@@ -70,8 +70,8 @@ VALIDATION:
|
|
|
70
70
|
id: V7
|
|
71
71
|
rule: exit_marker_required
|
|
72
72
|
description: >-
|
|
73
|
-
Every
|
|
74
|
-
canonical glyph ◰ (SG11) in the format ◰
|
|
73
|
+
Every design invocation MUST emit an exit marker using the
|
|
74
|
+
canonical glyph ◰ (SG11) in the format ◰ design · <status>
|
|
75
75
|
where status is one of EX1-EX4.
|
|
76
76
|
severity: critical
|
|
77
77
|
checks:
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
ARTIFACTS:
|
|
2
|
+
1:
|
|
3
|
+
id: A1
|
|
4
|
+
artifact: decisions
|
|
5
|
+
local_role: produces_and_consumes
|
|
6
|
+
description: >-
|
|
7
|
+
Reasoning trail with confidence labels. Discuss reads existing decisions
|
|
8
|
+
through bounded `agentera state decisions list --limit 20 --format json`
|
|
9
|
+
discovery plus exact `agentera state decisions get --id ID --format json`
|
|
10
|
+
retrieval and its source_contract to avoid re-deliberation, and writes new decision entries with confidence
|
|
11
|
+
(DL1 firm, DL2 provisional, DL3 exploratory). Compact older entries by
|
|
12
|
+
applying schema COMPACTION rules; incomplete compacted entries are
|
|
13
|
+
caveated context, not a reason for historical reconstruction during
|
|
14
|
+
normal deliberation.
|
|
15
|
+
2:
|
|
16
|
+
id: A2
|
|
17
|
+
artifact: vision
|
|
18
|
+
local_role: produces_and_consumes
|
|
19
|
+
description: >-
|
|
20
|
+
Discuss may update project direction only with explicit user
|
|
21
|
+
confirmation when a decision feeds into project direction. Read for
|
|
22
|
+
context during deliberation.
|
|
23
|
+
3:
|
|
24
|
+
id: A3
|
|
25
|
+
artifact: todo
|
|
26
|
+
local_role: produces_and_consumes
|
|
27
|
+
description: >-
|
|
28
|
+
Discuss may add tech debt items surfaced during deliberation only with
|
|
29
|
+
explicit user confirmation. Severity per protocol SI1-SI4.
|
|
30
|
+
4:
|
|
31
|
+
id: A4
|
|
32
|
+
artifact: objective
|
|
33
|
+
local_role: produces_and_consumes
|
|
34
|
+
description: >-
|
|
35
|
+
Discuss may write optimization decisions only with explicit user
|
|
36
|
+
confirmation when a decision feeds into what to optimize.
|
|
37
|
+
5:
|
|
38
|
+
id: A5
|
|
39
|
+
artifact: profile
|
|
40
|
+
local_role: consumes
|
|
41
|
+
description: >-
|
|
42
|
+
Discuss reads this at session start to acknowledge high-confidence
|
|
43
|
+
entries and avoid re-deliberating settled ground.
|
|
44
|
+
6:
|
|
45
|
+
id: A6
|
|
46
|
+
artifact: docs
|
|
47
|
+
local_role: consumes
|
|
48
|
+
description: >-
|
|
49
|
+
Discuss reads this first to resolve project-local artifact mappings.
|
|
@@ -4,7 +4,7 @@ EXIT_CONDITIONS:
|
|
|
4
4
|
condition: complete
|
|
5
5
|
description: >-
|
|
6
6
|
Deliberation reached a conclusion the user chose to act on; any
|
|
7
|
-
requested artifacts (
|
|
7
|
+
requested artifacts (decisions, vision, objective, todo)
|
|
8
8
|
were written with user approval, and the decision confidence level
|
|
9
9
|
was captured.
|
|
10
10
|
exit_signal: complete
|
|
@@ -15,7 +15,7 @@ EXIT_CONDITIONS:
|
|
|
15
15
|
Deliberation concluded but the decision remains unresolved or
|
|
16
16
|
provisional: the user wrapped up without a clear choice, significant
|
|
17
17
|
tensions could not be resolved, or the conclusion contradicts prior
|
|
18
|
-
decisions
|
|
18
|
+
decisions without explicit acknowledgment.
|
|
19
19
|
exit_signal: flagged
|
|
20
20
|
3:
|
|
21
21
|
id: E3
|