agentera 3.0.0-dev.25 → 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 +16 -20
- package/bundle/CHANGELOG.md +15 -25
- package/bundle/README.md +13 -34
- package/bundle/UPGRADE.md +71 -165
- package/bundle/references/adapters/package-manifest-interface-model.yaml +40 -241
- package/bundle/references/adapters/package-registry.yaml +0 -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 +43 -447
- package/bundle/references/cli/agent-ready-state-contract.yaml +9 -9
- 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/upgrade-repair-wording.md +8 -28
- package/bundle/references/cli/v3-handoff-manifest.schema.yaml +2 -3
- package/bundle/references/cli/vocabulary.md +18 -23
- package/bundle/references/meta/documentation-inventory.md +1 -1
- package/bundle/skills/agentera/schemas/artifacts/docs.yaml +3 -11
- package/bundle/skills/agentera/schemas/artifacts/plan.yaml +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/evidence.js +52 -40
- package/dist/cli/capabilityContext/evidence.js.map +1 -1
- package/dist/cli/capabilityContext/startup.js +1 -1
- package/dist/cli/capabilityContext/startup.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 +12 -48
- package/dist/cli/commands/durability.js.map +1 -1
- package/dist/cli/commands/prime/briefOrientation.js +2 -19
- 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 +27 -14
- package/dist/cli/commands/prime/collectEntityOrientation.js.map +1 -1
- package/dist/cli/commands/prime/collectOrientationState.js +31 -52
- package/dist/cli/commands/prime/collectOrientationState.js.map +1 -1
- package/dist/cli/commands/prime/orientationOutput.js +3 -11
- package/dist/cli/commands/prime/orientationOutput.js.map +1 -1
- package/dist/cli/commands/prime.js +0 -5
- package/dist/cli/commands/prime.js.map +1 -1
- package/dist/cli/commands/query.js +17 -49
- package/dist/cli/commands/query.js.map +1 -1
- package/dist/cli/commands/schema.js +19 -78
- package/dist/cli/commands/schema.js.map +1 -1
- package/dist/cli/commands/state/decisions.js +11 -57
- package/dist/cli/commands/state/decisions.js.map +1 -1
- package/dist/cli/commands/state/docs.js +56 -120
- package/dist/cli/commands/state/docs.js.map +1 -1
- package/dist/cli/commands/state/experimentRecords.js +22 -121
- package/dist/cli/commands/state/experimentRecords.js.map +1 -1
- package/dist/cli/commands/state/experiments.js +9 -75
- package/dist/cli/commands/state/experiments.js.map +1 -1
- package/dist/cli/commands/state/get.js +62 -143
- package/dist/cli/commands/state/get.js.map +1 -1
- package/dist/cli/commands/state/health.js +9 -123
- package/dist/cli/commands/state/health.js.map +1 -1
- package/dist/cli/commands/state/index.js +2 -2
- package/dist/cli/commands/state/index.js.map +1 -1
- package/dist/cli/commands/state/list.js +20 -36
- package/dist/cli/commands/state/list.js.map +1 -1
- package/dist/cli/commands/state/objective.js +19 -86
- package/dist/cli/commands/state/objective.js.map +1 -1
- package/dist/cli/commands/state/plan.js +9 -388
- package/dist/cli/commands/state/plan.js.map +1 -1
- package/dist/cli/commands/state/planTasks.js +58 -93
- package/dist/cli/commands/state/planTasks.js.map +1 -1
- package/dist/cli/commands/state/plans.js +13 -40
- package/dist/cli/commands/state/plans.js.map +1 -1
- package/dist/cli/commands/state/progress.js +10 -55
- package/dist/cli/commands/state/progress.js.map +1 -1
- package/dist/cli/commands/state/todo.js +24 -133
- package/dist/cli/commands/state/todo.js.map +1 -1
- package/dist/cli/commands/state/write.js +11 -33
- package/dist/cli/commands/state/write.js.map +1 -1
- package/dist/cli/commands/upgrade.js +48 -18
- package/dist/cli/commands/upgrade.js.map +1 -1
- package/dist/cli/commands/upgradeVerify.js +21 -15
- package/dist/cli/commands/upgradeVerify.js.map +1 -1
- package/dist/cli/commands/validate.js +1 -9
- package/dist/cli/commands/validate.js.map +1 -1
- package/dist/cli/dispatch/check.js +5 -12
- package/dist/cli/dispatch/check.js.map +1 -1
- package/dist/cli/dispatch/index.js +30 -29
- package/dist/cli/dispatch/index.js.map +1 -1
- package/dist/cli/dispatch/lifecycle.js +23 -40
- package/dist/cli/dispatch/lifecycle.js.map +1 -1
- package/dist/cli/help.js +20 -100
- package/dist/cli/help.js.map +1 -1
- package/dist/cli/migrationRequired.js +22 -19
- package/dist/cli/migrationRequired.js.map +1 -1
- package/dist/cli/orientation/attention.js +1 -97
- package/dist/cli/orientation/attention.js.map +1 -1
- package/dist/cli/stateQuery.js +1 -2
- 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 +2 -1
- package/dist/hooks/compaction/status.js.map +1 -1
- package/dist/hooks/cursorSessionStart.js +4 -25
- 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 +23 -239
- 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 +2 -1
- package/dist/registries/artifactRegistry.js.map +1 -1
- package/dist/registries/packageRegistry.js +57 -231
- 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/decisionEntities.js +7 -4
- package/dist/state/decisionEntities.js.map +1 -1
- package/dist/state/durability.js +4 -240
- package/dist/state/durability.js.map +1 -1
- package/dist/state/entityCutover.js +90 -186
- package/dist/state/entityCutover.js.map +1 -1
- package/dist/state/entityStorage.js +27 -8
- package/dist/state/entityStorage.js.map +1 -1
- package/dist/state/healthEntities.js +7 -4
- package/dist/state/healthEntities.js.map +1 -1
- package/dist/state/objectiveExperimentEntities.js +7 -5
- package/dist/state/objectiveExperimentEntities.js.map +1 -1
- package/dist/state/planEntities.js +14 -10
- package/dist/state/planEntities.js.map +1 -1
- package/dist/state/progressEntities.js +4 -2
- package/dist/state/progressEntities.js.map +1 -1
- package/dist/state/startupProjection.js +3 -2
- package/dist/state/startupProjection.js.map +1 -1
- package/dist/state/stateMode.js +7 -0
- package/dist/state/stateMode.js.map +1 -1
- package/dist/state/todoDocsEntities.js +6 -4
- package/dist/state/todoDocsEntities.js.map +1 -1
- package/dist/state/write/explain.js +1 -9
- package/dist/state/write/explain.js.map +1 -1
- package/dist/state/write/transaction.js +22 -532
- 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/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 +151 -52
- 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 +91 -158
- 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/package.json +7 -5
- 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 -231
- package/dist/cli/commands/backfill.js.map +0 -1
- package/dist/cli/commands/migrate.js +0 -681
- 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/state/projectionRecovery.js +0 -458
- package/dist/state/projectionRecovery.js.map +0 -1
- package/dist/upgrade/migrateArtifactsV1ToV2.js +0 -568
- package/dist/upgrade/migrateArtifactsV1ToV2.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
|
@@ -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:
|