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
|
@@ -2,19 +2,16 @@ interface: PackageManifest
|
|
|
2
2
|
status: implemented
|
|
3
3
|
implemented_by: references/adapters/package-registry.yaml
|
|
4
4
|
intent: >
|
|
5
|
-
Define the package
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
now implement this interface; this model remains the authoritative design contract.
|
|
5
|
+
Define the self-contained Agentera package as the TypeScript CLI plus one
|
|
6
|
+
canonical shared skill and its required contracts. Host-native manifests,
|
|
7
|
+
runtime source trees, and native installation commands are not package
|
|
8
|
+
surfaces.
|
|
10
9
|
record:
|
|
11
10
|
required_groups:
|
|
12
11
|
- identity
|
|
13
12
|
- version_authority
|
|
14
13
|
- version_surfaces
|
|
15
|
-
- runtime_package_manifests
|
|
16
14
|
- bundle_surfaces
|
|
17
|
-
- package_commands
|
|
18
15
|
- docs_targets
|
|
19
16
|
- release_policy
|
|
20
17
|
groups:
|
|
@@ -23,7 +20,7 @@ record:
|
|
|
23
20
|
owns:
|
|
24
21
|
- package id
|
|
25
22
|
- suite name
|
|
26
|
-
- skill path
|
|
23
|
+
- canonical shared-skill path
|
|
27
24
|
- capability count expectation
|
|
28
25
|
required_fields:
|
|
29
26
|
id: string
|
|
@@ -44,54 +41,59 @@ record:
|
|
|
44
41
|
version_surfaces:
|
|
45
42
|
type: object
|
|
46
43
|
owns:
|
|
47
|
-
-
|
|
44
|
+
- CLI and shared-skill version surfaces
|
|
48
45
|
- version extraction selectors
|
|
49
|
-
- non-version surface exclusions
|
|
50
46
|
required_fields:
|
|
51
47
|
surfaces: list[object]
|
|
52
|
-
excluded_runtime_manifests: list[repo_relative_path]
|
|
53
|
-
runtime_package_manifests:
|
|
54
|
-
type: object
|
|
55
|
-
owns:
|
|
56
|
-
- runtime package manifest paths
|
|
57
|
-
- runtime package shape expectations
|
|
58
|
-
- shared package path expectations
|
|
59
|
-
required_fields:
|
|
60
|
-
manifests: list[object]
|
|
61
|
-
shared_paths_policy: string
|
|
62
48
|
bundle_surfaces:
|
|
63
49
|
type: object
|
|
64
50
|
owns:
|
|
65
|
-
- bundled directories
|
|
66
|
-
- bundled files
|
|
51
|
+
- canonical bundled directories
|
|
52
|
+
- canonical bundled files
|
|
53
|
+
- generated bundled files
|
|
67
54
|
- bundle skip rules
|
|
68
|
-
- bundle mismatch standardization target
|
|
69
55
|
required_fields:
|
|
70
|
-
directories: list[
|
|
71
|
-
files: list[
|
|
56
|
+
directories: list[object]
|
|
57
|
+
files: list[object]
|
|
58
|
+
generated_files: list[generated_bundle_file]
|
|
72
59
|
skip_parts: list[string]
|
|
73
60
|
skip_suffixes: list[string]
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
61
|
+
entry_contracts:
|
|
62
|
+
directory_and_file:
|
|
63
|
+
applies_to:
|
|
64
|
+
- directories
|
|
65
|
+
- files
|
|
66
|
+
required_fields:
|
|
67
|
+
- id
|
|
68
|
+
- path
|
|
69
|
+
allowed_fields:
|
|
70
|
+
- id
|
|
71
|
+
- path
|
|
72
|
+
field_types:
|
|
73
|
+
id: string
|
|
74
|
+
path: repo_relative_path
|
|
75
|
+
uniqueness:
|
|
76
|
+
id: global_across_directories_and_files
|
|
77
|
+
path: global_across_directories_and_files
|
|
78
|
+
path_format: normalized_relative_posix
|
|
79
|
+
forbidden_path_forms:
|
|
80
|
+
- posix_absolute
|
|
81
|
+
- windows_absolute_or_drive_prefixed
|
|
82
|
+
- backslash
|
|
83
|
+
- dot_or_dot_dot_segment
|
|
84
|
+
- leading_dot_slash
|
|
85
|
+
- trailing_separator
|
|
86
|
+
- noncanonical_posix_normalization
|
|
87
|
+
value_authority: references/adapters/package-registry.yaml records[*].bundle_surfaces
|
|
84
88
|
docs_targets:
|
|
85
89
|
type: object
|
|
86
90
|
owns:
|
|
87
91
|
- docs version targets
|
|
88
92
|
- docs index targets for package surfaces
|
|
89
|
-
- non-version docs exclusions
|
|
90
93
|
required_fields:
|
|
91
94
|
version_files_source: string
|
|
92
95
|
version_files: list[repo_relative_path]
|
|
93
96
|
index_targets: list[repo_relative_path]
|
|
94
|
-
excluded_version_files: list[repo_relative_path]
|
|
95
97
|
release_policy:
|
|
96
98
|
type: object
|
|
97
99
|
owns:
|
|
@@ -111,11 +113,11 @@ ownership:
|
|
|
111
113
|
access_interface: PackageManifest
|
|
112
114
|
rule: >
|
|
113
115
|
registry.json remains the persisted suite-version authority. PackageManifest
|
|
114
|
-
|
|
115
|
-
|
|
116
|
+
is the typed access interface unless an explicit future ADR changes that
|
|
117
|
+
authority.
|
|
116
118
|
future_authority_change_requires: explicit ADR
|
|
117
119
|
install_root_delegated:
|
|
118
|
-
owner:
|
|
120
|
+
owner: packages/cli/src/state/installRoot.ts
|
|
119
121
|
forbidden_in_package_manifest:
|
|
120
122
|
- AGENTERA_HOME precedence
|
|
121
123
|
- default app home
|
|
@@ -123,215 +125,3 @@ ownership:
|
|
|
123
125
|
- stale classification
|
|
124
126
|
- unmanaged classification
|
|
125
127
|
- app-home diagnostics
|
|
126
|
-
runtime_adapter_delegated:
|
|
127
|
-
owner: scripts/runtime_adapter_registry.py
|
|
128
|
-
forbidden_in_package_manifest:
|
|
129
|
-
- runtime discovery
|
|
130
|
-
- lifecycle events
|
|
131
|
-
- artifact validation hooks
|
|
132
|
-
- config target paths
|
|
133
|
-
- runtime diagnostics
|
|
134
|
-
- documentation claims
|
|
135
|
-
command_safety:
|
|
136
|
-
argv_only: true
|
|
137
|
-
approved_executables:
|
|
138
|
-
- npx
|
|
139
|
-
approved_actions:
|
|
140
|
-
- remove-legacy-skills
|
|
141
|
-
- install-agentera-skill
|
|
142
|
-
approved_runtimes:
|
|
143
|
-
- all
|
|
144
|
-
- claude
|
|
145
|
-
- opencode
|
|
146
|
-
approved_runtime_agents:
|
|
147
|
-
- claude-code
|
|
148
|
-
- opencode
|
|
149
|
-
approved_package_tool:
|
|
150
|
-
executable: npx
|
|
151
|
-
command_namespace: skills
|
|
152
|
-
actions:
|
|
153
|
-
- remove
|
|
154
|
-
- add
|
|
155
|
-
cleanup_actions:
|
|
156
|
-
- remove-legacy-skills
|
|
157
|
-
runtime_install_actions:
|
|
158
|
-
- install-agentera-skill
|
|
159
|
-
gates:
|
|
160
|
-
update_packages_required_to_plan: true
|
|
161
|
-
yes_required_to_execute: true
|
|
162
|
-
preserve_existing_write_gates: true
|
|
163
|
-
sample_manifest:
|
|
164
|
-
identity:
|
|
165
|
-
id: agentera
|
|
166
|
-
name: agentera
|
|
167
|
-
skill_path: skills/agentera
|
|
168
|
-
expected_capabilities: 12
|
|
169
|
-
version_authority:
|
|
170
|
-
persisted_authority: registry.json
|
|
171
|
-
selector: skills[0].version
|
|
172
|
-
access_interface: PackageManifest
|
|
173
|
-
future_authority_change_requires: explicit ADR
|
|
174
|
-
version_surfaces:
|
|
175
|
-
surfaces:
|
|
176
|
-
- id: registry
|
|
177
|
-
path: registry.json
|
|
178
|
-
selector: skills[0].version
|
|
179
|
-
- id: python-project
|
|
180
|
-
path: pyproject.toml
|
|
181
|
-
selector: project.version
|
|
182
|
-
- id: copilot-root
|
|
183
|
-
path: plugin.json
|
|
184
|
-
selector: version
|
|
185
|
-
- id: copilot-repository
|
|
186
|
-
path: .github/plugin/plugin.json
|
|
187
|
-
selector: version
|
|
188
|
-
- id: codex-plugin
|
|
189
|
-
path: .codex-plugin/plugin.json
|
|
190
|
-
selector: version
|
|
191
|
-
- id: claude-marketplace-metadata
|
|
192
|
-
path: .claude-plugin/marketplace.json
|
|
193
|
-
selector: metadata.version
|
|
194
|
-
- id: claude-marketplace-plugins
|
|
195
|
-
path: .claude-plugin/marketplace.json
|
|
196
|
-
selector: plugins[*].version
|
|
197
|
-
- id: opencode-plugin-marker
|
|
198
|
-
path: .opencode/plugins/agentera.js
|
|
199
|
-
selector: AGENTERA_VERSION
|
|
200
|
-
excluded_runtime_manifests:
|
|
201
|
-
- .opencode/package.json
|
|
202
|
-
runtime_package_manifests:
|
|
203
|
-
manifests:
|
|
204
|
-
- runtime: copilot
|
|
205
|
-
path: plugin.json
|
|
206
|
-
version_bearing: true
|
|
207
|
-
package_shape: suite-bundle
|
|
208
|
-
- runtime: copilot
|
|
209
|
-
path: .github/plugin/plugin.json
|
|
210
|
-
version_bearing: true
|
|
211
|
-
package_shape: suite-bundle
|
|
212
|
-
- runtime: codex
|
|
213
|
-
path: .codex-plugin/plugin.json
|
|
214
|
-
version_bearing: true
|
|
215
|
-
package_shape: suite-bundle
|
|
216
|
-
- runtime: claude
|
|
217
|
-
path: .claude-plugin/marketplace.json
|
|
218
|
-
version_bearing: true
|
|
219
|
-
package_shape: suite-bundle
|
|
220
|
-
- runtime: opencode
|
|
221
|
-
path: .opencode/package.json
|
|
222
|
-
version_bearing: false
|
|
223
|
-
package_shape: suite-bundle
|
|
224
|
-
shared_paths_policy: validate minimum shared paths separately from full bundle includes
|
|
225
|
-
bundle_surfaces:
|
|
226
|
-
directories:
|
|
227
|
-
- skills
|
|
228
|
-
- scripts
|
|
229
|
-
- hooks
|
|
230
|
-
- references
|
|
231
|
-
- agents
|
|
232
|
-
- .agents/plugins
|
|
233
|
-
- .codex-plugin
|
|
234
|
-
- .claude-plugin
|
|
235
|
-
- .github/hooks
|
|
236
|
-
- .github/plugin
|
|
237
|
-
- .opencode/commands
|
|
238
|
-
- .opencode/plugins
|
|
239
|
-
files:
|
|
240
|
-
- README.md
|
|
241
|
-
- UPGRADE.md
|
|
242
|
-
- CHANGELOG.md
|
|
243
|
-
- DESIGN.md
|
|
244
|
-
- LICENSE
|
|
245
|
-
- pyproject.toml
|
|
246
|
-
- uv.lock
|
|
247
|
-
- registry.json
|
|
248
|
-
- plugin.json
|
|
249
|
-
- .opencode/package.json
|
|
250
|
-
skip_parts:
|
|
251
|
-
- __pycache__
|
|
252
|
-
- .pytest_cache
|
|
253
|
-
- node_modules
|
|
254
|
-
skip_suffixes:
|
|
255
|
-
- .pyc
|
|
256
|
-
- .pyo
|
|
257
|
-
package_commands:
|
|
258
|
-
commands:
|
|
259
|
-
- runtime: all
|
|
260
|
-
action: remove-legacy-skills
|
|
261
|
-
phase: cleanup
|
|
262
|
-
argv:
|
|
263
|
-
- npx
|
|
264
|
-
- skills
|
|
265
|
-
- remove
|
|
266
|
-
- hej
|
|
267
|
-
- visionera
|
|
268
|
-
- resonera
|
|
269
|
-
- inspirera
|
|
270
|
-
- planera
|
|
271
|
-
- realisera
|
|
272
|
-
- inspektera
|
|
273
|
-
- optimera
|
|
274
|
-
- orkestrera
|
|
275
|
-
- visualisera
|
|
276
|
-
- dokumentera
|
|
277
|
-
- profilera
|
|
278
|
-
- -g
|
|
279
|
-
- -y
|
|
280
|
-
skipped_without_update_packages_message: legacy skill removal skipped; pass --update-packages to run
|
|
281
|
-
- runtime: claude
|
|
282
|
-
action: install-agentera-skill
|
|
283
|
-
phase: runtime-install
|
|
284
|
-
argv:
|
|
285
|
-
- npx
|
|
286
|
-
- skills
|
|
287
|
-
- add
|
|
288
|
-
- jgabor/agentera
|
|
289
|
-
- -g
|
|
290
|
-
- -a
|
|
291
|
-
- claude-code
|
|
292
|
-
- --skill
|
|
293
|
-
- agentera
|
|
294
|
-
- -y
|
|
295
|
-
skipped_without_update_packages_message: external package update skipped; pass --update-packages to run
|
|
296
|
-
- runtime: opencode
|
|
297
|
-
action: install-agentera-skill
|
|
298
|
-
phase: runtime-install
|
|
299
|
-
argv:
|
|
300
|
-
- npx
|
|
301
|
-
- skills
|
|
302
|
-
- add
|
|
303
|
-
- jgabor/agentera
|
|
304
|
-
- -g
|
|
305
|
-
- -a
|
|
306
|
-
- opencode
|
|
307
|
-
- --skill
|
|
308
|
-
- agentera
|
|
309
|
-
- -y
|
|
310
|
-
skipped_without_update_packages_message: external package update skipped; pass --update-packages to run
|
|
311
|
-
safety:
|
|
312
|
-
argv_only: true
|
|
313
|
-
update_packages_required_to_plan: true
|
|
314
|
-
yes_required_to_execute: true
|
|
315
|
-
preserve_existing_write_gates: true
|
|
316
|
-
cleanup_phase: cleanup
|
|
317
|
-
runtime_install_phase: runtime-install
|
|
318
|
-
docs_targets:
|
|
319
|
-
version_files_source: .agentera/docs.yaml conventions.version_files
|
|
320
|
-
version_files:
|
|
321
|
-
- pyproject.toml
|
|
322
|
-
- uv.lock
|
|
323
|
-
- plugin.json
|
|
324
|
-
- .github/plugin/plugin.json
|
|
325
|
-
- .codex-plugin/plugin.json
|
|
326
|
-
- .claude-plugin/marketplace.json
|
|
327
|
-
- .opencode/plugins/agentera.js
|
|
328
|
-
- registry.json
|
|
329
|
-
index_targets:
|
|
330
|
-
- references/adapters/package-surface-characterization.md
|
|
331
|
-
- references/adapters/package-manifest-interface-model.yaml
|
|
332
|
-
excluded_version_files:
|
|
333
|
-
- .opencode/package.json
|
|
334
|
-
release_policy:
|
|
335
|
-
semver_policy_source: .agentera/docs.yaml conventions.semver_policy
|
|
336
|
-
version_bump_required_for_interface_only_change: false
|
|
337
|
-
release_publication_in_scope: false
|
|
@@ -17,116 +17,21 @@ records:
|
|
|
17
17
|
- id: registry
|
|
18
18
|
path: registry.json
|
|
19
19
|
selector: skills[0].version
|
|
20
|
-
- id:
|
|
21
|
-
path:
|
|
22
|
-
selector: project.version
|
|
23
|
-
- id: copilot-root
|
|
24
|
-
path: plugin.json
|
|
20
|
+
- id: cli-package
|
|
21
|
+
path: packages/cli/package.json
|
|
25
22
|
selector: version
|
|
26
|
-
- id:
|
|
27
|
-
path:
|
|
28
|
-
selector:
|
|
29
|
-
- id:
|
|
30
|
-
path:
|
|
31
|
-
selector: version
|
|
32
|
-
- id: claude-marketplace-metadata
|
|
33
|
-
path: .claude-plugin/marketplace.json
|
|
34
|
-
selector: metadata.version
|
|
35
|
-
- id: claude-marketplace-plugins
|
|
36
|
-
path: .claude-plugin/marketplace.json
|
|
37
|
-
selector: plugins[*].version
|
|
38
|
-
- id: opencode-plugin-marker
|
|
39
|
-
path: .opencode/plugins/agentera.js
|
|
40
|
-
selector: AGENTERA_VERSION
|
|
41
|
-
excluded_runtime_manifests:
|
|
42
|
-
- .opencode/package.json
|
|
43
|
-
runtime_package_manifests:
|
|
44
|
-
manifests:
|
|
45
|
-
- id: copilot-root-manifest
|
|
46
|
-
runtime: copilot
|
|
47
|
-
path: plugin.json
|
|
48
|
-
version_bearing: true
|
|
49
|
-
package_shape: suite-bundle
|
|
50
|
-
- id: copilot-repository-manifest
|
|
51
|
-
runtime: copilot
|
|
52
|
-
path: .github/plugin/plugin.json
|
|
53
|
-
version_bearing: true
|
|
54
|
-
package_shape: suite-bundle
|
|
55
|
-
- id: codex-plugin-manifest
|
|
56
|
-
runtime: codex
|
|
57
|
-
path: .codex-plugin/plugin.json
|
|
58
|
-
version_bearing: true
|
|
59
|
-
package_shape: suite-bundle
|
|
60
|
-
- id: cursor-plugin-manifest
|
|
61
|
-
runtime: cursor
|
|
62
|
-
path: .cursor-plugin/plugin.json
|
|
63
|
-
version_bearing: true
|
|
64
|
-
package_shape: suite-bundle
|
|
65
|
-
- id: claude-marketplace-manifest
|
|
66
|
-
runtime: claude
|
|
67
|
-
path: .claude-plugin/marketplace.json
|
|
68
|
-
version_bearing: true
|
|
69
|
-
package_shape: suite-bundle
|
|
70
|
-
- id: opencode-package-manifest
|
|
71
|
-
runtime: opencode
|
|
72
|
-
path: .opencode/package.json
|
|
73
|
-
version_bearing: false
|
|
74
|
-
package_shape: npm-loadable-plugin
|
|
75
|
-
shared_paths:
|
|
76
|
-
- id: skills
|
|
77
|
-
path: skills
|
|
78
|
-
kind: dir
|
|
79
|
-
- id: scripts
|
|
80
|
-
path: scripts
|
|
81
|
-
kind: dir
|
|
82
|
-
- id: hooks
|
|
83
|
-
path: hooks
|
|
84
|
-
kind: dir
|
|
85
|
-
- id: registry
|
|
86
|
-
path: registry.json
|
|
87
|
-
kind: file
|
|
88
|
-
- id: copilot-root-manifest
|
|
89
|
-
path: plugin.json
|
|
90
|
-
kind: file
|
|
91
|
-
- id: readme
|
|
92
|
-
path: README.md
|
|
93
|
-
kind: file
|
|
94
|
-
- id: upgrade-guide
|
|
95
|
-
path: UPGRADE.md
|
|
96
|
-
kind: file
|
|
97
|
-
shared_paths_policy: validate minimum shared paths separately from full bundle includes
|
|
23
|
+
- id: cli-suite-marker
|
|
24
|
+
path: packages/cli/package.json
|
|
25
|
+
selector: agentera.suiteVersion
|
|
26
|
+
- id: skill-frontmatter
|
|
27
|
+
path: skills/agentera/SKILL.md
|
|
28
|
+
selector: frontmatter.version
|
|
98
29
|
bundle_surfaces:
|
|
99
30
|
directories:
|
|
100
31
|
- id: skills
|
|
101
32
|
path: skills
|
|
102
|
-
- id: scripts
|
|
103
|
-
path: scripts
|
|
104
|
-
- id: hooks
|
|
105
|
-
path: hooks
|
|
106
33
|
- id: references
|
|
107
34
|
path: references
|
|
108
|
-
- id: agents
|
|
109
|
-
path: agents
|
|
110
|
-
- id: agents-plugins
|
|
111
|
-
path: .agents/plugins
|
|
112
|
-
- id: codex-plugin
|
|
113
|
-
path: .codex-plugin
|
|
114
|
-
- id: cursor-plugin
|
|
115
|
-
path: .cursor-plugin
|
|
116
|
-
- id: cursor-agents
|
|
117
|
-
path: .cursor/agents
|
|
118
|
-
- id: claude-plugin
|
|
119
|
-
path: .claude-plugin
|
|
120
|
-
- id: github-hooks
|
|
121
|
-
path: .github/hooks
|
|
122
|
-
- id: github-plugin
|
|
123
|
-
path: .github/plugin
|
|
124
|
-
- id: opencode-commands
|
|
125
|
-
path: .opencode/commands
|
|
126
|
-
- id: opencode-agents
|
|
127
|
-
path: .opencode/agents
|
|
128
|
-
- id: opencode-plugins
|
|
129
|
-
path: .opencode/plugins
|
|
130
35
|
files:
|
|
131
36
|
- id: readme
|
|
132
37
|
path: README.md
|
|
@@ -138,18 +43,19 @@ records:
|
|
|
138
43
|
path: DESIGN.md
|
|
139
44
|
- id: license
|
|
140
45
|
path: LICENSE
|
|
141
|
-
- id: python-project
|
|
142
|
-
path: pyproject.toml
|
|
143
|
-
- id: python-lock
|
|
144
|
-
path: uv.lock
|
|
145
46
|
- id: registry
|
|
146
47
|
path: registry.json
|
|
147
|
-
- id:
|
|
148
|
-
path:
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
48
|
+
- id: routing-evaluation-corpus
|
|
49
|
+
path: fixtures/routing/hybrid-corpus.yaml
|
|
50
|
+
generated_files:
|
|
51
|
+
- id: npx-bundle-marker
|
|
52
|
+
path: .agentera-npx-bundle.json
|
|
53
|
+
format: json
|
|
54
|
+
classification: active
|
|
55
|
+
- id: extract-corpus-parity
|
|
56
|
+
path: extract-corpus-parity.json
|
|
57
|
+
format: json
|
|
58
|
+
classification: active
|
|
153
59
|
skip_parts:
|
|
154
60
|
- __pycache__
|
|
155
61
|
- .pytest_cache
|
|
@@ -157,90 +63,16 @@ records:
|
|
|
157
63
|
skip_suffixes:
|
|
158
64
|
- .pyc
|
|
159
65
|
- .pyo
|
|
160
|
-
package_commands:
|
|
161
|
-
commands:
|
|
162
|
-
- id: remove-legacy-skills
|
|
163
|
-
runtime: all
|
|
164
|
-
action: remove-legacy-skills
|
|
165
|
-
phase: cleanup
|
|
166
|
-
argv:
|
|
167
|
-
- npx
|
|
168
|
-
- skills
|
|
169
|
-
- remove
|
|
170
|
-
- hej
|
|
171
|
-
- visionera
|
|
172
|
-
- resonera
|
|
173
|
-
- inspirera
|
|
174
|
-
- planera
|
|
175
|
-
- realisera
|
|
176
|
-
- inspektera
|
|
177
|
-
- optimera
|
|
178
|
-
- orkestrera
|
|
179
|
-
- visualisera
|
|
180
|
-
- dokumentera
|
|
181
|
-
- profilera
|
|
182
|
-
- -g
|
|
183
|
-
- -y
|
|
184
|
-
skipped_without_update_packages_message: legacy skill removal skipped; pass --update-packages to run
|
|
185
|
-
- id: install-agentera-skill-claude
|
|
186
|
-
runtime: claude
|
|
187
|
-
action: install-agentera-skill
|
|
188
|
-
phase: runtime-install
|
|
189
|
-
argv:
|
|
190
|
-
- npx
|
|
191
|
-
- skills
|
|
192
|
-
- add
|
|
193
|
-
- jgabor/agentera
|
|
194
|
-
- -g
|
|
195
|
-
- -a
|
|
196
|
-
- claude-code
|
|
197
|
-
- --skill
|
|
198
|
-
- agentera
|
|
199
|
-
- -y
|
|
200
|
-
skipped_without_update_packages_message: external package update skipped; pass --update-packages to run
|
|
201
|
-
- id: install-agentera-skill-opencode
|
|
202
|
-
runtime: opencode
|
|
203
|
-
action: install-agentera-skill
|
|
204
|
-
phase: runtime-install
|
|
205
|
-
argv:
|
|
206
|
-
- npx
|
|
207
|
-
- skills
|
|
208
|
-
- add
|
|
209
|
-
- jgabor/agentera
|
|
210
|
-
- -g
|
|
211
|
-
- -a
|
|
212
|
-
- opencode
|
|
213
|
-
- --skill
|
|
214
|
-
- agentera
|
|
215
|
-
- -y
|
|
216
|
-
skipped_without_update_packages_message: external package update skipped; pass --update-packages to run
|
|
217
|
-
safety:
|
|
218
|
-
argv_only: true
|
|
219
|
-
update_packages_required_to_plan: true
|
|
220
|
-
yes_required_to_execute: true
|
|
221
|
-
preserve_existing_write_gates: true
|
|
222
|
-
cleanup_phase: cleanup
|
|
223
|
-
runtime_install_phase: runtime-install
|
|
224
66
|
docs_targets:
|
|
225
67
|
version_files_source: .agentera/docs.yaml conventions.version_files
|
|
226
68
|
version_files:
|
|
227
|
-
-
|
|
228
|
-
- uv.lock
|
|
229
|
-
- plugin.json
|
|
230
|
-
- .github/plugin/plugin.json
|
|
231
|
-
- .codex-plugin/plugin.json
|
|
232
|
-
- .cursor-plugin/plugin.json
|
|
233
|
-
- .claude-plugin/marketplace.json
|
|
234
|
-
- .opencode/plugins/agentera.js
|
|
69
|
+
- packages/cli/package.json
|
|
235
70
|
- skills/agentera/SKILL.md
|
|
236
|
-
- skills/hej/SKILL.md
|
|
237
71
|
- registry.json
|
|
238
72
|
index_targets:
|
|
239
73
|
- references/adapters/package-surface-characterization.md
|
|
240
74
|
- references/adapters/package-manifest-interface-model.yaml
|
|
241
75
|
- references/adapters/package-registry.yaml
|
|
242
|
-
excluded_version_files:
|
|
243
|
-
- .opencode/package.json
|
|
244
76
|
release_policy:
|
|
245
77
|
semver_policy_source: .agentera/docs.yaml conventions.semver_policy
|
|
246
78
|
version_bump_required_for_interface_only_change: false
|
|
@@ -1,48 +1,47 @@
|
|
|
1
|
-
# Package
|
|
1
|
+
# Package surface characterization
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Current Agentera 3.0 package behavior is owned by
|
|
4
|
+
`references/adapters/package-registry.yaml` and the TypeScript
|
|
5
|
+
`PackageRegistry` loader. The package has two product surfaces: the CLI and the
|
|
6
|
+
canonical shared skill.
|
|
4
7
|
|
|
5
|
-
|
|
8
|
+
## Version matrix
|
|
6
9
|
|
|
7
|
-
|
|
10
|
+
`registry.json` `skills[0].version` is the persisted suite authority. Tracked
|
|
11
|
+
suite mirrors must match it exactly. The npm package `version` may carry a
|
|
12
|
+
development pre-release suffix, but its `X.Y.Z` core must match the suite:
|
|
8
13
|
|
|
9
|
-
|
|
14
|
+
| Surface | Selector |
|
|
15
|
+
| --- | --- |
|
|
16
|
+
| `packages/cli/package.json` | `version` (development pre-release) and `agentera.suiteVersion` (suite) |
|
|
17
|
+
| `skills/agentera/SKILL.md` | frontmatter `version` |
|
|
10
18
|
|
|
11
|
-
|
|
19
|
+
`packages/cli/package.json#agentera.gitRef` identifies the last substantive
|
|
20
|
+
package-source commit, not a later verification-only commit. Repository-local
|
|
21
|
+
release validation requires that commit to exist and compares the package
|
|
22
|
+
contract, compiled-source inputs, scripts, and bundled-data inputs against it.
|
|
23
|
+
Only the package version and `gitRef`, project state, and the release validator
|
|
24
|
+
implementing this check are excluded, avoiding a circular source reference.
|
|
12
25
|
|
|
13
|
-
|
|
14
|
-
| --- | --- | --- |
|
|
15
|
-
| `registry.json` | version-bearing surface | `skills[0].version` is the suite authority. |
|
|
16
|
-
| `pyproject.toml` | version-bearing surface | `[project].version` matches the registry suite version. |
|
|
17
|
-
| `plugin.json` | version-bearing surface and runtime package manifest | root Copilot manifest `version` matches the suite version. |
|
|
18
|
-
| `.github/plugin/plugin.json` | version-bearing surface and runtime package manifest | repository Copilot manifest `version` matches the suite version. |
|
|
19
|
-
| `.codex-plugin/plugin.json` | version-bearing surface and runtime package manifest | Codex manifest `version` matches the suite version. |
|
|
20
|
-
| `.claude-plugin/marketplace.json` | version-bearing surface and runtime package manifest | `metadata.version` and every plugin entry version, including the legacy `hej` bridge, match the suite version. |
|
|
21
|
-
| `.opencode/plugins/agentera.js` | version-bearing surface | `AGENTERA_VERSION` matches the registry suite version and drives the OpenCode command marker file `.agentera-version`. |
|
|
26
|
+
## npm bundle
|
|
22
27
|
|
|
23
|
-
|
|
28
|
+
Contributor construction, checkout-generation, and recovery behavior is owned
|
|
29
|
+
by [`docs/packaging/v3-packaging.md`](../../docs/packaging/v3-packaging.md).
|
|
24
30
|
|
|
25
|
-
|
|
31
|
+
The self-contained npm package ships `dist/` plus `bundle/`. Bundle data
|
|
32
|
+
includes the canonical `skills/` tree, required `references/`, `registry.json`,
|
|
33
|
+
the frozen routing evaluation corpus, and package guidance. Compiled commands
|
|
34
|
+
ship in `dist/`. The shared-skill tree includes its capability schemas and artifact schemas.
|
|
26
35
|
|
|
27
|
-
|
|
36
|
+
The package lane's isolated package fixture invokes `npm pack --json
|
|
37
|
+
--ignore-scripts` after governed construction and fails if the CLI or required
|
|
38
|
+
bundle data disappears, or if a current host-native descriptor/runtime path
|
|
39
|
+
enters the package. Contributors use `pnpm -C packages/cli run pack:dry-run`;
|
|
40
|
+
direct checkout packing remains rejected by the canonical packaging authority.
|
|
28
41
|
|
|
29
|
-
|
|
30
|
-
| --- | --- | --- | --- | --- | --- |
|
|
31
|
-
| `all` | `remove-legacy-skills` | `npx skills remove hej visionera resonera inspirera planera realisera inspektera optimera orkestrera visualisera dokumentera profilera -g -y` | `legacy skill removal skipped; pass --update-packages to run` | `--update-packages` without `--yes` leaves status `pending` and does not execute. | status becomes `applied`, message `package update completed`, and command result tails are recorded. |
|
|
32
|
-
| `claude` | `install-agentera-skill` | `npx skills add jgabor/agentera -g -a claude-code --skill agentera -y` | `external package update skipped; pass --update-packages to run` | `--update-packages` without `--yes` leaves status `pending` and does not execute. | status becomes `applied`, message `package update completed`, and command result tails are recorded. |
|
|
33
|
-
| `opencode` | `install-agentera-skill` | `npx skills add jgabor/agentera -g -a opencode --skill agentera -y` | `external package update skipped; pass --update-packages to run` | `--update-packages` without `--yes` leaves status `pending` and does not execute. | status becomes `applied`, message `package update completed`, and command result tails are recorded. |
|
|
42
|
+
## Native package boundary
|
|
34
43
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
| Drift point | Surface class | Decision | Current behavior to preserve before migration |
|
|
40
|
-
| --- | --- | --- | --- |
|
|
41
|
-
| `pyproject.toml` force-includes and `scripts/agentera_upgrade.py` bundle lists duplicate the same shipped bundle directories and files. | bundle metadata surface | `standardize` | Keep both lists aligned now; later PackageManifest should own the list once. |
|
|
42
|
-
| Lifecycle validation requires only the minimal shared runtime package paths (`skills`, `scripts`, `hooks`, `registry.json`, `plugin.json`, `pyproject.toml`, `README.md`) while pyproject and upgrade copy the larger distributable bundle. | runtime package manifest | `standardize` | Keep the validator as a minimum package-shape check now; later PackageManifest should separate minimal runtime metadata from full bundle includes. |
|
|
43
|
-
| Runtime manifest `agentera.sharedPaths` includes `UPGRADE.md`, but `SUITE_BUNDLE_REQUIRED_PATHS` does not require it. | runtime package manifest | `standardize` | Keep current validator leniency now; later PackageManifest should make required shared paths explicit in one place. |
|
|
44
|
-
| `.agentera/docs.yaml` `version_files` includes version-bearing surfaces and excludes `.opencode/package.json`. | version-bearing surface | `preserve` | Keep `.opencode/package.json` out of version checks because it is a runtime package manifest, not a suite version surface. |
|
|
45
|
-
| `.opencode/package.json` is force-included and bundled, but it is not in docs `version_files`. | runtime package manifest | `preserve` | Keep packaging it without treating it as version-bearing. |
|
|
46
|
-
| Upgrade package commands are represented as argv lists for Claude Code and OpenCode only; Codex and Copilot have runtime manifests but no package-manager command entries. | package-manager command surface | `preserve` | Keep command planning limited to currently managed package runtimes. |
|
|
47
|
-
| `.claude-plugin/marketplace.json` carries a `hej` legacy bridge version alongside `agentera`. | version-bearing surface | `defer` | Keep the legacy bridge version aligned until a separate legacy-bridge removal or marketplace simplification task exists. |
|
|
48
|
-
| Live package-manager behavior is not characterized by this task. | package-manager command surface | `defer` | Keep tests mocked; do not introduce live `npx skills` execution. |
|
|
44
|
+
The package registry defines no host-native manifest parity, package-manager
|
|
45
|
+
command, runtime source tree, or native install command. Historical migration
|
|
46
|
+
readers and fixtures remain source-only compatibility data; they do not create a
|
|
47
|
+
current integration surface in the npm inventory.
|