agentera 0.0.0 → 3.0.0-dev.0

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 (252) hide show
  1. package/README.md +6 -45
  2. package/bundle/.agentera-npx-bundle.json +4 -0
  3. package/bundle/references/adapters/cursor.md +213 -0
  4. package/bundle/references/adapters/opencode.md +530 -0
  5. package/bundle/references/adapters/package-manifest-interface-model.yaml +337 -0
  6. package/bundle/references/adapters/package-registry.yaml +247 -0
  7. package/bundle/references/adapters/package-surface-characterization.md +48 -0
  8. package/bundle/references/adapters/runtime-adapter-characterization.md +79 -0
  9. package/bundle/references/adapters/runtime-adapter-interface-model.yaml +200 -0
  10. package/bundle/references/adapters/runtime-adapter-registry.yaml +548 -0
  11. package/bundle/references/adapters/runtime-feature-parity.md +189 -0
  12. package/bundle/references/analysis/benchmark.md +267 -0
  13. package/bundle/references/analysis/startup-measurement-contract.yaml +424 -0
  14. package/bundle/references/artifacts/artifact-registry-interface-model.yaml +288 -0
  15. package/bundle/references/cli/agent-ready-state-contract.yaml +950 -0
  16. package/bundle/references/cli/app-lifecycle-vocabulary.yaml +233 -0
  17. package/bundle/references/cli/audience-namespace-cli-migration.yaml +355 -0
  18. package/bundle/references/cli/bundle-skill-vocabulary.yaml +278 -0
  19. package/bundle/references/cli/capability-instruction-contract.yaml +123 -0
  20. package/bundle/references/cli/capability-tool-classification.yaml +53 -0
  21. package/bundle/references/cli/routing-execution-vocabulary.yaml +281 -0
  22. package/bundle/references/cli/update-channels.yaml +120 -0
  23. package/bundle/references/cli/vocabulary-index.yaml +160 -0
  24. package/bundle/references/cli/vocabulary.md +562 -0
  25. package/bundle/references/meta/documentation-inventory.md +43 -0
  26. package/bundle/references/v1-section-mapping.md +47 -0
  27. package/bundle/registry.json +39 -0
  28. package/bundle/skills/agentera/.claude-plugin/plugin.json +27 -0
  29. package/bundle/skills/agentera/SKILL.md +470 -0
  30. package/bundle/skills/agentera/agents/dokumentera.toml +6 -0
  31. package/bundle/skills/agentera/agents/hej.toml +6 -0
  32. package/bundle/skills/agentera/agents/inspektera.toml +6 -0
  33. package/bundle/skills/agentera/agents/inspirera.toml +6 -0
  34. package/bundle/skills/agentera/agents/optimera.toml +6 -0
  35. package/bundle/skills/agentera/agents/orkestrera.toml +6 -0
  36. package/bundle/skills/agentera/agents/planera.toml +6 -0
  37. package/bundle/skills/agentera/agents/profilera.toml +6 -0
  38. package/bundle/skills/agentera/agents/realisera.toml +6 -0
  39. package/bundle/skills/agentera/agents/resonera.toml +6 -0
  40. package/bundle/skills/agentera/agents/visionera.toml +6 -0
  41. package/bundle/skills/agentera/agents/visualisera.toml +6 -0
  42. package/bundle/skills/agentera/capabilities/dokumentera/instructions.md +428 -0
  43. package/bundle/skills/agentera/capabilities/dokumentera/schemas/artifacts.yaml +73 -0
  44. package/bundle/skills/agentera/capabilities/dokumentera/schemas/exit.yaml +35 -0
  45. package/bundle/skills/agentera/capabilities/dokumentera/schemas/triggers.yaml +35 -0
  46. package/bundle/skills/agentera/capabilities/dokumentera/schemas/validation.yaml +139 -0
  47. package/bundle/skills/agentera/capabilities/hej/instructions.md +331 -0
  48. package/bundle/skills/agentera/capabilities/hej/schemas/artifacts.yaml +69 -0
  49. package/bundle/skills/agentera/capabilities/hej/schemas/exit.yaml +32 -0
  50. package/bundle/skills/agentera/capabilities/hej/schemas/triggers.yaml +58 -0
  51. package/bundle/skills/agentera/capabilities/hej/schemas/validation.yaml +55 -0
  52. package/bundle/skills/agentera/capabilities/inspektera/instructions.md +514 -0
  53. package/bundle/skills/agentera/capabilities/inspektera/schemas/artifacts.yaml +76 -0
  54. package/bundle/skills/agentera/capabilities/inspektera/schemas/exit.yaml +36 -0
  55. package/bundle/skills/agentera/capabilities/inspektera/schemas/triggers.yaml +38 -0
  56. package/bundle/skills/agentera/capabilities/inspektera/schemas/validation.yaml +113 -0
  57. package/bundle/skills/agentera/capabilities/inspirera/instructions.md +280 -0
  58. package/bundle/skills/agentera/capabilities/inspirera/schemas/artifacts.yaml +24 -0
  59. package/bundle/skills/agentera/capabilities/inspirera/schemas/exit.yaml +33 -0
  60. package/bundle/skills/agentera/capabilities/inspirera/schemas/triggers.yaml +34 -0
  61. package/bundle/skills/agentera/capabilities/inspirera/schemas/validation.yaml +58 -0
  62. package/bundle/skills/agentera/capabilities/optimera/instructions.md +437 -0
  63. package/bundle/skills/agentera/capabilities/optimera/schemas/artifacts.yaml +69 -0
  64. package/bundle/skills/agentera/capabilities/optimera/schemas/exit.yaml +35 -0
  65. package/bundle/skills/agentera/capabilities/optimera/schemas/triggers.yaml +39 -0
  66. package/bundle/skills/agentera/capabilities/optimera/schemas/validation.yaml +91 -0
  67. package/bundle/skills/agentera/capabilities/orkestrera/instructions.md +433 -0
  68. package/bundle/skills/agentera/capabilities/orkestrera/schemas/artifacts.yaml +64 -0
  69. package/bundle/skills/agentera/capabilities/orkestrera/schemas/exit.yaml +34 -0
  70. package/bundle/skills/agentera/capabilities/orkestrera/schemas/triggers.yaml +42 -0
  71. package/bundle/skills/agentera/capabilities/orkestrera/schemas/validation.yaml +107 -0
  72. package/bundle/skills/agentera/capabilities/planera/instructions.md +368 -0
  73. package/bundle/skills/agentera/capabilities/planera/schemas/artifacts.yaml +62 -0
  74. package/bundle/skills/agentera/capabilities/planera/schemas/exit.yaml +33 -0
  75. package/bundle/skills/agentera/capabilities/planera/schemas/triggers.yaml +34 -0
  76. package/bundle/skills/agentera/capabilities/planera/schemas/validation.yaml +61 -0
  77. package/bundle/skills/agentera/capabilities/profilera/instructions.md +419 -0
  78. package/bundle/skills/agentera/capabilities/profilera/schemas/artifacts.yaml +18 -0
  79. package/bundle/skills/agentera/capabilities/profilera/schemas/exit.yaml +34 -0
  80. package/bundle/skills/agentera/capabilities/profilera/schemas/triggers.yaml +45 -0
  81. package/bundle/skills/agentera/capabilities/profilera/schemas/validation.yaml +57 -0
  82. package/bundle/skills/agentera/capabilities/realisera/instructions.md +403 -0
  83. package/bundle/skills/agentera/capabilities/realisera/schemas/artifacts.yaml +80 -0
  84. package/bundle/skills/agentera/capabilities/realisera/schemas/exit.yaml +35 -0
  85. package/bundle/skills/agentera/capabilities/realisera/schemas/triggers.yaml +39 -0
  86. package/bundle/skills/agentera/capabilities/realisera/schemas/validation.yaml +110 -0
  87. package/bundle/skills/agentera/capabilities/resonera/instructions.md +329 -0
  88. package/bundle/skills/agentera/capabilities/resonera/schemas/artifacts.yaml +47 -0
  89. package/bundle/skills/agentera/capabilities/resonera/schemas/exit.yaml +35 -0
  90. package/bundle/skills/agentera/capabilities/resonera/schemas/triggers.yaml +46 -0
  91. package/bundle/skills/agentera/capabilities/resonera/schemas/validation.yaml +77 -0
  92. package/bundle/skills/agentera/capabilities/visionera/instructions.md +309 -0
  93. package/bundle/skills/agentera/capabilities/visionera/schemas/artifacts.yaml +57 -0
  94. package/bundle/skills/agentera/capabilities/visionera/schemas/exit.yaml +35 -0
  95. package/bundle/skills/agentera/capabilities/visionera/schemas/triggers.yaml +41 -0
  96. package/bundle/skills/agentera/capabilities/visionera/schemas/validation.yaml +74 -0
  97. package/bundle/skills/agentera/capabilities/visualisera/instructions.md +400 -0
  98. package/bundle/skills/agentera/capabilities/visualisera/schemas/artifacts.yaml +44 -0
  99. package/bundle/skills/agentera/capabilities/visualisera/schemas/exit.yaml +34 -0
  100. package/bundle/skills/agentera/capabilities/visualisera/schemas/triggers.yaml +33 -0
  101. package/bundle/skills/agentera/capabilities/visualisera/schemas/validation.yaml +80 -0
  102. package/bundle/skills/agentera/capability_schema_contract.yaml +385 -0
  103. package/bundle/skills/agentera/protocol.yaml +463 -0
  104. package/bundle/skills/agentera/references/contract.md +1039 -0
  105. package/bundle/skills/agentera/schemas/artifacts/changelog.yaml +60 -0
  106. package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +461 -0
  107. package/bundle/skills/agentera/schemas/artifacts/design.yaml +55 -0
  108. package/bundle/skills/agentera/schemas/artifacts/docs.yaml +402 -0
  109. package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +373 -0
  110. package/bundle/skills/agentera/schemas/artifacts/health.yaml +484 -0
  111. package/bundle/skills/agentera/schemas/artifacts/objective.yaml +399 -0
  112. package/bundle/skills/agentera/schemas/artifacts/plan.yaml +342 -0
  113. package/bundle/skills/agentera/schemas/artifacts/progress.yaml +325 -0
  114. package/bundle/skills/agentera/schemas/artifacts/todo.yaml +110 -0
  115. package/bundle/skills/agentera/schemas/artifacts/vision.yaml +262 -0
  116. package/bundle/skills/hej/.claude-plugin/plugin.json +6 -0
  117. package/bundle/skills/hej/SKILL.md +69 -0
  118. package/bundle/skills/hej/agents/hej.toml +11 -0
  119. package/bundle/skills/hej/agents/openai.yaml +8 -0
  120. package/dist/analytics/extractCorpus.js +1791 -0
  121. package/dist/analytics/extractCorpus.js.map +1 -0
  122. package/dist/analytics/usageStats.js +487 -0
  123. package/dist/analytics/usageStats.js.map +1 -0
  124. package/dist/bin/agentera.js +4 -0
  125. package/dist/bin/agentera.js.map +1 -0
  126. package/dist/cli/appContext.js +226 -0
  127. package/dist/cli/appContext.js.map +1 -0
  128. package/dist/cli/argvalidate.js +41 -0
  129. package/dist/cli/argvalidate.js.map +1 -0
  130. package/dist/cli/capabilityContext.js +2421 -0
  131. package/dist/cli/capabilityContext.js.map +1 -0
  132. package/dist/cli/commands/backfill.js +84 -0
  133. package/dist/cli/commands/backfill.js.map +1 -0
  134. package/dist/cli/commands/capability.js +44 -0
  135. package/dist/cli/commands/capability.js.map +1 -0
  136. package/dist/cli/commands/compact.js +148 -0
  137. package/dist/cli/commands/compact.js.map +1 -0
  138. package/dist/cli/commands/doctor.js +180 -0
  139. package/dist/cli/commands/doctor.js.map +1 -0
  140. package/dist/cli/commands/lint.js +179 -0
  141. package/dist/cli/commands/lint.js.map +1 -0
  142. package/dist/cli/commands/prime.js +545 -0
  143. package/dist/cli/commands/prime.js.map +1 -0
  144. package/dist/cli/commands/query.js +346 -0
  145. package/dist/cli/commands/query.js.map +1 -0
  146. package/dist/cli/commands/report.js +210 -0
  147. package/dist/cli/commands/report.js.map +1 -0
  148. package/dist/cli/commands/schema.js +306 -0
  149. package/dist/cli/commands/schema.js.map +1 -0
  150. package/dist/cli/commands/state.js +1012 -0
  151. package/dist/cli/commands/state.js.map +1 -0
  152. package/dist/cli/commands/upgrade.js +49 -0
  153. package/dist/cli/commands/upgrade.js.map +1 -0
  154. package/dist/cli/commands/validate.js +519 -0
  155. package/dist/cli/commands/validate.js.map +1 -0
  156. package/dist/cli/commands/verify.js +204 -0
  157. package/dist/cli/commands/verify.js.map +1 -0
  158. package/dist/cli/dispatch.js +962 -0
  159. package/dist/cli/dispatch.js.map +1 -0
  160. package/dist/cli/orientation.js +595 -0
  161. package/dist/cli/orientation.js.map +1 -0
  162. package/dist/cli/prime-blob.js +3 -0
  163. package/dist/cli/prime-blob.js.map +1 -0
  164. package/dist/cli/stateQuery.js +292 -0
  165. package/dist/cli/stateQuery.js.map +1 -0
  166. package/dist/cli/structured.js +18 -0
  167. package/dist/cli/structured.js.map +1 -0
  168. package/dist/core/difflib.js +274 -0
  169. package/dist/core/difflib.js.map +1 -0
  170. package/dist/core/git.js +43 -0
  171. package/dist/core/git.js.map +1 -0
  172. package/dist/core/paths.js +50 -0
  173. package/dist/core/paths.js.map +1 -0
  174. package/dist/core/pyjson.js +101 -0
  175. package/dist/core/pyjson.js.map +1 -0
  176. package/dist/core/sourceRoot.js +72 -0
  177. package/dist/core/sourceRoot.js.map +1 -0
  178. package/dist/core/toml.js +11 -0
  179. package/dist/core/toml.js.map +1 -0
  180. package/dist/core/yaml.js +25 -0
  181. package/dist/core/yaml.js.map +1 -0
  182. package/dist/eval/evalSkills.js +258 -0
  183. package/dist/eval/evalSkills.js.map +1 -0
  184. package/dist/eval/semanticEval.js +148 -0
  185. package/dist/eval/semanticEval.js.map +1 -0
  186. package/dist/eval/semanticFixtures.js +227 -0
  187. package/dist/eval/semanticFixtures.js.map +1 -0
  188. package/dist/hooks/common.js +160 -0
  189. package/dist/hooks/common.js.map +1 -0
  190. package/dist/hooks/compaction.js +935 -0
  191. package/dist/hooks/compaction.js.map +1 -0
  192. package/dist/hooks/cursorPreToolUse.js +19 -0
  193. package/dist/hooks/cursorPreToolUse.js.map +1 -0
  194. package/dist/hooks/cursorSessionStart.js +71 -0
  195. package/dist/hooks/cursorSessionStart.js.map +1 -0
  196. package/dist/hooks/sessionStart.js +209 -0
  197. package/dist/hooks/sessionStart.js.map +1 -0
  198. package/dist/hooks/sessionStop.js +212 -0
  199. package/dist/hooks/sessionStop.js.map +1 -0
  200. package/dist/hooks/validateArtifact.js +933 -0
  201. package/dist/hooks/validateArtifact.js.map +1 -0
  202. package/dist/registries/artifactRegistry.js +206 -0
  203. package/dist/registries/artifactRegistry.js.map +1 -0
  204. package/dist/registries/capabilityContract.js +310 -0
  205. package/dist/registries/capabilityContract.js.map +1 -0
  206. package/dist/registries/packageRegistry.js +641 -0
  207. package/dist/registries/packageRegistry.js.map +1 -0
  208. package/dist/registries/runtimeAdapterRegistry.js +315 -0
  209. package/dist/registries/runtimeAdapterRegistry.js.map +1 -0
  210. package/dist/setup/codex.js +1052 -0
  211. package/dist/setup/codex.js.map +1 -0
  212. package/dist/setup/copilot.js +227 -0
  213. package/dist/setup/copilot.js.map +1 -0
  214. package/dist/setup/cursor.js +127 -0
  215. package/dist/setup/cursor.js.map +1 -0
  216. package/dist/setup/doctor.js +1269 -0
  217. package/dist/setup/doctor.js.map +1 -0
  218. package/dist/state/installRoot.js +279 -0
  219. package/dist/state/installRoot.js.map +1 -0
  220. package/dist/state/progressCommit.js +289 -0
  221. package/dist/state/progressCommit.js.map +1 -0
  222. package/dist/state/startupAnalysis.js +1953 -0
  223. package/dist/state/startupAnalysis.js.map +1 -0
  224. package/dist/upgrade/appModel.js +189 -0
  225. package/dist/upgrade/appModel.js.map +1 -0
  226. package/dist/upgrade/channels.js +197 -0
  227. package/dist/upgrade/channels.js.map +1 -0
  228. package/dist/upgrade/compatibility.js +197 -0
  229. package/dist/upgrade/compatibility.js.map +1 -0
  230. package/dist/upgrade/doctor.js +368 -0
  231. package/dist/upgrade/doctor.js.map +1 -0
  232. package/dist/upgrade/migrateArtifactsV2ToV3.js +412 -0
  233. package/dist/upgrade/migrateArtifactsV2ToV3.js.map +1 -0
  234. package/dist/upgrade/upgradeCommands.js +40 -0
  235. package/dist/upgrade/upgradeCommands.js.map +1 -0
  236. package/dist/upgrade/upgradeOrchestrator.js +280 -0
  237. package/dist/upgrade/upgradeOrchestrator.js.map +1 -0
  238. package/dist/validate/appHomeContract.js +150 -0
  239. package/dist/validate/appHomeContract.js.map +1 -0
  240. package/dist/validate/capability.js +412 -0
  241. package/dist/validate/capability.js.map +1 -0
  242. package/dist/validate/crossCapability.js +145 -0
  243. package/dist/validate/crossCapability.js.map +1 -0
  244. package/dist/validate/lifecycleAdapters.js +772 -0
  245. package/dist/validate/lifecycleAdapters.js.map +1 -0
  246. package/dist/validate/selfAudit.js +107 -0
  247. package/dist/validate/selfAudit.js.map +1 -0
  248. package/package.json +28 -8
  249. package/LICENSE +0 -201
  250. package/bin/agentera.mjs +0 -50
  251. package/lib/exec.mjs +0 -116
  252. package/lib/resolve.mjs +0 -129
@@ -0,0 +1,548 @@
1
+ schema_version: agentera.runtimeAdapterRegistry.v1
2
+ runtime_order:
3
+ - claude
4
+ - opencode
5
+ - copilot
6
+ - codex
7
+ - cursor
8
+ - cursor-agent
9
+ records:
10
+ - identity:
11
+ runtime_id: claude
12
+ display_name: Claude Code
13
+ adapter_family: native-plugin
14
+ support_status: supported
15
+ host_detection:
16
+ binary_names:
17
+ - claude
18
+ host_config_locations:
19
+ - CLAUDE_PLUGIN_ROOT
20
+ availability_probe_label: runtime_binary
21
+ lifecycle_events:
22
+ supported_events:
23
+ - PreToolUse
24
+ - PostToolUse
25
+ - UserPromptSubmit
26
+ - SessionStart
27
+ - Stop
28
+ - SubagentStop
29
+ unsupported_events: []
30
+ event_status:
31
+ PreToolUse: native
32
+ PostToolUse: native
33
+ UserPromptSubmit: native
34
+ SessionStart: native
35
+ Stop: native
36
+ SubagentStop: native
37
+ limitations:
38
+ - Claude lifecycle behavior is validated through native hook files rather than lifecycle metadata.
39
+ artifact_validation:
40
+ validation_events:
41
+ - PreToolUse
42
+ hard_gate_claims:
43
+ - Native hook files can run artifact validation before tool writes.
44
+ payload_reconstruction_limitations: []
45
+ subagent_dispatch:
46
+ mechanism: Claude Code native subagent dispatch
47
+ setup_targets: []
48
+ descriptor_sources: []
49
+ invocation_pattern: Use the host Task/subagent surface with the selected Agentera capability context.
50
+ tool_configuration: none
51
+ limitations:
52
+ - Agentera does not install per-capability Claude descriptors in this package phase.
53
+ config_targets:
54
+ runtime_config_files: []
55
+ hook_targets:
56
+ - .claude-plugin/marketplace.json
57
+ plugin_targets:
58
+ - skills/*/.claude-plugin/plugin.json
59
+ environment_exports:
60
+ - CLAUDE_PLUGIN_ROOT
61
+ write_safety_labels:
62
+ - Claude Code plugin installs expose the app home without local config writes
63
+ diagnostics:
64
+ check_names:
65
+ - CLAUDE_PLUGIN_ROOT
66
+ status_labels:
67
+ - pass
68
+ - warn
69
+ - fail
70
+ - skip
71
+ gap_labels:
72
+ - runtime_config
73
+ - user_environment
74
+ primary_messages:
75
+ - runtime can reach shared Agentera helper scripts
76
+ - Claude Code plugin root is not present in this process environment
77
+ documentation_claims:
78
+ reference_paths:
79
+ - references/adapters/runtime-feature-parity.md
80
+ parity_claims:
81
+ - Claude Code uses native plugin and hook surfaces.
82
+ install_claims:
83
+ - Claude Code plugin installs expose the app home without local config writes.
84
+ known_drifts:
85
+ - Claude lifecycle behavior is validated through native hook files, not lifecycle metadata.
86
+ - identity:
87
+ runtime_id: opencode
88
+ display_name: OpenCode
89
+ adapter_family: javascript-plugin
90
+ support_status: supported
91
+ host_detection:
92
+ binary_names:
93
+ - opencode
94
+ host_config_locations:
95
+ - OPENCODE_CONFIG_DIR
96
+ - AGENTERA_HOME
97
+ availability_probe_label: runtime_binary
98
+ lifecycle_events:
99
+ supported_events:
100
+ - shell.env
101
+ - chat.message
102
+ - tool.execute.before
103
+ - tool.execute.after
104
+ - experimental.session.compacting
105
+ - session.created
106
+ - session.idle
107
+ unsupported_events: []
108
+ event_status:
109
+ shell.env: supported
110
+ chat.message: supported
111
+ tool.execute.before: supported
112
+ tool.execute.after: supported
113
+ experimental.session.compacting: supported
114
+ session.created: supported_via_event
115
+ session.idle: supported_via_event
116
+ limitations:
117
+ - OpenCode session preload observes session.created but has no verified context injection path.
118
+ - OpenCode docs omit chat.message, but the exported plugin Hooks interface defines it.
119
+ - OpenCode compaction context is bounded to CLI-first Agentera summaries.
120
+ artifact_validation:
121
+ validation_events:
122
+ - tool.execute.before
123
+ hard_gate_claims:
124
+ - Conditional hard gate for reconstructable write and edit candidates.
125
+ payload_reconstruction_limitations:
126
+ - Sparse payloads and apply_patch patchText without reconstructed full content are allowed.
127
+ subagent_dispatch:
128
+ mechanism: OpenCode .opencode/agents descriptors
129
+ setup_targets:
130
+ - ~/.config/opencode/agents
131
+ descriptor_sources:
132
+ - .opencode/agents/*.md
133
+ invocation_pattern: Use @<capability> for the installed Agentera capability descriptor.
134
+ tool_configuration: per_agent_permission
135
+ limitations:
136
+ - OpenCode descriptor bootstrap is file-based and preserves user-owned descriptor collisions.
137
+ config_targets:
138
+ runtime_config_files:
139
+ - ~/.config/opencode/plugins/agentera.js
140
+ hook_targets: []
141
+ plugin_targets:
142
+ - .opencode/plugins/agentera.js
143
+ environment_exports:
144
+ - AGENTERA_HOME
145
+ write_safety_labels:
146
+ - copy-plugin
147
+ - copy-agent
148
+ diagnostics:
149
+ check_names:
150
+ - plugin_file
151
+ - AGENTERA_HOME
152
+ - opencode_managed_commands
153
+ - opencode_skill_paths
154
+ - bundled_support_references
155
+ status_labels:
156
+ - pass
157
+ - warn
158
+ - fail
159
+ - skip
160
+ gap_labels:
161
+ - runtime_config
162
+ - user_environment
163
+ - command_drift
164
+ - skill_path_drift
165
+ - validation_drift
166
+ primary_messages:
167
+ - OpenCode plugin file is present
168
+ - OpenCode plugin file is not installed at the native plugin path
169
+ - runtime can reach shared Agentera helper scripts
170
+ - OpenCode cannot see AGENTERA_HOME or a documented default Agentera app home
171
+ - OpenCode managed Agentera commands are current
172
+ - OpenCode managed Agentera commands are missing or stale
173
+ - OpenCode Agentera skill paths resolve to SKILL.md
174
+ - OpenCode Agentera skill paths are missing or broken
175
+ - bundled support references validate separately from installer status
176
+ - bundled reference validation mismatch found despite installer status
177
+ documentation_claims:
178
+ reference_paths:
179
+ - references/adapters/runtime-feature-parity.md
180
+ - references/adapters/opencode.md
181
+ parity_claims:
182
+ - Blocks invalid reconstructable artifact candidates.
183
+ - Routes exact bare text hej through chat.message to the bundled Agentera dashboard path.
184
+ install_claims:
185
+ - OpenCode plugin is copied to the native plugin path.
186
+ known_drifts:
187
+ - OpenCode session preload observes session.created but has no verified context injection path.
188
+ - OpenCode docs omit chat.message even though the plugin source Hooks interface exposes it.
189
+ - identity:
190
+ runtime_id: copilot
191
+ display_name: Copilot CLI
192
+ adapter_family: portable-plugin
193
+ support_status: supported
194
+ host_detection:
195
+ binary_names:
196
+ - copilot
197
+ host_config_locations:
198
+ - AGENTERA_HOME
199
+ - ~/.bashrc
200
+ - ~/.zshrc
201
+ - ~/.config/fish/config.fish
202
+ availability_probe_label: runtime_binary
203
+ lifecycle_events:
204
+ supported_events:
205
+ - sessionStart
206
+ - sessionEnd
207
+ - userPromptSubmitted
208
+ - preToolUse
209
+ - postToolUse
210
+ - errorOccurred
211
+ unsupported_events: []
212
+ event_status:
213
+ sessionStart: supported
214
+ sessionEnd: supported
215
+ userPromptSubmitted: supported
216
+ preToolUse: supported
217
+ postToolUse: supported
218
+ errorOccurred: supported
219
+ limitations:
220
+ - Profilera exposes bounded corpus metadata limits with missing source families.
221
+ artifact_validation:
222
+ validation_events:
223
+ - preToolUse
224
+ hard_gate_claims:
225
+ - Conditional hard gate via preToolUse.
226
+ payload_reconstruction_limitations:
227
+ - Malformed, sparse, or non-reconstructable toolArgs are allowed.
228
+ subagent_dispatch:
229
+ mechanism: Copilot CLI host-managed dispatch
230
+ setup_targets: []
231
+ descriptor_sources: []
232
+ invocation_pattern: Use the host-native agent selection surface when available.
233
+ tool_configuration: none
234
+ limitations:
235
+ - Agentera does not install per-capability Copilot descriptors in this package phase.
236
+ config_targets:
237
+ runtime_config_files: []
238
+ hook_targets:
239
+ - .github/hooks
240
+ plugin_targets:
241
+ - plugin.json
242
+ environment_exports:
243
+ - AGENTERA_HOME
244
+ write_safety_labels:
245
+ - configure
246
+ diagnostics:
247
+ check_names:
248
+ - AGENTERA_HOME
249
+ status_labels:
250
+ - pass
251
+ - warn
252
+ - fail
253
+ - skip
254
+ gap_labels:
255
+ - runtime_config
256
+ - user_environment
257
+ primary_messages:
258
+ - runtime can reach shared Agentera helper scripts
259
+ - Copilot helper access is not configured in the environment or known shell rc files
260
+ - Copilot rc file is configured; restart the shell to load AGENTERA_HOME
261
+ documentation_claims:
262
+ reference_paths:
263
+ - references/adapters/runtime-feature-parity.md
264
+ parity_claims:
265
+ - Copilot supports lifecycle hook JSON files under .github/hooks.
266
+ install_claims:
267
+ - Copilot marketplace install path is verified working.
268
+ known_drifts:
269
+ - Upgrade package phase currently has no Copilot package command item.
270
+ - Upgrade runtime configure is noop; shell rc paths in host_detection are doctor diagnostic probes only.
271
+ - identity:
272
+ runtime_id: codex
273
+ display_name: Codex CLI
274
+ adapter_family: portable-plugin
275
+ support_status: degraded
276
+ host_detection:
277
+ binary_names:
278
+ - codex
279
+ host_config_locations:
280
+ - ~/.codex/config.toml
281
+ availability_probe_label: runtime_binary
282
+ lifecycle_events:
283
+ supported_events:
284
+ - SessionStart
285
+ - Stop
286
+ - UserPromptSubmit
287
+ - PreToolUse
288
+ - PostToolUse
289
+ - PermissionRequest
290
+ unsupported_events:
291
+ - SubagentStop
292
+ - PreCompact
293
+ - Notification
294
+ event_status:
295
+ SessionStart: beta
296
+ Stop: beta
297
+ UserPromptSubmit: beta
298
+ PreToolUse: beta
299
+ PostToolUse: beta
300
+ PermissionRequest: beta
301
+ SubagentStop: unsupported
302
+ limitations:
303
+ - codex_hooks status is beta and shipped Agentera wiring intercepts apply_patch validation only; see openai/codex#18391.
304
+ artifact_validation:
305
+ validation_events:
306
+ - PreToolUse
307
+ hard_gate_claims:
308
+ - Codex can route pre-tool validation through codex_hooks when configured.
309
+ payload_reconstruction_limitations:
310
+ - Shipped config wires apply_patch validation only.
311
+ subagent_dispatch:
312
+ mechanism: Codex ~/.codex/agents TOML descriptors
313
+ setup_targets:
314
+ - ~/.codex/agents
315
+ descriptor_sources:
316
+ - skills/agentera/agents/*.toml
317
+ invocation_pattern: Use the configured capability agent name through Codex-native subagent dispatch.
318
+ tool_configuration: global_sandbox_policy
319
+ limitations:
320
+ - Codex hook wiring remains limited to apply_patch validation; descriptor dispatch is separate runtime state.
321
+ config_targets:
322
+ runtime_config_files:
323
+ - ~/.codex/config.toml
324
+ hook_targets:
325
+ - ~/.codex/hooks.json
326
+ plugin_targets:
327
+ - .codex-plugin/plugin.json
328
+ - .agents/plugins/marketplace.json
329
+ environment_exports:
330
+ - AGENTERA_HOME
331
+ write_safety_labels:
332
+ - configure
333
+ - copy-hooks
334
+ - copy-agent
335
+ diagnostics:
336
+ check_names:
337
+ - config.AGENTERA_HOME
338
+ status_labels:
339
+ - pass
340
+ - warn
341
+ - fail
342
+ - skip
343
+ gap_labels:
344
+ - runtime_config
345
+ - user_environment
346
+ primary_messages:
347
+ - runtime can reach shared Agentera helper scripts
348
+ - Codex config cannot provide helper-script access
349
+ documentation_claims:
350
+ reference_paths:
351
+ - references/adapters/runtime-feature-parity.md
352
+ parity_claims:
353
+ - Codex supports codex_hooks events but shipped config wires only apply_patch validation.
354
+ install_claims:
355
+ - Codex config and hook files are planned as runtime updates.
356
+ known_drifts:
357
+ - Codex supports hook events but shipped config wires only apply_patch validation.
358
+ - identity:
359
+ runtime_id: cursor
360
+ display_name: Cursor IDE
361
+ adapter_family: native-plugin
362
+ support_status: supported
363
+ host_detection:
364
+ binary_names:
365
+ - cursor
366
+ host_config_locations:
367
+ - AGENTERA_HOME
368
+ - .cursor/hooks.json
369
+ availability_probe_label: runtime_binary
370
+ lifecycle_events:
371
+ supported_events:
372
+ - sessionStart
373
+ - sessionEnd
374
+ - preToolUse
375
+ - postToolUse
376
+ - subagentStart
377
+ - subagentStop
378
+ - beforeSubmitPrompt
379
+ - preCompact
380
+ - stop
381
+ unsupported_events:
382
+ - beforeShellExecution
383
+ - afterShellExecution
384
+ - beforeMCPExecution
385
+ - afterMCPExecution
386
+ - beforeReadFile
387
+ - afterFileEdit
388
+ event_status:
389
+ sessionStart: supported
390
+ sessionEnd: supported
391
+ preToolUse: supported
392
+ postToolUse: supported
393
+ subagentStart: supported
394
+ subagentStop: supported
395
+ beforeSubmitPrompt: supported
396
+ preCompact: supported
397
+ stop: supported
398
+ limitations:
399
+ - Cloud agents are unsupported in v1; repo hooks and managed agents target local IDE sessions only.
400
+ - Bare text hej routing is metadata-only; sessionStart injects context but does not rewrite prompts.
401
+ artifact_validation:
402
+ validation_events:
403
+ - preToolUse
404
+ hard_gate_claims:
405
+ - Conditional hard gate for reconstructable Write and Edit candidates via preToolUse; verified after live preToolUse Write smoke (2026-05-24).
406
+ payload_reconstruction_limitations:
407
+ - Malformed, sparse, or non-reconstructable tool_input payloads are allowed.
408
+ subagent_dispatch:
409
+ mechanism: Cursor .cursor/agents descriptors
410
+ setup_targets:
411
+ - .cursor/agents
412
+ descriptor_sources:
413
+ - .cursor/agents/*.md
414
+ invocation_pattern: Use the Cursor agent picker or @-mention the installed Agentera capability descriptor.
415
+ tool_configuration: global_full_access
416
+ limitations:
417
+ - Cloud agent sessions do not load project hooks or managed agents in v1.
418
+ config_targets:
419
+ runtime_config_files: []
420
+ hook_targets:
421
+ - .cursor/hooks.json
422
+ plugin_targets:
423
+ - .cursor-plugin/plugin.json
424
+ environment_exports:
425
+ - AGENTERA_HOME
426
+ write_safety_labels:
427
+ - copy-hooks
428
+ - copy-agent
429
+ - copy-plugin
430
+ diagnostics:
431
+ check_names:
432
+ - AGENTERA_HOME
433
+ - cursor_hooks
434
+ - cursor_managed_agents
435
+ status_labels:
436
+ - pass
437
+ - warn
438
+ - fail
439
+ - skip
440
+ gap_labels:
441
+ - runtime_config
442
+ - user_environment
443
+ - hook_drift
444
+ - agent_drift
445
+ primary_messages:
446
+ - runtime can reach shared Agentera helper scripts
447
+ - Cursor hooks.json is present and references Agentera helpers
448
+ - Cursor hooks.json is missing or stale
449
+ - Cursor managed capability agents are current
450
+ - Cursor managed capability agents are missing or stale
451
+ documentation_claims:
452
+ reference_paths:
453
+ - references/adapters/runtime-feature-parity.md
454
+ - references/adapters/cursor.md
455
+ parity_claims:
456
+ - Cursor sessionStart exports AGENTERA_HOME and injects bounded session context.
457
+ - Cursor preToolUse denies invalid reconstructable artifact candidates; live preToolUse Write smoke passed 2026-05-24.
458
+ install_claims:
459
+ - Repo-native .cursor/ surfaces ship in this repository; upgrade installs managed hooks and agents elsewhere.
460
+ known_drifts:
461
+ - Release tagging and marketplace publication remain blocked pending broader release closeout despite passed live preToolUse Write smoke.
462
+ - Cloud agents are unsupported in v1.
463
+ - identity:
464
+ runtime_id: cursor-agent
465
+ display_name: Cursor Agent CLI
466
+ adapter_family: portable-cli
467
+ support_status: degraded
468
+ host_detection:
469
+ binary_names:
470
+ - cursor-agent
471
+ - agent
472
+ host_config_locations:
473
+ - AGENTERA_HOME
474
+ - ~/.bashrc
475
+ - ~/.zshrc
476
+ - ~/.config/fish/config.fish
477
+ availability_probe_label: runtime_binary
478
+ lifecycle_events:
479
+ supported_events:
480
+ - sessionStart
481
+ - sessionEnd
482
+ - preToolUse
483
+ - postToolUse
484
+ unsupported_events:
485
+ - subagentStart
486
+ - subagentStop
487
+ - beforeSubmitPrompt
488
+ - preCompact
489
+ - stop
490
+ event_status:
491
+ sessionStart: degraded
492
+ sessionEnd: degraded
493
+ preToolUse: degraded
494
+ postToolUse: degraded
495
+ limitations:
496
+ - CLI sessions may not inherit IDE sessionStart env; persistent shell configuration is a fallback only when shell-tool smoke fails.
497
+ - Non-interactive print mode may hang after completion in some host builds; eval and smoke harnesses use bounded timeouts.
498
+ - Cloud agents are unsupported in v1.
499
+ artifact_validation:
500
+ validation_events:
501
+ - preToolUse
502
+ hard_gate_claims:
503
+ - CLI hook parity is degraded relative to IDE; hard-gate claims follow IDE smoke evidence only.
504
+ payload_reconstruction_limitations:
505
+ - CLI may omit hook wiring entirely when launched outside a Cursor workspace with project hooks.
506
+ subagent_dispatch:
507
+ mechanism: Cursor Agent CLI host-managed dispatch
508
+ setup_targets: []
509
+ descriptor_sources: []
510
+ invocation_pattern: Use cursor-agent with explicit capability context; managed .cursor/agents descriptors apply only when the workspace is loaded.
511
+ tool_configuration: global_full_access
512
+ limitations:
513
+ - Agentera does not install per-capability cursor-agent descriptors separately from IDE managed agents.
514
+ config_targets:
515
+ runtime_config_files: []
516
+ hook_targets: []
517
+ plugin_targets: []
518
+ environment_exports:
519
+ - AGENTERA_HOME
520
+ write_safety_labels:
521
+ - configure
522
+ diagnostics:
523
+ check_names:
524
+ - AGENTERA_HOME
525
+ - cursor-agent
526
+ status_labels:
527
+ - pass
528
+ - warn
529
+ - fail
530
+ - skip
531
+ gap_labels:
532
+ - runtime_config
533
+ - user_environment
534
+ primary_messages:
535
+ - runtime can reach shared Agentera helper scripts
536
+ - cursor-agent binary is not on PATH
537
+ - cursor-agent helper access depends on AGENTERA_HOME or shell rc configuration
538
+ documentation_claims:
539
+ reference_paths:
540
+ - references/adapters/runtime-feature-parity.md
541
+ - references/adapters/cursor.md
542
+ parity_claims:
543
+ - cursor-agent supports eval_skills --runtime cursor-agent print-mode dispatch.
544
+ install_claims:
545
+ - cursor-agent inherits IDE hook wiring only when run inside a workspace with installed Cursor surfaces.
546
+ known_drifts:
547
+ - CLI hook and session env parity is degraded relative to Cursor IDE.
548
+ - Bare text hej routing is metadata-only like Claude, Copilot, and Codex.