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