agentera 3.0.0-dev.23 → 3.0.0-dev.26
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/README.md +18 -22
- package/bundle/CHANGELOG.md +25 -27
- package/bundle/README.md +22 -42
- package/bundle/UPGRADE.md +71 -179
- package/bundle/references/adapters/package-manifest-interface-model.yaml +41 -240
- package/bundle/references/adapters/package-registry.yaml +9 -145
- package/bundle/references/adapters/package-surface-characterization.md +13 -38
- package/bundle/references/adapters/runtime-lifecycle-adapters.yaml +5 -219
- package/bundle/references/adapters/runtime-lifecycle-authority.yaml +2 -29
- package/bundle/references/adapters/runtime-lifecycle-operation-contract.yaml +1 -1
- package/bundle/references/artifacts/state-storage-authority.yaml +729 -412
- package/bundle/references/cli/agent-ready-state-contract.yaml +12 -12
- package/bundle/references/cli/app-lifecycle-vocabulary.yaml +3 -4
- package/bundle/references/cli/bundle-skill-vocabulary.yaml +9 -18
- package/bundle/references/cli/capability-tool-classification.yaml +2 -2
- package/bundle/references/cli/prime-consumer-compatibility.yaml +28 -98
- package/bundle/references/cli/routing-execution-vocabulary.yaml +4 -22
- package/bundle/references/cli/update-channels.yaml +4 -2
- package/bundle/references/cli/upgrade-repair-wording.md +8 -28
- package/bundle/references/cli/v3-handoff-manifest.schema.yaml +2 -3
- package/bundle/references/cli/vocabulary.md +22 -27
- package/bundle/references/meta/documentation-inventory.md +1 -1
- package/bundle/skills/agentera/SKILL.md +28 -14
- package/bundle/skills/agentera/capabilities/audit/schemas/artifacts.yaml +12 -12
- package/bundle/skills/agentera/capabilities/audit/schemas/validation.yaml +2 -2
- package/bundle/skills/agentera/capabilities/build/schemas/artifacts.yaml +12 -12
- package/bundle/skills/agentera/capabilities/build/schemas/validation.yaml +8 -8
- package/bundle/skills/agentera/capabilities/design/schemas/artifacts.yaml +6 -6
- package/bundle/skills/agentera/capabilities/discuss/schemas/artifacts.yaml +7 -7
- package/bundle/skills/agentera/capabilities/document/schemas/artifacts.yaml +12 -12
- package/bundle/skills/agentera/capabilities/optimize/schemas/artifacts.yaml +9 -9
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/artifacts.yaml +11 -11
- package/bundle/skills/agentera/capabilities/plan/schemas/artifacts.yaml +9 -9
- package/bundle/skills/agentera/capabilities/profile/schemas/artifacts.yaml +2 -2
- package/bundle/skills/agentera/capabilities/research/schemas/artifacts.yaml +3 -3
- package/bundle/skills/agentera/capabilities/status/schemas/artifacts.yaml +11 -11
- package/bundle/skills/agentera/capabilities/vision/schemas/artifacts.yaml +8 -8
- package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +15 -2
- package/bundle/skills/agentera/schemas/artifacts/docs.yaml +7 -12
- package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +21 -21
- package/bundle/skills/agentera/schemas/artifacts/health.yaml +15 -2
- package/bundle/skills/agentera/schemas/artifacts/plan.yaml +36 -15
- package/bundle/skills/agentera/schemas/artifacts/progress.yaml +15 -2
- package/bundle/skills/agentera/schemas/artifacts/todo.yaml +4 -4
- package/dist/capabilities/audit/instructions.js +13 -1
- package/dist/capabilities/audit/instructions.js.map +1 -1
- package/dist/capabilities/build/instructions.js +14 -1
- package/dist/capabilities/build/instructions.js.map +1 -1
- package/dist/capabilities/discuss/instructions.js +11 -1
- package/dist/capabilities/discuss/instructions.js.map +1 -1
- package/dist/capabilities/document/instructions.js +9 -1
- package/dist/capabilities/document/instructions.js.map +1 -1
- package/dist/capabilities/index.js +7 -7
- package/dist/capabilities/index.js.map +1 -1
- package/dist/capabilities/optimize/instructions.js +10 -1
- package/dist/capabilities/optimize/instructions.js.map +1 -1
- package/dist/capabilities/orchestrate/instructions.js +13 -2
- package/dist/capabilities/orchestrate/instructions.js.map +1 -1
- package/dist/capabilities/plan/instructions.js +10 -1
- package/dist/capabilities/plan/instructions.js.map +1 -1
- package/dist/cli/capabilityContext/bespoke.js +8 -2
- package/dist/cli/capabilityContext/bespoke.js.map +1 -1
- package/dist/cli/capabilityContext/closeout.js +3 -3
- package/dist/cli/capabilityContext/closeout.js.map +1 -1
- package/dist/cli/capabilityContext/contract.js +10 -15
- package/dist/cli/capabilityContext/contract.js.map +1 -1
- package/dist/cli/capabilityContext/evidence.js +55 -43
- package/dist/cli/capabilityContext/evidence.js.map +1 -1
- package/dist/cli/capabilityContext/planState.js +5 -5
- package/dist/cli/capabilityContext/planState.js.map +1 -1
- package/dist/cli/capabilityContext/progress.js +1 -1
- package/dist/cli/capabilityContext/progress.js.map +1 -1
- package/dist/cli/capabilityContext/shared.js +8 -2
- package/dist/cli/capabilityContext/shared.js.map +1 -1
- package/dist/cli/capabilityContext/slim.js +2 -1
- package/dist/cli/capabilityContext/slim.js.map +1 -1
- package/dist/cli/capabilityContext/startup.js +19 -8
- package/dist/cli/capabilityContext/startup.js.map +1 -1
- package/dist/cli/capabilityContext/types.js +4 -4
- package/dist/cli/capabilityContext/types.js.map +1 -1
- package/dist/cli/commands/doctor.js +6 -64
- package/dist/cli/commands/doctor.js.map +1 -1
- package/dist/cli/commands/durability.js +27 -30
- package/dist/cli/commands/durability.js.map +1 -1
- package/dist/cli/commands/entityMigrate.js +128 -0
- package/dist/cli/commands/entityMigrate.js.map +1 -0
- package/dist/cli/commands/prime/briefOrientation.js +7 -22
- package/dist/cli/commands/prime/briefOrientation.js.map +1 -1
- package/dist/cli/commands/prime/bundleStatus.js +8 -2
- package/dist/cli/commands/prime/bundleStatus.js.map +1 -1
- package/dist/cli/commands/prime/collectEntityOrientation.js +161 -0
- package/dist/cli/commands/prime/collectEntityOrientation.js.map +1 -0
- package/dist/cli/commands/prime/collectOrientationState.js +32 -59
- package/dist/cli/commands/prime/collectOrientationState.js.map +1 -1
- package/dist/cli/commands/prime/orientationOutput.js +4 -12
- package/dist/cli/commands/prime/orientationOutput.js.map +1 -1
- package/dist/cli/commands/prime.js +2 -5
- package/dist/cli/commands/prime.js.map +1 -1
- package/dist/cli/commands/query.js +43 -49
- package/dist/cli/commands/query.js.map +1 -1
- package/dist/cli/commands/schema.js +26 -83
- package/dist/cli/commands/schema.js.map +1 -1
- package/dist/cli/commands/state/decisions.js +14 -47
- package/dist/cli/commands/state/decisions.js.map +1 -1
- package/dist/cli/commands/state/docs.js +58 -84
- package/dist/cli/commands/state/docs.js.map +1 -1
- package/dist/cli/commands/state/experimentRecords.js +27 -44
- package/dist/cli/commands/state/experimentRecords.js.map +1 -1
- package/dist/cli/commands/state/experiments.js +11 -64
- package/dist/cli/commands/state/experiments.js.map +1 -1
- package/dist/cli/commands/state/get.js +74 -88
- package/dist/cli/commands/state/get.js.map +1 -1
- package/dist/cli/commands/state/health.js +11 -112
- package/dist/cli/commands/state/health.js.map +1 -1
- package/dist/cli/commands/state/index.js +11 -2
- package/dist/cli/commands/state/index.js.map +1 -1
- package/dist/cli/commands/state/list.js +30 -13
- package/dist/cli/commands/state/list.js.map +1 -1
- package/dist/cli/commands/state/objective.js +21 -64
- package/dist/cli/commands/state/objective.js.map +1 -1
- package/dist/cli/commands/state/plan.js +11 -376
- package/dist/cli/commands/state/plan.js.map +1 -1
- package/dist/cli/commands/state/planTasks.js +58 -80
- package/dist/cli/commands/state/planTasks.js.map +1 -1
- package/dist/cli/commands/state/plans.js +27 -38
- package/dist/cli/commands/state/plans.js.map +1 -1
- package/dist/cli/commands/state/progress.js +11 -44
- package/dist/cli/commands/state/progress.js.map +1 -1
- package/dist/cli/commands/state/shared.js.map +1 -1
- package/dist/cli/commands/state/todo.js +27 -106
- package/dist/cli/commands/state/todo.js.map +1 -1
- package/dist/cli/commands/state/write.js +57 -4
- package/dist/cli/commands/state/write.js.map +1 -1
- package/dist/cli/commands/upgrade.js +99 -35
- package/dist/cli/commands/upgrade.js.map +1 -1
- package/dist/cli/commands/upgradeVerify.js +52 -14
- package/dist/cli/commands/upgradeVerify.js.map +1 -1
- package/dist/cli/commands/validate.js +66 -9
- package/dist/cli/commands/validate.js.map +1 -1
- package/dist/cli/dispatch/check.js +13 -13
- package/dist/cli/dispatch/check.js.map +1 -1
- package/dist/cli/dispatch/index.js +35 -28
- package/dist/cli/dispatch/index.js.map +1 -1
- package/dist/cli/dispatch/lifecycle.js +23 -43
- package/dist/cli/dispatch/lifecycle.js.map +1 -1
- package/dist/cli/dispatch/prime.js +15 -0
- package/dist/cli/dispatch/prime.js.map +1 -1
- package/dist/cli/dispatch/state.js +7 -1
- package/dist/cli/dispatch/state.js.map +1 -1
- package/dist/cli/help.js +90 -112
- package/dist/cli/help.js.map +1 -1
- package/dist/cli/migrationRequired.js +87 -0
- package/dist/cli/migrationRequired.js.map +1 -0
- package/dist/cli/orientation/attention.js +3 -99
- package/dist/cli/orientation/attention.js.map +1 -1
- package/dist/cli/orientation.js +10 -7
- package/dist/cli/orientation.js.map +1 -1
- package/dist/cli/planArtifacts.js +192 -42
- package/dist/cli/planArtifacts.js.map +1 -1
- package/dist/cli/prime-blob.js +5 -5
- package/dist/cli/prime-blob.js.map +1 -1
- package/dist/cli/stateQuery.js +6 -7
- package/dist/cli/stateQuery.js.map +1 -1
- package/dist/core/skillIdentity.js +24 -0
- package/dist/core/skillIdentity.js.map +1 -0
- package/dist/hooks/common.js +1 -1
- package/dist/hooks/common.js.map +1 -1
- package/dist/hooks/compaction/status.js +27 -2
- package/dist/hooks/compaction/status.js.map +1 -1
- package/dist/hooks/cursorSessionStart.js +4 -19
- 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 +58 -212
- package/dist/hooks/sessionStart.js.map +1 -1
- package/dist/hooks/sessionStop.js +4 -12
- package/dist/hooks/sessionStop.js.map +1 -1
- package/dist/hooks/validateArtifact/traversal.js +1 -1
- package/dist/hooks/validateArtifact/traversal.js.map +1 -1
- package/dist/registries/artifactRegistry.js +24 -14
- package/dist/registries/artifactRegistry.js.map +1 -1
- package/dist/registries/packageRegistry.js +58 -232
- package/dist/registries/packageRegistry.js.map +1 -1
- package/dist/release/releaseMetadata.js +1 -13
- package/dist/release/releaseMetadata.js.map +1 -1
- package/dist/runtime/lifecycleAdapterContract.js +4 -4
- package/dist/runtime/lifecycleAdapterContract.js.map +1 -1
- package/dist/runtime/lifecycleAdapters.js +14 -2
- package/dist/runtime/lifecycleAdapters.js.map +1 -1
- package/dist/runtime/lifecycleAuthority.js +5 -43
- package/dist/runtime/lifecycleAuthority.js.map +1 -1
- package/dist/runtime/lifecycleOperationContract.js +3 -2
- package/dist/runtime/lifecycleOperationContract.js.map +1 -1
- package/dist/runtime/lifecyclePublication.js +21 -0
- package/dist/runtime/lifecyclePublication.js.map +1 -1
- package/dist/setup/opencode.js +20 -12
- package/dist/setup/opencode.js.map +1 -1
- package/dist/setup/sharedSkill.js +46 -0
- package/dist/setup/sharedSkill.js.map +1 -0
- package/dist/setup/smokeChecks.js +16 -43
- package/dist/setup/smokeChecks.js.map +1 -1
- package/dist/state/archivePublication.js +3 -2
- package/dist/state/archivePublication.js.map +1 -1
- package/dist/state/decisionEntities.js +282 -0
- package/dist/state/decisionEntities.js.map +1 -0
- package/dist/state/decisionOverlay.js +2 -2
- package/dist/state/decisionOverlay.js.map +1 -1
- package/dist/state/decisionRevision.js +44 -34
- package/dist/state/decisionRevision.js.map +1 -1
- package/dist/state/directRetrieval.js.map +1 -1
- package/dist/state/durability.js +81 -226
- package/dist/state/durability.js.map +1 -1
- 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/entityMigrationPreview.js +803 -0
- package/dist/state/entityMigrationPreview.js.map +1 -0
- package/dist/state/entityPublicationContext.js +612 -0
- package/dist/state/entityPublicationContext.js.map +1 -0
- package/dist/state/entityStorage.js +826 -0
- package/dist/state/entityStorage.js.map +1 -0
- package/dist/state/experimentIdentity.js +23 -11
- package/dist/state/experimentIdentity.js.map +1 -1
- package/dist/state/healthEntities.js +230 -0
- package/dist/state/healthEntities.js.map +1 -0
- package/dist/state/healthEntityValidation.js +6 -0
- package/dist/state/healthEntityValidation.js.map +1 -0
- package/dist/state/legacyEntityCutoverEvidence.js +66 -0
- package/dist/state/legacyEntityCutoverEvidence.js.map +1 -0
- package/dist/state/listRetrieval.js.map +1 -1
- package/dist/state/objectiveExperimentEntities.js +323 -0
- package/dist/state/objectiveExperimentEntities.js.map +1 -0
- package/dist/state/planEntities.js +362 -0
- package/dist/state/planEntities.js.map +1 -0
- package/dist/state/progressEntities.js +384 -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/retrievalAuthority.js +13 -6
- package/dist/state/retrievalAuthority.js.map +1 -1
- package/dist/state/safeProjectFile.js +153 -0
- package/dist/state/safeProjectFile.js.map +1 -0
- package/dist/state/startupProjection.js +3 -2
- package/dist/state/startupProjection.js.map +1 -1
- package/dist/state/stateMode.js +83 -0
- package/dist/state/stateMode.js.map +1 -0
- package/dist/state/todoDocsEntities.js +225 -0
- package/dist/state/todoDocsEntities.js.map +1 -0
- package/dist/state/todoDocsEntityValidation.js +26 -0
- package/dist/state/todoDocsEntityValidation.js.map +1 -0
- package/dist/state/write/candidateMutation.js +5 -55
- package/dist/state/write/candidateMutation.js.map +1 -1
- package/dist/state/write/explain.js +119 -28
- package/dist/state/write/explain.js.map +1 -1
- package/dist/state/write/lock.js +794 -87
- package/dist/state/write/lock.js.map +1 -1
- package/dist/state/write/mutation.js +5 -2
- package/dist/state/write/mutation.js.map +1 -1
- package/dist/state/write/operations.js +52 -7
- package/dist/state/write/operations.js.map +1 -1
- package/dist/state/write/planEvaluation.js +107 -0
- package/dist/state/write/planEvaluation.js.map +1 -0
- package/dist/state/write/planPublication.js +11 -55
- package/dist/state/write/planPublication.js.map +1 -1
- package/dist/state/write/transaction.js +32 -455
- package/dist/state/write/transaction.js.map +1 -1
- package/dist/upgrade/appContentRefresh.js +43 -28
- package/dist/upgrade/appContentRefresh.js.map +1 -1
- package/dist/upgrade/compatibility.js +4 -4
- package/dist/upgrade/compatibility.js.map +1 -1
- package/dist/upgrade/doctor.js +5 -1
- package/dist/upgrade/doctor.js.map +1 -1
- package/dist/upgrade/installedHooksRetirement.js +46 -39
- package/dist/upgrade/installedHooksRetirement.js.map +1 -1
- package/dist/upgrade/legacyAgentCleanup.js +132 -32
- package/dist/upgrade/legacyAgentCleanup.js.map +1 -1
- package/dist/upgrade/lifecycleUpgrade.js +65 -378
- package/dist/upgrade/lifecycleUpgrade.js.map +1 -1
- package/dist/upgrade/migrateArtifactsV2ToV3.js +164 -66
- 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/projectIntegration.js +46 -113
- package/dist/upgrade/projectIntegration.js.map +1 -1
- package/dist/upgrade/projectIntegrationDecision.js +6 -96
- package/dist/upgrade/projectIntegrationDecision.js.map +1 -1
- package/dist/upgrade/runtimeMigration.js +222 -402
- package/dist/upgrade/runtimeMigration.js.map +1 -1
- package/dist/upgrade/upgradeCommands.js +5 -4
- package/dist/upgrade/upgradeCommands.js.map +1 -1
- package/dist/upgrade/upgradeLock.js +73 -41
- package/dist/upgrade/upgradeLock.js.map +1 -1
- package/dist/upgrade/upgradeOrchestrator.js +181 -145
- package/dist/upgrade/upgradeOrchestrator.js.map +1 -1
- package/dist/upgrade/v3CapabilitySurface.js +2 -2
- package/dist/validate/appHomeContract.js +0 -4
- package/dist/validate/appHomeContract.js.map +1 -1
- package/dist/validate/crossCapability.js +2 -2
- package/dist/validate/crossCapability.js.map +1 -1
- package/package.json +8 -6
- package/bundle/.codex-plugin/plugin.json +0 -92
- package/bundle/.cursor/agents/agentera.md +0 -7
- package/bundle/.cursor/hooks.json +0 -32
- package/bundle/.cursor-plugin/plugin.json +0 -34
- package/bundle/.github/hooks/postToolUse.json +0 -9
- package/bundle/.github/hooks/preToolUse.json +0 -8
- package/bundle/.github/hooks/sessionEnd.json +0 -8
- package/bundle/.github/hooks/sessionStart.json +0 -8
- package/bundle/.github/plugin/plugin.json +0 -7
- package/bundle/.opencode/agents/agentera.md +0 -12
- package/bundle/.opencode/commands/agentera.md +0 -5
- package/bundle/.opencode/package.json +0 -31
- package/bundle/.opencode/plugins/agentera.js +0 -820
- package/bundle/agents/openai.yaml +0 -87
- package/bundle/hooks/codex-hooks.json +0 -31
- package/bundle/hooks/codex-plugin-hooks.json +0 -31
- package/bundle/plugin.json +0 -13
- package/bundle/references/adapters/cursor.md +0 -224
- package/bundle/references/adapters/opencode.md +0 -529
- package/bundle/references/adapters/runtime-adapter-characterization.md +0 -44
- package/bundle/references/adapters/runtime-adapter-interface-model.yaml +0 -200
- package/bundle/references/adapters/runtime-adapter-registry.yaml +0 -387
- package/bundle/references/adapters/runtime-feature-parity.md +0 -129
- package/dist/cli/commands/backfill.js +0 -194
- package/dist/cli/commands/backfill.js.map +0 -1
- package/dist/cli/commands/migrate.js +0 -677
- package/dist/cli/commands/migrate.js.map +0 -1
- package/dist/registries/runtimeAdapterRegistry.js +0 -324
- 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 -129
- package/dist/setup/cursor.js.map +0 -1
- package/dist/setup/cursorSurfaces.js +0 -67
- package/dist/setup/cursorSurfaces.js.map +0 -1
- package/dist/setup/doctor/core.js +0 -296
- package/dist/setup/doctor/core.js.map +0 -1
- package/dist/setup/doctor/diagnostics.js +0 -201
- package/dist/setup/doctor/diagnostics.js.map +0 -1
- package/dist/setup/doctor/opencode.js +0 -301
- package/dist/setup/doctor/opencode.js.map +0 -1
- package/dist/setup/doctor/report.js +0 -425
- package/dist/setup/doctor/report.js.map +0 -1
- package/dist/setup/doctor.js +0 -10
- package/dist/setup/doctor.js.map +0 -1
- package/dist/state/gitBackfill.js +0 -561
- package/dist/state/gitBackfill.js.map +0 -1
- package/dist/state/gitBackfillAuthority.js +0 -141
- package/dist/state/gitBackfillAuthority.js.map +0 -1
- package/dist/state/gitBackfillHistory.js +0 -278
- package/dist/state/gitBackfillHistory.js.map +0 -1
- package/dist/state/gitBackfillOutput.js +0 -209
- package/dist/state/gitBackfillOutput.js.map +0 -1
- package/dist/state/legacyMigration.js +0 -516
- package/dist/state/legacyMigration.js.map +0 -1
- package/dist/state/legacyMigrationParser.js +0 -489
- package/dist/state/legacyMigrationParser.js.map +0 -1
- package/dist/state/migrationAuthority.js +0 -413
- package/dist/state/migrationAuthority.js.map +0 -1
- package/dist/state/migrationEnrichment.js +0 -35
- package/dist/state/migrationEnrichment.js.map +0 -1
- package/dist/upgrade/migrateArtifactsV1ToV2.js +0 -568
- package/dist/upgrade/migrateArtifactsV1ToV2.js.map +0 -1
- package/dist/upgrade/upgradeSnapshot.js +0 -93
- package/dist/upgrade/upgradeSnapshot.js.map +0 -1
- package/dist/validate/lifecycleAdapters/legacyPythonParity.js +0 -93
- package/dist/validate/lifecycleAdapters/legacyPythonParity.js.map +0 -1
- package/dist/validate/lifecycleAdapters/lifecycleMain.js +0 -154
- package/dist/validate/lifecycleAdapters/lifecycleMain.js.map +0 -1
- package/dist/validate/lifecycleAdapters/nodeFormChecks.js +0 -481
- package/dist/validate/lifecycleAdapters/nodeFormChecks.js.map +0 -1
- package/dist/validate/lifecycleAdapters/shared.js +0 -198
- package/dist/validate/lifecycleAdapters/shared.js.map +0 -1
- package/dist/validate/lifecycleAdapters.js +0 -10
- package/dist/validate/lifecycleAdapters.js.map +0 -1
|
@@ -23,97 +23,15 @@ records:
|
|
|
23
23
|
- id: cli-suite-marker
|
|
24
24
|
path: packages/cli/package.json
|
|
25
25
|
selector: agentera.suiteVersion
|
|
26
|
-
- id: copilot-root
|
|
27
|
-
path: plugin.json
|
|
28
|
-
selector: version
|
|
29
|
-
- id: copilot-repository
|
|
30
|
-
path: .github/plugin/plugin.json
|
|
31
|
-
selector: version
|
|
32
|
-
- id: codex-plugin
|
|
33
|
-
path: .codex-plugin/plugin.json
|
|
34
|
-
selector: version
|
|
35
|
-
- id: cursor-plugin
|
|
36
|
-
path: .cursor-plugin/plugin.json
|
|
37
|
-
selector: version
|
|
38
|
-
- id: opencode-plugin-marker
|
|
39
|
-
path: .opencode/plugins/agentera.js
|
|
40
|
-
selector: AGENTERA_VERSION
|
|
41
26
|
- id: skill-frontmatter
|
|
42
27
|
path: skills/agentera/SKILL.md
|
|
43
28
|
selector: frontmatter.version
|
|
44
|
-
excluded_runtime_manifests:
|
|
45
|
-
- .opencode/package.json
|
|
46
|
-
runtime_package_manifests:
|
|
47
|
-
manifests:
|
|
48
|
-
- id: copilot-root-manifest
|
|
49
|
-
runtime: copilot
|
|
50
|
-
path: plugin.json
|
|
51
|
-
version_bearing: true
|
|
52
|
-
package_shape: suite-bundle
|
|
53
|
-
- id: copilot-repository-manifest
|
|
54
|
-
runtime: copilot
|
|
55
|
-
path: .github/plugin/plugin.json
|
|
56
|
-
version_bearing: true
|
|
57
|
-
package_shape: suite-bundle
|
|
58
|
-
- id: codex-plugin-manifest
|
|
59
|
-
runtime: codex
|
|
60
|
-
path: .codex-plugin/plugin.json
|
|
61
|
-
version_bearing: true
|
|
62
|
-
package_shape: suite-bundle
|
|
63
|
-
- id: cursor-plugin-manifest
|
|
64
|
-
runtime: cursor
|
|
65
|
-
path: .cursor-plugin/plugin.json
|
|
66
|
-
version_bearing: true
|
|
67
|
-
package_shape: suite-bundle
|
|
68
|
-
- id: opencode-package-manifest
|
|
69
|
-
runtime: opencode
|
|
70
|
-
path: .opencode/package.json
|
|
71
|
-
version_bearing: false
|
|
72
|
-
package_shape: npm-loadable-plugin
|
|
73
|
-
shared_paths:
|
|
74
|
-
- id: skills
|
|
75
|
-
path: skills
|
|
76
|
-
kind: dir
|
|
77
|
-
- id: hooks
|
|
78
|
-
path: hooks
|
|
79
|
-
kind: dir
|
|
80
|
-
- id: registry
|
|
81
|
-
path: registry.json
|
|
82
|
-
kind: file
|
|
83
|
-
- id: copilot-root-manifest
|
|
84
|
-
path: plugin.json
|
|
85
|
-
kind: file
|
|
86
|
-
- id: readme
|
|
87
|
-
path: README.md
|
|
88
|
-
kind: file
|
|
89
|
-
- id: upgrade-guide
|
|
90
|
-
path: UPGRADE.md
|
|
91
|
-
kind: file
|
|
92
|
-
shared_paths_policy: validate minimum shared paths separately from full bundle includes
|
|
93
29
|
bundle_surfaces:
|
|
94
30
|
directories:
|
|
95
31
|
- id: skills
|
|
96
32
|
path: skills
|
|
97
33
|
- id: references
|
|
98
34
|
path: references
|
|
99
|
-
- id: agents
|
|
100
|
-
path: agents
|
|
101
|
-
- id: hooks
|
|
102
|
-
path: hooks
|
|
103
|
-
- id: github-hooks
|
|
104
|
-
path: .github/hooks
|
|
105
|
-
- id: codex-plugin
|
|
106
|
-
path: .codex-plugin
|
|
107
|
-
- id: cursor-plugin
|
|
108
|
-
path: .cursor-plugin
|
|
109
|
-
- id: cursor-agents
|
|
110
|
-
path: .cursor/agents
|
|
111
|
-
- id: opencode-commands
|
|
112
|
-
path: .opencode/commands
|
|
113
|
-
- id: opencode-agents
|
|
114
|
-
path: .opencode/agents
|
|
115
|
-
- id: opencode-plugins
|
|
116
|
-
path: .opencode/plugins
|
|
117
35
|
files:
|
|
118
36
|
- id: readme
|
|
119
37
|
path: README.md
|
|
@@ -127,14 +45,15 @@ records:
|
|
|
127
45
|
path: LICENSE
|
|
128
46
|
- id: registry
|
|
129
47
|
path: registry.json
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
48
|
+
generated_files:
|
|
49
|
+
- id: npx-bundle-marker
|
|
50
|
+
path: .agentera-npx-bundle.json
|
|
51
|
+
format: json
|
|
52
|
+
classification: active
|
|
53
|
+
- id: extract-corpus-parity
|
|
54
|
+
path: extract-corpus-parity.json
|
|
55
|
+
format: json
|
|
56
|
+
classification: active
|
|
138
57
|
skip_parts:
|
|
139
58
|
- __pycache__
|
|
140
59
|
- .pytest_cache
|
|
@@ -142,71 +61,16 @@ records:
|
|
|
142
61
|
skip_suffixes:
|
|
143
62
|
- .pyc
|
|
144
63
|
- .pyo
|
|
145
|
-
package_commands:
|
|
146
|
-
commands:
|
|
147
|
-
- id: remove-legacy-skills
|
|
148
|
-
runtime: all
|
|
149
|
-
action: remove-legacy-skills
|
|
150
|
-
phase: cleanup
|
|
151
|
-
argv:
|
|
152
|
-
- npx
|
|
153
|
-
- skills
|
|
154
|
-
- remove
|
|
155
|
-
- hej
|
|
156
|
-
- visionera
|
|
157
|
-
- resonera
|
|
158
|
-
- inspirera
|
|
159
|
-
- planera
|
|
160
|
-
- realisera
|
|
161
|
-
- inspektera
|
|
162
|
-
- optimera
|
|
163
|
-
- orkestrera
|
|
164
|
-
- visualisera
|
|
165
|
-
- dokumentera
|
|
166
|
-
- profilera
|
|
167
|
-
- -g
|
|
168
|
-
- -y
|
|
169
|
-
skipped_without_update_packages_message: legacy skill removal skipped; pass --update-packages to run
|
|
170
|
-
- id: install-agentera-skill-opencode
|
|
171
|
-
runtime: opencode
|
|
172
|
-
action: install-agentera-skill
|
|
173
|
-
phase: runtime-install
|
|
174
|
-
argv:
|
|
175
|
-
- npx
|
|
176
|
-
- skills
|
|
177
|
-
- add
|
|
178
|
-
- jgabor/agentera
|
|
179
|
-
- -g
|
|
180
|
-
- -a
|
|
181
|
-
- opencode
|
|
182
|
-
- --skill
|
|
183
|
-
- agentera
|
|
184
|
-
- -y
|
|
185
|
-
skipped_without_update_packages_message: external package update skipped; pass --update-packages to run
|
|
186
|
-
safety:
|
|
187
|
-
argv_only: true
|
|
188
|
-
update_packages_required_to_plan: true
|
|
189
|
-
yes_required_to_execute: true
|
|
190
|
-
preserve_existing_write_gates: true
|
|
191
|
-
cleanup_phase: cleanup
|
|
192
|
-
runtime_install_phase: runtime-install
|
|
193
64
|
docs_targets:
|
|
194
65
|
version_files_source: .agentera/docs.yaml conventions.version_files
|
|
195
66
|
version_files:
|
|
196
67
|
- packages/cli/package.json
|
|
197
|
-
- plugin.json
|
|
198
|
-
- .github/plugin/plugin.json
|
|
199
|
-
- .codex-plugin/plugin.json
|
|
200
|
-
- .cursor-plugin/plugin.json
|
|
201
|
-
- .opencode/plugins/agentera.js
|
|
202
68
|
- skills/agentera/SKILL.md
|
|
203
69
|
- registry.json
|
|
204
70
|
index_targets:
|
|
205
71
|
- references/adapters/package-surface-characterization.md
|
|
206
72
|
- references/adapters/package-manifest-interface-model.yaml
|
|
207
73
|
- references/adapters/package-registry.yaml
|
|
208
|
-
excluded_version_files:
|
|
209
|
-
- .opencode/package.json
|
|
210
74
|
release_policy:
|
|
211
75
|
semver_policy_source: .agentera/docs.yaml conventions.semver_policy
|
|
212
76
|
version_bump_required_for_interface_only_change: false
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Current Agentera 3.0 package behavior is owned by
|
|
4
4
|
`references/adapters/package-registry.yaml` and the TypeScript
|
|
5
|
-
`PackageRegistry` loader.
|
|
5
|
+
`PackageRegistry` loader. The package has two product surfaces: the CLI and the
|
|
6
|
+
canonical shared skill.
|
|
6
7
|
|
|
7
8
|
## Version matrix
|
|
8
9
|
|
|
@@ -13,16 +14,8 @@ development pre-release suffix, but its `X.Y.Z` core must match the suite:
|
|
|
13
14
|
| Surface | Selector |
|
|
14
15
|
| --- | --- |
|
|
15
16
|
| `packages/cli/package.json` | `version` (development pre-release) and `agentera.suiteVersion` (suite) |
|
|
16
|
-
| `plugin.json` | `version` |
|
|
17
|
-
| `.github/plugin/plugin.json` | `version` |
|
|
18
|
-
| `.codex-plugin/plugin.json` | `version` |
|
|
19
|
-
| `.cursor-plugin/plugin.json` | `version` |
|
|
20
|
-
| `.opencode/plugins/agentera.js` | `AGENTERA_VERSION` |
|
|
21
17
|
| `skills/agentera/SKILL.md` | frontmatter `version` |
|
|
22
18
|
|
|
23
|
-
`.opencode/package.json` is a runtime package manifest but intentionally has no
|
|
24
|
-
suite-version field.
|
|
25
|
-
|
|
26
19
|
`packages/cli/package.json#agentera.gitRef` identifies the last substantive
|
|
27
20
|
package-source commit, not a later verification-only commit. Repository-local
|
|
28
21
|
release validation requires that commit to exist and compares the package
|
|
@@ -30,39 +23,21 @@ contract, compiled-source inputs, scripts, and bundled-data inputs against it.
|
|
|
30
23
|
Only the package version and `gitRef`, project state, and the release validator
|
|
31
24
|
implementing this check are excluded, avoiding a circular source reference.
|
|
32
25
|
|
|
33
|
-
## Active runtime manifests
|
|
34
|
-
|
|
35
|
-
The runtime manifest set covers exactly OpenCode, Codex, Cursor, and GitHub
|
|
36
|
-
Copilot. Claude has no package or marketplace manifest.
|
|
37
|
-
|
|
38
|
-
| Runtime | Manifest sources |
|
|
39
|
-
| --- | --- |
|
|
40
|
-
| OpenCode | `.opencode/package.json` |
|
|
41
|
-
| Codex | `.codex-plugin/plugin.json` |
|
|
42
|
-
| Cursor | `.cursor-plugin/plugin.json` |
|
|
43
|
-
| GitHub Copilot | `plugin.json`, `.github/plugin/plugin.json` |
|
|
44
|
-
|
|
45
26
|
## npm bundle
|
|
46
27
|
|
|
47
28
|
The self-contained npm package ships `dist/` plus `bundle/`. Bundle data
|
|
48
|
-
includes the
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
- `.codex-plugin` and both Codex hook sources under `hooks/`;
|
|
53
|
-
- `.cursor-plugin`, `.cursor/hooks.json`, and `.cursor/agents`;
|
|
54
|
-
- Copilot root/repository manifests and `.github/hooks`;
|
|
55
|
-
- `skills`, `references`, `registry.json`, README, upgrade guide, changelog,
|
|
56
|
-
design, and license.
|
|
29
|
+
includes the canonical `skills/` tree, required `references/`, `registry.json`,
|
|
30
|
+
and package guidance. Compiled commands ship in `dist/`. The shared-skill tree
|
|
31
|
+
includes its capability schemas, artifact schemas, and canonical
|
|
32
|
+
`skills/agentera/agents/*.toml` descriptors.
|
|
57
33
|
|
|
58
34
|
Packaging tests inspect `npm pack --dry-run --json --ignore-scripts` and fail if
|
|
59
|
-
|
|
60
|
-
|
|
35
|
+
the CLI or required bundle data disappears, or if a current host-native
|
|
36
|
+
descriptor/runtime path enters the package.
|
|
61
37
|
|
|
62
|
-
##
|
|
38
|
+
## Native package boundary
|
|
63
39
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
remain
|
|
67
|
-
|
|
68
|
-
user-owned actions.
|
|
40
|
+
The package registry defines no host-native manifest parity, package-manager
|
|
41
|
+
command, runtime source tree, or native install command. Historical migration
|
|
42
|
+
readers and fixtures remain source-only compatibility data; they do not create a
|
|
43
|
+
current integration surface in the npm inventory.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
schema_version: agentera.runtimeLifecycleAdapters.v1
|
|
2
|
-
status:
|
|
2
|
+
status: migration_only_contract
|
|
3
3
|
decision: 92
|
|
4
4
|
authority: references/adapters/runtime-lifecycle-authority.yaml
|
|
5
5
|
operation_contract: references/adapters/runtime-lifecycle-operation-contract.yaml
|
|
@@ -68,221 +68,7 @@ path_policy:
|
|
|
68
68
|
- marketplace-cache
|
|
69
69
|
known_caveats:
|
|
70
70
|
- Append-only ownership journal recovery accepts only a strict contiguous hash chain, ignores uniquely named non-authoritative publication temporaries, blocks malformed or disconnected final events, and re-observes every resource before retry.
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
source: "{source_root}/skills/agentera"
|
|
76
|
-
destination: "{home}/.agents/skills/agentera"
|
|
77
|
-
required: true
|
|
78
|
-
managed_resources:
|
|
79
|
-
- id: opencode.plugin
|
|
80
|
-
runtime_id: opencode
|
|
81
|
-
surface_id: host
|
|
82
|
-
category: plugins
|
|
83
|
-
kind: file
|
|
84
|
-
source: "{source_root}/.opencode/plugins/agentera.js"
|
|
85
|
-
destination: "{opencode_config}/plugins/agentera.js"
|
|
86
|
-
required: false
|
|
87
|
-
- id: opencode.agent
|
|
88
|
-
runtime_id: opencode
|
|
89
|
-
surface_id: host
|
|
90
|
-
category: agents
|
|
91
|
-
kind: file
|
|
92
|
-
source: "{source_root}/.opencode/agents/agentera.md"
|
|
93
|
-
destination: "{opencode_config}/agents/agentera.md"
|
|
94
|
-
required: false
|
|
95
|
-
- id: codex.hooks
|
|
96
|
-
runtime_id: codex
|
|
97
|
-
surface_id: cli
|
|
98
|
-
category: hooks
|
|
99
|
-
kind: file
|
|
100
|
-
source: "{source_root}/hooks/codex-hooks.json"
|
|
101
|
-
destination: "{home}/.codex/hooks.json"
|
|
102
|
-
required: false
|
|
103
|
-
- id: codex.agents
|
|
104
|
-
runtime_id: codex
|
|
105
|
-
surface_id: cli
|
|
106
|
-
category: agents
|
|
107
|
-
kind: directory_files
|
|
108
|
-
source: "{source_root}/skills/agentera/agents"
|
|
109
|
-
destination: "{home}/.codex/agents"
|
|
110
|
-
extension: .toml
|
|
111
|
-
required: false
|
|
112
|
-
- id: cursor.plugin
|
|
113
|
-
runtime_id: cursor
|
|
114
|
-
surface_id: ide
|
|
115
|
-
category: plugins
|
|
116
|
-
kind: file
|
|
117
|
-
source: "{source_root}/.cursor-plugin/plugin.json"
|
|
118
|
-
destination: "{project}/.cursor-plugin/plugin.json"
|
|
119
|
-
required: false
|
|
120
|
-
- id: cursor.hooks
|
|
121
|
-
runtime_id: cursor
|
|
122
|
-
surface_id: ide
|
|
123
|
-
category: hooks
|
|
124
|
-
kind: file
|
|
125
|
-
source: "{source_root}/.cursor/hooks.json"
|
|
126
|
-
destination: "{project}/.cursor/hooks.json"
|
|
127
|
-
required: false
|
|
128
|
-
- id: cursor.agent
|
|
129
|
-
runtime_id: cursor
|
|
130
|
-
surface_id: ide
|
|
131
|
-
category: agents
|
|
132
|
-
kind: file
|
|
133
|
-
source: "{source_root}/.cursor/agents/agentera.md"
|
|
134
|
-
destination: "{project}/.cursor/agents/agentera.md"
|
|
135
|
-
required: false
|
|
136
|
-
adapters:
|
|
137
|
-
- runtime_id: opencode
|
|
138
|
-
binaries:
|
|
139
|
-
host: [opencode]
|
|
140
|
-
resource_refs: [canonical_skill, opencode.plugin, opencode.agent]
|
|
141
|
-
skill_locations:
|
|
142
|
-
- path: "{project}/.opencode/skills/agentera"
|
|
143
|
-
scope: project_runtime
|
|
144
|
-
- path: "{project}/.agents/skills/agentera"
|
|
145
|
-
scope: project_shared
|
|
146
|
-
- path: "{home}/.agents/skills/agentera"
|
|
147
|
-
scope: personal_shared
|
|
148
|
-
canonical: true
|
|
149
|
-
- path: "{opencode_config}/skills/agentera"
|
|
150
|
-
scope: personal_runtime
|
|
151
|
-
categories:
|
|
152
|
-
skills:
|
|
153
|
-
host: { capability: repairable, evidence: filesystem, remediation: shared_engine, required: true }
|
|
154
|
-
plugins:
|
|
155
|
-
host: { capability: repairable, evidence: filesystem, remediation: shared_engine }
|
|
156
|
-
hooks:
|
|
157
|
-
host: { capability: observable, evidence: managed_resource:opencode.plugin, remediation: shared_engine:opencode.plugin }
|
|
158
|
-
agents:
|
|
159
|
-
host: { capability: repairable, evidence: filesystem, remediation: shared_engine }
|
|
160
|
-
configuration:
|
|
161
|
-
host: { capability: not_applicable, evidence: plugin_autodiscovery, remediation: none }
|
|
162
|
-
enablement:
|
|
163
|
-
host: { capability: observable, evidence: managed_resource:opencode.plugin, remediation: shared_engine:opencode.plugin }
|
|
164
|
-
trust:
|
|
165
|
-
host: { capability: unverified, evidence: external_observation, remediation: unavailable }
|
|
166
|
-
native_actions:
|
|
167
|
-
host: { capability: unverified, evidence: no_verified_native_action, remediation: unavailable }
|
|
168
|
-
native_actions: []
|
|
169
|
-
- runtime_id: codex
|
|
170
|
-
binaries:
|
|
171
|
-
cli: [codex]
|
|
172
|
-
resource_refs: [canonical_skill, codex.hooks, codex.agents]
|
|
173
|
-
skill_locations:
|
|
174
|
-
- path: "{project}/.agents/skills/agentera"
|
|
175
|
-
scope: project_shared
|
|
176
|
-
- path: "{home}/.agents/skills/agentera"
|
|
177
|
-
scope: personal_shared
|
|
178
|
-
canonical: true
|
|
179
|
-
categories:
|
|
180
|
-
skills:
|
|
181
|
-
cli: { capability: repairable, evidence: filesystem, remediation: shared_engine, required: true }
|
|
182
|
-
plugins:
|
|
183
|
-
cli: { capability: unverified, evidence: external_observation, remediation: unavailable }
|
|
184
|
-
hooks:
|
|
185
|
-
cli: { capability: repairable, evidence: filesystem, remediation: shared_engine }
|
|
186
|
-
agents:
|
|
187
|
-
cli: { capability: repairable, evidence: filesystem, remediation: shared_engine }
|
|
188
|
-
configuration:
|
|
189
|
-
cli: { capability: observable, evidence: "path:{home}/.codex/config.toml", remediation: action_required }
|
|
190
|
-
enablement:
|
|
191
|
-
cli: { capability: unverified, evidence: external_observation, remediation: unavailable }
|
|
192
|
-
trust:
|
|
193
|
-
cli: { capability: observable, evidence: external_observation, remediation: action_required }
|
|
194
|
-
native_actions:
|
|
195
|
-
cli: { capability: unverified, evidence: no_verified_native_action, remediation: unavailable }
|
|
196
|
-
native_actions: []
|
|
197
|
-
- runtime_id: cursor
|
|
198
|
-
binaries:
|
|
199
|
-
cli: [cursor-agent]
|
|
200
|
-
ide: [cursor]
|
|
201
|
-
resource_refs: [canonical_skill, cursor.plugin, cursor.hooks, cursor.agent]
|
|
202
|
-
skill_locations:
|
|
203
|
-
- path: "{project}/.agents/skills/agentera"
|
|
204
|
-
scope: project_shared
|
|
205
|
-
surfaces: [cli, ide]
|
|
206
|
-
- path: "{project}/.cursor/skills/agentera"
|
|
207
|
-
scope: project_runtime
|
|
208
|
-
surfaces: [cli, ide]
|
|
209
|
-
- path: "{home}/.agents/skills/agentera"
|
|
210
|
-
scope: personal_shared
|
|
211
|
-
surfaces: [cli, ide]
|
|
212
|
-
canonical: true
|
|
213
|
-
- path: "{home}/.cursor/skills/agentera"
|
|
214
|
-
scope: personal_runtime
|
|
215
|
-
surfaces: [cli, ide]
|
|
216
|
-
categories:
|
|
217
|
-
skills:
|
|
218
|
-
cli: { capability: repairable, evidence: filesystem, remediation: shared_engine, required: true }
|
|
219
|
-
ide: { capability: repairable, evidence: filesystem, remediation: shared_engine, required: false }
|
|
220
|
-
plugins:
|
|
221
|
-
cli: { capability: not_applicable, evidence: no_cli_plugin_claim, remediation: none }
|
|
222
|
-
ide: { capability: repairable, evidence: filesystem, remediation: shared_engine }
|
|
223
|
-
hooks:
|
|
224
|
-
cli: { capability: unverified, evidence: no_verified_cli_hook_claim, remediation: unavailable }
|
|
225
|
-
ide: { capability: repairable, evidence: filesystem, remediation: shared_engine }
|
|
226
|
-
agents:
|
|
227
|
-
cli: { capability: unverified, evidence: no_verified_cli_agent_claim, remediation: unavailable }
|
|
228
|
-
ide: { capability: repairable, evidence: filesystem, remediation: shared_engine }
|
|
229
|
-
configuration:
|
|
230
|
-
cli: { capability: not_applicable, evidence: skill_autodiscovery, remediation: none }
|
|
231
|
-
ide: { capability: not_applicable, evidence: plugin_manifest, remediation: none }
|
|
232
|
-
enablement:
|
|
233
|
-
cli: { capability: observable, evidence: canonical_skill, remediation: shared_engine:canonical_skill }
|
|
234
|
-
ide: { capability: unverified, evidence: external_observation, remediation: unavailable }
|
|
235
|
-
trust:
|
|
236
|
-
cli: { capability: unverified, evidence: external_observation, remediation: unavailable }
|
|
237
|
-
ide: { capability: observable, evidence: external_observation, remediation: action_required }
|
|
238
|
-
native_actions:
|
|
239
|
-
cli: { capability: unverified, evidence: no_verified_native_action, remediation: unavailable }
|
|
240
|
-
ide: { capability: unverified, evidence: no_verified_native_action, remediation: unavailable }
|
|
241
|
-
native_actions: []
|
|
242
|
-
- runtime_id: copilot
|
|
243
|
-
binaries:
|
|
244
|
-
cli: [copilot]
|
|
245
|
-
resource_refs: [canonical_skill]
|
|
246
|
-
skill_locations:
|
|
247
|
-
- path: "{project}/.github/skills/agentera"
|
|
248
|
-
scope: project_runtime
|
|
249
|
-
- path: "{project}/.agents/skills/agentera"
|
|
250
|
-
scope: project_shared
|
|
251
|
-
- path: "{home}/.copilot/skills/agentera"
|
|
252
|
-
scope: personal_runtime
|
|
253
|
-
- path: "{home}/.agents/skills/agentera"
|
|
254
|
-
scope: personal_shared
|
|
255
|
-
canonical: true
|
|
256
|
-
categories:
|
|
257
|
-
skills:
|
|
258
|
-
cli: { capability: repairable, evidence: filesystem, remediation: shared_engine, required: true }
|
|
259
|
-
plugins:
|
|
260
|
-
cli: { capability: unverified, evidence: external_observation, remediation: unavailable }
|
|
261
|
-
hooks:
|
|
262
|
-
cli: { capability: unverified, evidence: external_observation, remediation: unavailable }
|
|
263
|
-
agents:
|
|
264
|
-
cli: { capability: unsupported, evidence: no_verified_agent_surface, remediation: unavailable }
|
|
265
|
-
configuration:
|
|
266
|
-
cli: { capability: observable, evidence: env:AGENTERA_HOME, remediation: action_required }
|
|
267
|
-
enablement:
|
|
268
|
-
cli: { capability: observable, evidence: canonical_skill, remediation: shared_engine:canonical_skill }
|
|
269
|
-
trust:
|
|
270
|
-
cli: { capability: unverified, evidence: external_observation, remediation: unavailable }
|
|
271
|
-
native_actions:
|
|
272
|
-
cli: { capability: action_required, evidence: verified_host_actions, remediation: action_required }
|
|
273
|
-
native_actions:
|
|
274
|
-
- id: copilot.skills.list
|
|
275
|
-
surface_id: cli
|
|
276
|
-
action_kind: slash_action
|
|
277
|
-
command: /skills list
|
|
278
|
-
instruction: Run `/skills list` in Copilot CLI to inspect discovered skills.
|
|
279
|
-
- id: copilot.skills.info
|
|
280
|
-
surface_id: cli
|
|
281
|
-
action_kind: slash_action
|
|
282
|
-
command: /skills info agentera
|
|
283
|
-
instruction: Run `/skills info agentera` in Copilot CLI to inspect the Agentera skill.
|
|
284
|
-
- id: copilot.skills.reload
|
|
285
|
-
surface_id: cli
|
|
286
|
-
action_kind: slash_action
|
|
287
|
-
command: /skills reload
|
|
288
|
-
instruction: Run `/skills reload` in Copilot CLI after an approved filesystem repair.
|
|
71
|
+
- This contract is retained only for migration and minimum-cleanup readers; it declares no current runtime adapters or repository-native resources.
|
|
72
|
+
shared_resources: []
|
|
73
|
+
managed_resources: []
|
|
74
|
+
adapters: []
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
schema_version: agentera.runtimeLifecycleAuthority.v1
|
|
2
|
-
status:
|
|
2
|
+
status: migration_only_authority
|
|
3
3
|
decision: 92
|
|
4
4
|
operation_contract: references/adapters/runtime-lifecycle-operation-contract.yaml
|
|
5
5
|
adapter_contract: references/adapters/runtime-lifecycle-adapters.yaml
|
|
@@ -51,34 +51,7 @@ support_floor:
|
|
|
51
51
|
- enabled
|
|
52
52
|
not_applicable_scope: unobserved_conditional_surface_only
|
|
53
53
|
unmet_blocks_release: true
|
|
54
|
-
active_runtimes:
|
|
55
|
-
- id: opencode
|
|
56
|
-
display_name: OpenCode
|
|
57
|
-
surfaces:
|
|
58
|
-
- id: host
|
|
59
|
-
display_name: OpenCode host
|
|
60
|
-
presence: required
|
|
61
|
-
- id: codex
|
|
62
|
-
display_name: Codex
|
|
63
|
-
surfaces:
|
|
64
|
-
- id: cli
|
|
65
|
-
display_name: Codex CLI
|
|
66
|
-
presence: required
|
|
67
|
-
- id: cursor
|
|
68
|
-
display_name: Cursor
|
|
69
|
-
surfaces:
|
|
70
|
-
- id: cli
|
|
71
|
-
display_name: Cursor Agent CLI
|
|
72
|
-
presence: required
|
|
73
|
-
- id: ide
|
|
74
|
-
display_name: Cursor IDE
|
|
75
|
-
presence: conditional
|
|
76
|
-
- id: copilot
|
|
77
|
-
display_name: GitHub Copilot
|
|
78
|
-
surfaces:
|
|
79
|
-
- id: cli
|
|
80
|
-
display_name: Copilot CLI
|
|
81
|
-
presence: required
|
|
54
|
+
active_runtimes: []
|
|
82
55
|
retired_runtime_inputs:
|
|
83
56
|
- id: claude
|
|
84
57
|
purposes:
|