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.
Files changed (270) hide show
  1. package/README.md +16 -20
  2. package/bundle/CHANGELOG.md +15 -25
  3. package/bundle/README.md +13 -34
  4. package/bundle/UPGRADE.md +71 -165
  5. package/bundle/references/adapters/package-manifest-interface-model.yaml +40 -241
  6. package/bundle/references/adapters/package-registry.yaml +0 -145
  7. package/bundle/references/adapters/package-surface-characterization.md +13 -38
  8. package/bundle/references/adapters/runtime-lifecycle-adapters.yaml +5 -219
  9. package/bundle/references/adapters/runtime-lifecycle-authority.yaml +2 -29
  10. package/bundle/references/adapters/runtime-lifecycle-operation-contract.yaml +1 -1
  11. package/bundle/references/artifacts/state-storage-authority.yaml +43 -447
  12. package/bundle/references/cli/agent-ready-state-contract.yaml +9 -9
  13. package/bundle/references/cli/app-lifecycle-vocabulary.yaml +3 -4
  14. package/bundle/references/cli/bundle-skill-vocabulary.yaml +9 -18
  15. package/bundle/references/cli/capability-tool-classification.yaml +2 -2
  16. package/bundle/references/cli/prime-consumer-compatibility.yaml +28 -98
  17. package/bundle/references/cli/routing-execution-vocabulary.yaml +4 -22
  18. package/bundle/references/cli/upgrade-repair-wording.md +8 -28
  19. package/bundle/references/cli/v3-handoff-manifest.schema.yaml +2 -3
  20. package/bundle/references/cli/vocabulary.md +18 -23
  21. package/bundle/references/meta/documentation-inventory.md +1 -1
  22. package/bundle/skills/agentera/schemas/artifacts/docs.yaml +3 -11
  23. package/bundle/skills/agentera/schemas/artifacts/plan.yaml +1 -1
  24. package/dist/cli/capabilityContext/bespoke.js +8 -2
  25. package/dist/cli/capabilityContext/bespoke.js.map +1 -1
  26. package/dist/cli/capabilityContext/closeout.js +3 -3
  27. package/dist/cli/capabilityContext/closeout.js.map +1 -1
  28. package/dist/cli/capabilityContext/evidence.js +52 -40
  29. package/dist/cli/capabilityContext/evidence.js.map +1 -1
  30. package/dist/cli/capabilityContext/startup.js +1 -1
  31. package/dist/cli/capabilityContext/startup.js.map +1 -1
  32. package/dist/cli/commands/doctor.js +6 -64
  33. package/dist/cli/commands/doctor.js.map +1 -1
  34. package/dist/cli/commands/durability.js +12 -48
  35. package/dist/cli/commands/durability.js.map +1 -1
  36. package/dist/cli/commands/prime/briefOrientation.js +2 -19
  37. package/dist/cli/commands/prime/briefOrientation.js.map +1 -1
  38. package/dist/cli/commands/prime/bundleStatus.js +8 -2
  39. package/dist/cli/commands/prime/bundleStatus.js.map +1 -1
  40. package/dist/cli/commands/prime/collectEntityOrientation.js +27 -14
  41. package/dist/cli/commands/prime/collectEntityOrientation.js.map +1 -1
  42. package/dist/cli/commands/prime/collectOrientationState.js +31 -52
  43. package/dist/cli/commands/prime/collectOrientationState.js.map +1 -1
  44. package/dist/cli/commands/prime/orientationOutput.js +3 -11
  45. package/dist/cli/commands/prime/orientationOutput.js.map +1 -1
  46. package/dist/cli/commands/prime.js +0 -5
  47. package/dist/cli/commands/prime.js.map +1 -1
  48. package/dist/cli/commands/query.js +17 -49
  49. package/dist/cli/commands/query.js.map +1 -1
  50. package/dist/cli/commands/schema.js +19 -78
  51. package/dist/cli/commands/schema.js.map +1 -1
  52. package/dist/cli/commands/state/decisions.js +11 -57
  53. package/dist/cli/commands/state/decisions.js.map +1 -1
  54. package/dist/cli/commands/state/docs.js +56 -120
  55. package/dist/cli/commands/state/docs.js.map +1 -1
  56. package/dist/cli/commands/state/experimentRecords.js +22 -121
  57. package/dist/cli/commands/state/experimentRecords.js.map +1 -1
  58. package/dist/cli/commands/state/experiments.js +9 -75
  59. package/dist/cli/commands/state/experiments.js.map +1 -1
  60. package/dist/cli/commands/state/get.js +62 -143
  61. package/dist/cli/commands/state/get.js.map +1 -1
  62. package/dist/cli/commands/state/health.js +9 -123
  63. package/dist/cli/commands/state/health.js.map +1 -1
  64. package/dist/cli/commands/state/index.js +2 -2
  65. package/dist/cli/commands/state/index.js.map +1 -1
  66. package/dist/cli/commands/state/list.js +20 -36
  67. package/dist/cli/commands/state/list.js.map +1 -1
  68. package/dist/cli/commands/state/objective.js +19 -86
  69. package/dist/cli/commands/state/objective.js.map +1 -1
  70. package/dist/cli/commands/state/plan.js +9 -388
  71. package/dist/cli/commands/state/plan.js.map +1 -1
  72. package/dist/cli/commands/state/planTasks.js +58 -93
  73. package/dist/cli/commands/state/planTasks.js.map +1 -1
  74. package/dist/cli/commands/state/plans.js +13 -40
  75. package/dist/cli/commands/state/plans.js.map +1 -1
  76. package/dist/cli/commands/state/progress.js +10 -55
  77. package/dist/cli/commands/state/progress.js.map +1 -1
  78. package/dist/cli/commands/state/todo.js +24 -133
  79. package/dist/cli/commands/state/todo.js.map +1 -1
  80. package/dist/cli/commands/state/write.js +11 -33
  81. package/dist/cli/commands/state/write.js.map +1 -1
  82. package/dist/cli/commands/upgrade.js +48 -18
  83. package/dist/cli/commands/upgrade.js.map +1 -1
  84. package/dist/cli/commands/upgradeVerify.js +21 -15
  85. package/dist/cli/commands/upgradeVerify.js.map +1 -1
  86. package/dist/cli/commands/validate.js +1 -9
  87. package/dist/cli/commands/validate.js.map +1 -1
  88. package/dist/cli/dispatch/check.js +5 -12
  89. package/dist/cli/dispatch/check.js.map +1 -1
  90. package/dist/cli/dispatch/index.js +30 -29
  91. package/dist/cli/dispatch/index.js.map +1 -1
  92. package/dist/cli/dispatch/lifecycle.js +23 -40
  93. package/dist/cli/dispatch/lifecycle.js.map +1 -1
  94. package/dist/cli/help.js +20 -100
  95. package/dist/cli/help.js.map +1 -1
  96. package/dist/cli/migrationRequired.js +22 -19
  97. package/dist/cli/migrationRequired.js.map +1 -1
  98. package/dist/cli/orientation/attention.js +1 -97
  99. package/dist/cli/orientation/attention.js.map +1 -1
  100. package/dist/cli/stateQuery.js +1 -2
  101. package/dist/cli/stateQuery.js.map +1 -1
  102. package/dist/core/skillIdentity.js +24 -0
  103. package/dist/core/skillIdentity.js.map +1 -0
  104. package/dist/hooks/common.js +1 -1
  105. package/dist/hooks/common.js.map +1 -1
  106. package/dist/hooks/compaction/status.js +2 -1
  107. package/dist/hooks/compaction/status.js.map +1 -1
  108. package/dist/hooks/cursorSessionStart.js +4 -25
  109. package/dist/hooks/cursorSessionStart.js.map +1 -1
  110. package/dist/hooks/projectHookInput.js +26 -0
  111. package/dist/hooks/projectHookInput.js.map +1 -0
  112. package/dist/hooks/sessionStart.js +23 -239
  113. package/dist/hooks/sessionStart.js.map +1 -1
  114. package/dist/hooks/sessionStop.js +4 -12
  115. package/dist/hooks/sessionStop.js.map +1 -1
  116. package/dist/hooks/validateArtifact/traversal.js +1 -1
  117. package/dist/hooks/validateArtifact/traversal.js.map +1 -1
  118. package/dist/registries/artifactRegistry.js +2 -1
  119. package/dist/registries/artifactRegistry.js.map +1 -1
  120. package/dist/registries/packageRegistry.js +57 -231
  121. package/dist/registries/packageRegistry.js.map +1 -1
  122. package/dist/release/releaseMetadata.js +1 -13
  123. package/dist/release/releaseMetadata.js.map +1 -1
  124. package/dist/runtime/lifecycleAdapterContract.js +4 -4
  125. package/dist/runtime/lifecycleAdapterContract.js.map +1 -1
  126. package/dist/runtime/lifecycleAdapters.js +14 -2
  127. package/dist/runtime/lifecycleAdapters.js.map +1 -1
  128. package/dist/runtime/lifecycleAuthority.js +5 -43
  129. package/dist/runtime/lifecycleAuthority.js.map +1 -1
  130. package/dist/runtime/lifecycleOperationContract.js +3 -2
  131. package/dist/runtime/lifecycleOperationContract.js.map +1 -1
  132. package/dist/runtime/lifecyclePublication.js +21 -0
  133. package/dist/runtime/lifecyclePublication.js.map +1 -1
  134. package/dist/setup/opencode.js +20 -12
  135. package/dist/setup/opencode.js.map +1 -1
  136. package/dist/setup/sharedSkill.js +46 -0
  137. package/dist/setup/sharedSkill.js.map +1 -0
  138. package/dist/setup/smokeChecks.js +16 -43
  139. package/dist/setup/smokeChecks.js.map +1 -1
  140. package/dist/state/decisionEntities.js +7 -4
  141. package/dist/state/decisionEntities.js.map +1 -1
  142. package/dist/state/durability.js +4 -240
  143. package/dist/state/durability.js.map +1 -1
  144. package/dist/state/entityCutover.js +90 -186
  145. package/dist/state/entityCutover.js.map +1 -1
  146. package/dist/state/entityStorage.js +27 -8
  147. package/dist/state/entityStorage.js.map +1 -1
  148. package/dist/state/healthEntities.js +7 -4
  149. package/dist/state/healthEntities.js.map +1 -1
  150. package/dist/state/objectiveExperimentEntities.js +7 -5
  151. package/dist/state/objectiveExperimentEntities.js.map +1 -1
  152. package/dist/state/planEntities.js +14 -10
  153. package/dist/state/planEntities.js.map +1 -1
  154. package/dist/state/progressEntities.js +4 -2
  155. package/dist/state/progressEntities.js.map +1 -1
  156. package/dist/state/startupProjection.js +3 -2
  157. package/dist/state/startupProjection.js.map +1 -1
  158. package/dist/state/stateMode.js +7 -0
  159. package/dist/state/stateMode.js.map +1 -1
  160. package/dist/state/todoDocsEntities.js +6 -4
  161. package/dist/state/todoDocsEntities.js.map +1 -1
  162. package/dist/state/write/explain.js +1 -9
  163. package/dist/state/write/explain.js.map +1 -1
  164. package/dist/state/write/transaction.js +22 -532
  165. package/dist/state/write/transaction.js.map +1 -1
  166. package/dist/upgrade/appContentRefresh.js +43 -28
  167. package/dist/upgrade/appContentRefresh.js.map +1 -1
  168. package/dist/upgrade/doctor.js +5 -1
  169. package/dist/upgrade/doctor.js.map +1 -1
  170. package/dist/upgrade/installedHooksRetirement.js +46 -39
  171. package/dist/upgrade/installedHooksRetirement.js.map +1 -1
  172. package/dist/upgrade/legacyAgentCleanup.js +132 -32
  173. package/dist/upgrade/legacyAgentCleanup.js.map +1 -1
  174. package/dist/upgrade/lifecycleUpgrade.js +65 -378
  175. package/dist/upgrade/lifecycleUpgrade.js.map +1 -1
  176. package/dist/upgrade/migrateArtifactsV2ToV3.js +151 -52
  177. package/dist/upgrade/migrateArtifactsV2ToV3.js.map +1 -1
  178. package/dist/upgrade/migrationPublication.js +123 -0
  179. package/dist/upgrade/migrationPublication.js.map +1 -0
  180. package/dist/upgrade/projectIntegration.js +46 -113
  181. package/dist/upgrade/projectIntegration.js.map +1 -1
  182. package/dist/upgrade/projectIntegrationDecision.js +6 -96
  183. package/dist/upgrade/projectIntegrationDecision.js.map +1 -1
  184. package/dist/upgrade/runtimeMigration.js +222 -402
  185. package/dist/upgrade/runtimeMigration.js.map +1 -1
  186. package/dist/upgrade/upgradeCommands.js +5 -4
  187. package/dist/upgrade/upgradeCommands.js.map +1 -1
  188. package/dist/upgrade/upgradeLock.js +73 -41
  189. package/dist/upgrade/upgradeLock.js.map +1 -1
  190. package/dist/upgrade/upgradeOrchestrator.js +91 -158
  191. package/dist/upgrade/upgradeOrchestrator.js.map +1 -1
  192. package/dist/upgrade/v3CapabilitySurface.js +2 -2
  193. package/dist/validate/appHomeContract.js +0 -4
  194. package/dist/validate/appHomeContract.js.map +1 -1
  195. package/package.json +7 -5
  196. package/bundle/.codex-plugin/plugin.json +0 -92
  197. package/bundle/.cursor/agents/agentera.md +0 -7
  198. package/bundle/.cursor/hooks.json +0 -32
  199. package/bundle/.cursor-plugin/plugin.json +0 -34
  200. package/bundle/.github/hooks/postToolUse.json +0 -9
  201. package/bundle/.github/hooks/preToolUse.json +0 -8
  202. package/bundle/.github/hooks/sessionEnd.json +0 -8
  203. package/bundle/.github/hooks/sessionStart.json +0 -8
  204. package/bundle/.github/plugin/plugin.json +0 -7
  205. package/bundle/.opencode/agents/agentera.md +0 -12
  206. package/bundle/.opencode/commands/agentera.md +0 -5
  207. package/bundle/.opencode/package.json +0 -31
  208. package/bundle/.opencode/plugins/agentera.js +0 -820
  209. package/bundle/agents/openai.yaml +0 -87
  210. package/bundle/hooks/codex-hooks.json +0 -31
  211. package/bundle/hooks/codex-plugin-hooks.json +0 -31
  212. package/bundle/plugin.json +0 -13
  213. package/bundle/references/adapters/cursor.md +0 -224
  214. package/bundle/references/adapters/opencode.md +0 -529
  215. package/bundle/references/adapters/runtime-adapter-characterization.md +0 -44
  216. package/bundle/references/adapters/runtime-adapter-interface-model.yaml +0 -200
  217. package/bundle/references/adapters/runtime-adapter-registry.yaml +0 -387
  218. package/bundle/references/adapters/runtime-feature-parity.md +0 -129
  219. package/dist/cli/commands/backfill.js +0 -231
  220. package/dist/cli/commands/backfill.js.map +0 -1
  221. package/dist/cli/commands/migrate.js +0 -681
  222. package/dist/cli/commands/migrate.js.map +0 -1
  223. package/dist/registries/runtimeAdapterRegistry.js +0 -324
  224. package/dist/registries/runtimeAdapterRegistry.js.map +0 -1
  225. package/dist/setup/copilot.js +0 -227
  226. package/dist/setup/copilot.js.map +0 -1
  227. package/dist/setup/cursor.js +0 -129
  228. package/dist/setup/cursor.js.map +0 -1
  229. package/dist/setup/cursorSurfaces.js +0 -67
  230. package/dist/setup/cursorSurfaces.js.map +0 -1
  231. package/dist/setup/doctor/core.js +0 -296
  232. package/dist/setup/doctor/core.js.map +0 -1
  233. package/dist/setup/doctor/diagnostics.js +0 -201
  234. package/dist/setup/doctor/diagnostics.js.map +0 -1
  235. package/dist/setup/doctor/opencode.js +0 -301
  236. package/dist/setup/doctor/opencode.js.map +0 -1
  237. package/dist/setup/doctor/report.js +0 -425
  238. package/dist/setup/doctor/report.js.map +0 -1
  239. package/dist/setup/doctor.js +0 -10
  240. package/dist/setup/doctor.js.map +0 -1
  241. package/dist/state/gitBackfill.js +0 -561
  242. package/dist/state/gitBackfill.js.map +0 -1
  243. package/dist/state/gitBackfillAuthority.js +0 -141
  244. package/dist/state/gitBackfillAuthority.js.map +0 -1
  245. package/dist/state/gitBackfillHistory.js +0 -278
  246. package/dist/state/gitBackfillHistory.js.map +0 -1
  247. package/dist/state/gitBackfillOutput.js +0 -209
  248. package/dist/state/gitBackfillOutput.js.map +0 -1
  249. package/dist/state/legacyMigration.js +0 -516
  250. package/dist/state/legacyMigration.js.map +0 -1
  251. package/dist/state/legacyMigrationParser.js +0 -489
  252. package/dist/state/legacyMigrationParser.js.map +0 -1
  253. package/dist/state/migrationAuthority.js +0 -413
  254. package/dist/state/migrationAuthority.js.map +0 -1
  255. package/dist/state/migrationEnrichment.js +0 -35
  256. package/dist/state/migrationEnrichment.js.map +0 -1
  257. package/dist/state/projectionRecovery.js +0 -458
  258. package/dist/state/projectionRecovery.js.map +0 -1
  259. package/dist/upgrade/migrateArtifactsV1ToV2.js +0 -568
  260. package/dist/upgrade/migrateArtifactsV1ToV2.js.map +0 -1
  261. package/dist/validate/lifecycleAdapters/legacyPythonParity.js +0 -93
  262. package/dist/validate/lifecycleAdapters/legacyPythonParity.js.map +0 -1
  263. package/dist/validate/lifecycleAdapters/lifecycleMain.js +0 -154
  264. package/dist/validate/lifecycleAdapters/lifecycleMain.js.map +0 -1
  265. package/dist/validate/lifecycleAdapters/nodeFormChecks.js +0 -481
  266. package/dist/validate/lifecycleAdapters/nodeFormChecks.js.map +0 -1
  267. package/dist/validate/lifecycleAdapters/shared.js +0 -198
  268. package/dist/validate/lifecycleAdapters/shared.js.map +0 -1
  269. package/dist/validate/lifecycleAdapters.js +0 -10
  270. package/dist/validate/lifecycleAdapters.js.map +0 -1
@@ -1,200 +0,0 @@
1
- interface: RuntimeAdapter
2
- status: design_contract
3
- purpose: >-
4
- Define the runtime-owned facts that a later registry Module may expose without
5
- absorbing package metadata, app-home classification, or caller behavior.
6
- record:
7
- required_groups:
8
- - identity
9
- - host_detection
10
- - lifecycle_events
11
- - artifact_validation
12
- - subagent_dispatch
13
- - config_targets
14
- - diagnostics
15
- - documentation_claims
16
- groups:
17
- identity:
18
- type: object
19
- owns:
20
- - runtime_id
21
- - display_name
22
- - adapter_family
23
- - support_status
24
- required_fields:
25
- runtime_id: string
26
- display_name: string
27
- adapter_family: string
28
- support_status: enum
29
- host_detection:
30
- type: object
31
- owns:
32
- - binary_names
33
- - host_config_locations
34
- - availability_probe_label
35
- required_fields:
36
- binary_names: list[string]
37
- host_config_locations: list[string]
38
- availability_probe_label: string
39
- lifecycle_events:
40
- type: object
41
- owns:
42
- - supported_events
43
- - unsupported_events
44
- - event_status
45
- - limitations
46
- required_fields:
47
- supported_events: list[string]
48
- unsupported_events: list[string]
49
- event_status: map[string,string]
50
- limitations: list[string]
51
- artifact_validation:
52
- type: object
53
- owns:
54
- - validation_events
55
- - hard_gate_claims
56
- - payload_reconstruction_limitations
57
- required_fields:
58
- validation_events: list[string]
59
- hard_gate_claims: list[string]
60
- payload_reconstruction_limitations: list[string]
61
- subagent_dispatch:
62
- type: object
63
- owns:
64
- - mechanism
65
- - setup_targets
66
- - descriptor_sources
67
- - invocation_pattern
68
- - limitations
69
- - tool_configuration
70
- required_fields:
71
- mechanism: string
72
- setup_targets: list[string]
73
- descriptor_sources: list[string]
74
- invocation_pattern: string
75
- limitations: list[string]
76
- config_targets:
77
- type: object
78
- owns:
79
- - runtime_config_files
80
- - hook_targets
81
- - plugin_targets
82
- - environment_exports
83
- - write_safety_labels
84
- required_fields:
85
- runtime_config_files: list[string]
86
- hook_targets: list[string]
87
- plugin_targets: list[string]
88
- environment_exports: list[string]
89
- write_safety_labels: list[string]
90
- diagnostics:
91
- type: object
92
- owns:
93
- - check_names
94
- - status_labels
95
- - gap_labels
96
- - primary_messages
97
- required_fields:
98
- check_names: list[string]
99
- status_labels: list[string]
100
- gap_labels: list[string]
101
- primary_messages: list[string]
102
- documentation_claims:
103
- type: object
104
- owns:
105
- - reference_paths
106
- - parity_claims
107
- - install_claims
108
- - known_drifts
109
- required_fields:
110
- reference_paths: list[string]
111
- parity_claims: list[string]
112
- install_claims: list[string]
113
- known_drifts: list[string]
114
- ownership:
115
- runtime_adapter_owns:
116
- - runtime identity and display labels
117
- - host detection facts used by runtime-facing consumers
118
- - lifecycle event support and limitations
119
- - artifact validation support claims
120
- - runtime-native subagent dispatch descriptor and invocation facts
121
- - runtime config, hook, plugin, and environment target paths
122
- - diagnostic check names, statuses, gaps, and messages
123
- - adapter documentation parity and known-mismatch claims
124
- package_metadata_out_of_scope:
125
- owner: package_manifest_registry
126
- deferred_todo: arch-package-manifest-registry
127
- facts:
128
- - version_authority
129
- - package_manifest_schemas
130
- - shared_package_paths
131
- - release_metadata
132
- install_root_out_of_scope:
133
- owner: scripts/install_root.py
134
- facts:
135
- - AGENTERA_HOME precedence
136
- - default app home
137
- - managed classification
138
- - stale classification
139
- - unmanaged classification
140
- - app-home diagnostics
141
- consumer_permissions:
142
- lifecycle_validation:
143
- allowed_groups:
144
- - identity
145
- - lifecycle_events
146
- - artifact_validation
147
- - subagent_dispatch
148
- - documentation_claims
149
- forbidden_ownership:
150
- - package_metadata_out_of_scope
151
- - install_root_out_of_scope
152
- doctor:
153
- allowed_groups:
154
- - identity
155
- - host_detection
156
- - config_targets
157
- - diagnostics
158
- - documentation_claims
159
- forbidden_ownership:
160
- - package_metadata_out_of_scope
161
- - install_root_out_of_scope
162
- upgrade:
163
- allowed_groups:
164
- - identity
165
- - host_detection
166
- - subagent_dispatch
167
- - config_targets
168
- - diagnostics
169
- forbidden_ownership:
170
- - package_metadata_out_of_scope
171
- - install_root_out_of_scope
172
- docs:
173
- allowed_groups:
174
- - identity
175
- - lifecycle_events
176
- - artifact_validation
177
- - subagent_dispatch
178
- - config_targets
179
- - diagnostics
180
- - documentation_claims
181
- forbidden_ownership:
182
- - package_metadata_out_of_scope
183
- - install_root_out_of_scope
184
- tests:
185
- allowed_groups:
186
- - identity
187
- - host_detection
188
- - lifecycle_events
189
- - artifact_validation
190
- - subagent_dispatch
191
- - config_targets
192
- - diagnostics
193
- - documentation_claims
194
- forbidden_ownership:
195
- - package_metadata_out_of_scope
196
- - install_root_out_of_scope
197
- non_goals:
198
- - Do not introduce an executable RuntimeAdapter registry Module in this task.
199
- - Do not migrate lifecycle validation, doctor, upgrade, docs, or runtime tests to consume a registry in this task.
200
- - Do not change app-home classification, package metadata validation, artifact write validation, or live runtime behavior.
@@ -1,387 +0,0 @@
1
- schema_version: agentera.runtimeAdapterRegistry.v1
2
- lifecycle_authority: references/adapters/runtime-lifecycle-authority.yaml
3
- adapter_record_order:
4
- - opencode
5
- - copilot
6
- - codex
7
- - cursor
8
- records:
9
- - identity:
10
- runtime_id: opencode
11
- display_name: OpenCode
12
- adapter_family: javascript-plugin
13
- support_status: supported
14
- host_detection:
15
- binary_names:
16
- - opencode
17
- host_config_locations:
18
- - OPENCODE_CONFIG_DIR
19
- - AGENTERA_HOME
20
- availability_probe_label: runtime_binary
21
- lifecycle_events:
22
- supported_events:
23
- - shell.env
24
- - tool.execute.before
25
- - tool.execute.after
26
- - experimental.session.compacting
27
- - session.created
28
- - session.idle
29
- unsupported_events: []
30
- event_status:
31
- shell.env: supported
32
- tool.execute.before: supported
33
- tool.execute.after: supported
34
- experimental.session.compacting: supported
35
- session.created: supported_via_event
36
- session.idle: supported_via_event
37
- limitations:
38
- - OpenCode session preload observes session.created but has no verified context injection path.
39
- - OpenCode compaction context is bounded to CLI-first Agentera summaries.
40
- artifact_validation:
41
- validation_events:
42
- - tool.execute.before
43
- hard_gate_claims:
44
- - Conditional hard gate for reconstructable write and edit candidates.
45
- payload_reconstruction_limitations:
46
- - Sparse payloads and apply_patch patchText without reconstructed full content are allowed.
47
- subagent_dispatch:
48
- mechanism: OpenCode .opencode/agents single primary agent (D73)
49
- setup_targets:
50
- - ~/.config/opencode/agents
51
- descriptor_sources:
52
- - .opencode/agents/agentera.md
53
- invocation_pattern: Use @agentera for the single Agentera primary agent; routing via skill, dispatch to general subagent.
54
- tool_configuration: per_agent_permission
55
- limitations:
56
- - OpenCode descriptor bootstrap is file-based and preserves user-owned descriptor collisions.
57
- config_targets:
58
- runtime_config_files:
59
- - ~/.config/opencode/plugins/agentera.js
60
- hook_targets: []
61
- plugin_targets:
62
- - .opencode/plugins/agentera.js
63
- environment_exports:
64
- - AGENTERA_HOME
65
- write_safety_labels:
66
- - copy-plugin
67
- - copy-agent
68
- diagnostics:
69
- check_names:
70
- - plugin_file
71
- - AGENTERA_HOME
72
- - opencode_managed_commands
73
- - opencode_skill_paths
74
- - bundled_support_references
75
- - profile_dir_deprecated
76
- - profile_dir_schema_literal
77
- status_labels:
78
- - pass
79
- - warn
80
- - fail
81
- - skip
82
- gap_labels:
83
- - runtime_config
84
- - user_environment
85
- - command_drift
86
- - skill_path_drift
87
- - validation_drift
88
- primary_messages:
89
- - OpenCode plugin file is present
90
- - OpenCode plugin file is not installed at the native plugin path
91
- - runtime can reach shared Agentera helper scripts
92
- - OpenCode cannot see AGENTERA_HOME or a documented default Agentera app home
93
- - OpenCode managed Agentera commands are current
94
- - OpenCode managed Agentera commands are missing or stale
95
- - OpenCode Agentera skill paths resolve to SKILL.md
96
- - OpenCode Agentera skill paths are missing or broken
97
- - bundled support references validate separately from installer status
98
- - bundled reference validation mismatch found despite installer status
99
- - profile dir env var is current
100
- - v2 env var PROFILERA_PROFILE_DIR detected; run `agentera upgrade` to migrate to AGENTERA_PROFILE_DIR
101
- - OpenCode plugin profile-dir schema is current
102
- - OpenCode plugin source uses unmigrated profile-dir schema literal (PROFILERA_PROFILE_DIR without AGENTERA_PROFILE_DIR); run `agentera upgrade`
103
- documentation_claims:
104
- reference_paths:
105
- - references/adapters/runtime-feature-parity.md
106
- - references/adapters/opencode.md
107
- parity_claims:
108
- - Blocks invalid reconstructable artifact candidates.
109
- install_claims:
110
- - OpenCode plugin is copied to the native plugin path.
111
- known_drifts:
112
- - OpenCode session preload observes session.created but has no verified context injection path.
113
- - identity:
114
- runtime_id: copilot
115
- display_name: GitHub Copilot
116
- adapter_family: portable-plugin
117
- support_status: supported
118
- host_detection:
119
- binary_names:
120
- - copilot
121
- host_config_locations:
122
- - AGENTERA_HOME
123
- - ~/.bashrc
124
- - ~/.zshrc
125
- - ~/.config/fish/config.fish
126
- availability_probe_label: runtime_binary
127
- lifecycle_events:
128
- supported_events:
129
- - sessionStart
130
- - sessionEnd
131
- - userPromptSubmitted
132
- - preToolUse
133
- - postToolUse
134
- - errorOccurred
135
- unsupported_events: []
136
- event_status:
137
- sessionStart: supported
138
- sessionEnd: supported
139
- userPromptSubmitted: supported
140
- preToolUse: supported
141
- postToolUse: supported
142
- errorOccurred: supported
143
- limitations:
144
- - Profile exposes bounded corpus metadata limits with missing source families.
145
- artifact_validation:
146
- validation_events:
147
- - preToolUse
148
- hard_gate_claims:
149
- - Conditional hard gate via preToolUse.
150
- payload_reconstruction_limitations:
151
- - Malformed, sparse, or non-reconstructable toolArgs are allowed.
152
- subagent_dispatch:
153
- mechanism: Copilot CLI host-managed dispatch
154
- setup_targets: []
155
- descriptor_sources: []
156
- invocation_pattern: Use the host-native agent selection surface when available.
157
- tool_configuration: none
158
- limitations:
159
- - Agentera does not install per-capability Copilot descriptors in this package phase.
160
- config_targets:
161
- runtime_config_files: []
162
- hook_targets:
163
- - .github/hooks
164
- plugin_targets:
165
- - plugin.json
166
- environment_exports:
167
- - AGENTERA_HOME
168
- write_safety_labels:
169
- - configure
170
- diagnostics:
171
- check_names:
172
- - AGENTERA_HOME
173
- status_labels:
174
- - pass
175
- - warn
176
- - fail
177
- - skip
178
- gap_labels:
179
- - runtime_config
180
- - user_environment
181
- primary_messages:
182
- - runtime can reach shared Agentera helper scripts
183
- - Copilot helper access is not configured in the environment or known shell rc files
184
- - Copilot rc file is configured; restart the shell to load AGENTERA_HOME
185
- documentation_claims:
186
- reference_paths:
187
- - references/adapters/runtime-feature-parity.md
188
- parity_claims:
189
- - Copilot supports lifecycle hook JSON files under .github/hooks.
190
- install_claims:
191
- - Copilot marketplace install path is verified working.
192
- known_drifts:
193
- - Upgrade package phase currently has no Copilot package command item.
194
- - Upgrade runtime configure is noop; shell rc paths in host_detection are doctor diagnostic probes only.
195
- - identity:
196
- runtime_id: codex
197
- display_name: Codex
198
- adapter_family: portable-plugin
199
- support_status: supported
200
- host_detection:
201
- binary_names:
202
- - codex
203
- host_config_locations:
204
- - ~/.codex/config.toml
205
- availability_probe_label: runtime_binary
206
- lifecycle_events:
207
- supported_events:
208
- - SessionStart
209
- - Stop
210
- - UserPromptSubmit
211
- - PreToolUse
212
- - PostToolUse
213
- - PermissionRequest
214
- unsupported_events:
215
- - SubagentStop
216
- - PreCompact
217
- - Notification
218
- event_status:
219
- SessionStart: beta
220
- Stop: beta
221
- UserPromptSubmit: beta
222
- PreToolUse: beta
223
- PostToolUse: beta
224
- PermissionRequest: beta
225
- SubagentStop: unsupported
226
- limitations:
227
- - codex_hooks status is beta and shipped Agentera wiring intercepts apply_patch validation only; see openai/codex#18391.
228
- artifact_validation:
229
- validation_events:
230
- - PreToolUse
231
- hard_gate_claims:
232
- - Codex can route pre-tool validation through codex_hooks when configured.
233
- payload_reconstruction_limitations:
234
- - Shipped config wires apply_patch validation only.
235
- subagent_dispatch:
236
- mechanism: Codex ~/.codex/agents TOML descriptors
237
- setup_targets:
238
- - ~/.codex/agents
239
- descriptor_sources:
240
- - skills/agentera/agents/*.toml
241
- invocation_pattern: Use the configured capability agent name through Codex-native subagent dispatch.
242
- tool_configuration: global_sandbox_policy
243
- limitations:
244
- - Codex hook wiring remains limited to apply_patch validation; descriptor dispatch is separate runtime state.
245
- config_targets:
246
- runtime_config_files:
247
- - ~/.codex/config.toml
248
- hook_targets:
249
- - ~/.codex/hooks.json
250
- plugin_targets:
251
- - .codex-plugin/plugin.json
252
- - .agents/plugins/marketplace.json
253
- environment_exports:
254
- - AGENTERA_HOME
255
- write_safety_labels:
256
- - configure
257
- - copy-hooks
258
- - copy-agent
259
- diagnostics:
260
- check_names:
261
- - config.AGENTERA_HOME
262
- status_labels:
263
- - pass
264
- - warn
265
- - fail
266
- - skip
267
- gap_labels:
268
- - runtime_config
269
- - user_environment
270
- primary_messages:
271
- - runtime can reach shared Agentera helper scripts
272
- - Codex config cannot provide helper-script access
273
- documentation_claims:
274
- reference_paths:
275
- - references/adapters/runtime-feature-parity.md
276
- parity_claims:
277
- - Codex supports codex_hooks events but shipped config wires only apply_patch validation.
278
- install_claims:
279
- - Codex config and hook files are planned as runtime updates.
280
- known_drifts:
281
- - Codex supports hook events but shipped config wires only apply_patch validation.
282
- - identity:
283
- runtime_id: cursor
284
- display_name: Cursor
285
- adapter_family: native-plugin
286
- support_status: supported
287
- host_detection:
288
- binary_names:
289
- - cursor-agent
290
- - cursor
291
- host_config_locations:
292
- - AGENTERA_HOME
293
- - .cursor/hooks.json
294
- availability_probe_label: runtime_binary
295
- lifecycle_events:
296
- supported_events:
297
- - sessionStart
298
- - sessionEnd
299
- - preToolUse
300
- - postToolUse
301
- - subagentStart
302
- - subagentStop
303
- - beforeSubmitPrompt
304
- - preCompact
305
- - stop
306
- unsupported_events:
307
- - beforeShellExecution
308
- - afterShellExecution
309
- - beforeMCPExecution
310
- - afterMCPExecution
311
- - beforeReadFile
312
- - afterFileEdit
313
- event_status:
314
- sessionStart: supported
315
- sessionEnd: supported
316
- preToolUse: supported
317
- postToolUse: supported
318
- subagentStart: supported
319
- subagentStop: supported
320
- beforeSubmitPrompt: supported
321
- preCompact: supported
322
- stop: supported
323
- limitations:
324
- - Cloud agents are unsupported in v1; repo hooks and managed agents target local IDE sessions only.
325
- - Bare text /agentera routing is metadata-only; sessionStart injects context but does not rewrite prompts.
326
- artifact_validation:
327
- validation_events:
328
- - preToolUse
329
- hard_gate_claims:
330
- - Conditional hard gate for reconstructable Write and Edit candidates via preToolUse; verified after live preToolUse Write smoke (2026-05-24).
331
- payload_reconstruction_limitations:
332
- - Malformed, sparse, or non-reconstructable tool_input payloads are allowed.
333
- subagent_dispatch:
334
- mechanism: Cursor .cursor/agents single agent descriptor (D73)
335
- setup_targets:
336
- - .cursor/agents
337
- descriptor_sources:
338
- - .cursor/agents/agentera.md
339
- invocation_pattern: Use the Cursor agent picker or @-mention the single Agentera agent; routing via skill, dispatch to general subagent.
340
- tool_configuration: global_full_access
341
- limitations:
342
- - Cloud agent sessions do not load project hooks or managed agents in v1.
343
- config_targets:
344
- runtime_config_files: []
345
- hook_targets:
346
- - .cursor/hooks.json
347
- plugin_targets:
348
- - .cursor-plugin/plugin.json
349
- environment_exports:
350
- - AGENTERA_HOME
351
- write_safety_labels:
352
- - copy-hooks
353
- - copy-agent
354
- - copy-plugin
355
- diagnostics:
356
- check_names:
357
- - AGENTERA_HOME
358
- - cursor_hooks
359
- - cursor_managed_agents
360
- status_labels:
361
- - pass
362
- - warn
363
- - fail
364
- - skip
365
- gap_labels:
366
- - runtime_config
367
- - user_environment
368
- - hook_drift
369
- - agent_drift
370
- primary_messages:
371
- - runtime can reach shared Agentera helper scripts
372
- - Cursor hooks.json is present and references Agentera helpers
373
- - Cursor hooks.json is missing or stale
374
- - Cursor managed capability agents are current
375
- - Cursor managed capability agents are missing or stale
376
- documentation_claims:
377
- reference_paths:
378
- - references/adapters/runtime-feature-parity.md
379
- - references/adapters/cursor.md
380
- parity_claims:
381
- - Cursor sessionStart exports AGENTERA_HOME and injects bounded session context.
382
- - Cursor preToolUse denies invalid reconstructable artifact candidates; live preToolUse Write smoke passed 2026-05-24.
383
- install_claims:
384
- - Repo-native .cursor/ surfaces ship in this repository; upgrade installs managed hooks and agents elsewhere.
385
- known_drifts:
386
- - Release tagging and marketplace publication remain blocked pending broader release closeout despite passed live preToolUse Write smoke.
387
- - Cloud agents are unsupported in v1.