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,288 @@
1
+ interface: ArtifactRegistry
2
+ status: design_contract
3
+ purpose: >-
4
+ Define the canonical artifact identity Interface before introducing a loader,
5
+ consumer migration, or capability-local schema migration. Canonical artifact
6
+ schema metadata remains the persisted authority; this model defines the shape
7
+ and ownership rules those schemas must satisfy.
8
+ source_of_truth:
9
+ persisted_authority: skills/agentera/schemas/artifacts/*.yaml meta
10
+ artifact_id_field: meta.name
11
+ default_path_field: meta.path
12
+ producer_field: meta.producer
13
+ consumers_field: meta.consumers
14
+ artifact_type_field: meta.artifact_type
15
+ added_contract_fields:
16
+ display_name: >-
17
+ Human-facing canonical artifact name used by capability schemas, docs.yaml
18
+ mapping keys, validators, and bounded CLI override lookup.
19
+ scope: >-
20
+ Where the artifact lives and how path overrides may apply.
21
+ path_template: >-
22
+ Structured path facts when meta.path contains a placeholder or points to a
23
+ global, archive, or local-harness location.
24
+ single_authority_rule: >-
25
+ Consumers may project these facts into views, but must not maintain separate
26
+ display-name, default-path, producer, consumer, scope, type, or special-case
27
+ maps outside this registry Interface and runtime docs.yaml override loading.
28
+ record:
29
+ required_groups:
30
+ - identity
31
+ - default_location
32
+ - relationships
33
+ - override_semantics
34
+ - capability_reference
35
+ - special_cases
36
+ groups:
37
+ identity:
38
+ type: object
39
+ owns:
40
+ - artifact ID
41
+ - display name
42
+ - artifact type
43
+ - artifact scope
44
+ required_fields:
45
+ artifact_id: string
46
+ display_name: string
47
+ artifact_type: enum
48
+ scope: enum
49
+ default_location:
50
+ type: object
51
+ owns:
52
+ - default path
53
+ - path-template placeholder facts
54
+ - path resolution phase
55
+ required_fields:
56
+ default_path: string
57
+ path_template: object|null
58
+ resolved_after_identity_lookup: boolean
59
+ relationships:
60
+ type: object
61
+ owns:
62
+ - producer capability IDs
63
+ - consumer capability IDs
64
+ required_fields:
65
+ producers: list[string]
66
+ consumers: list[string]
67
+ override_semantics:
68
+ type: object
69
+ owns:
70
+ - docs.yaml precedence boundaries
71
+ - project-local override eligibility
72
+ required_fields:
73
+ docs_yaml_can_override_path: boolean
74
+ docs_yaml_can_define_identity: boolean
75
+ forbidden_docs_yaml_authority: list[string]
76
+ capability_reference:
77
+ type: object
78
+ owns:
79
+ - capability-local artifact reference shape
80
+ - local usage role vocabulary
81
+ - optional role-specific description rule
82
+ required_fields:
83
+ artifact_id_field: string
84
+ local_role_field: string
85
+ local_role_values: list[string]
86
+ description_required: boolean
87
+ special_cases:
88
+ type: object
89
+ owns:
90
+ - global profile artifact
91
+ - plan archive artifact
92
+ - optimera harness path
93
+ - objective-scoped path placeholders
94
+ - global/local/project-root/project-agent-state distinctions
95
+ required_fields:
96
+ cases: list[object]
97
+ owned_enums:
98
+ artifact_type:
99
+ - human_facing
100
+ - agent_facing
101
+ - global_user_state
102
+ - archive
103
+ - local_harness
104
+ - cli_context
105
+ scope:
106
+ - project_root
107
+ - project_agent_state
108
+ - global_user_state
109
+ - archive
110
+ - objective_scoped
111
+ - local_harness
112
+ - cli_context
113
+ local_usage_role:
114
+ - produces
115
+ - consumes
116
+ - produces_and_consumes
117
+ docs_yaml_precedence:
118
+ owns:
119
+ - project-local path mapping overrides for known registry display names
120
+ - documentation index and producer notes for human docs state
121
+ does_not_own:
122
+ - canonical artifact IDs
123
+ - display names
124
+ - default paths
125
+ - producers
126
+ - consumers
127
+ - artifact type
128
+ - scope
129
+ - path-template semantics
130
+ resolution_order:
131
+ - Load canonical artifact identity from registry facts.
132
+ - Match docs.yaml mapping by known display_name only.
133
+ - Apply mapping path only when docs_yaml_can_override_path is true.
134
+ - Resolve placeholders or global environment defaults after identity lookup.
135
+ unknown_mapping_rule: >-
136
+ A docs.yaml mapping entry that does not match a known registry display_name
137
+ remains documentation/runtime mapping data only; it must not create a
138
+ canonical artifact ID or relationship.
139
+ capability_local_reference_shape:
140
+ canonical_reference:
141
+ artifact_id: string
142
+ local_role: enum[produces, consumes, produces_and_consumes]
143
+ description: optional string
144
+ forbidden_repetition:
145
+ - canonical display_name
146
+ - canonical default_path
147
+ - canonical producers
148
+ - canonical consumers
149
+ - canonical artifact_type
150
+ - canonical scope
151
+ description_rule: >-
152
+ Capability-local descriptions may explain how the capability uses the
153
+ artifact, but must not restate canonical paths, producer lists, consumer
154
+ lists, or special-case path semantics.
155
+ required_artifact_identities:
156
+ project_agent_state:
157
+ - artifact_id: plan
158
+ display_name: PLAN.md
159
+ default_path: .agentera/plan.yaml
160
+ - artifact_id: progress
161
+ display_name: PROGRESS.md
162
+ default_path: .agentera/progress.yaml
163
+ - artifact_id: docs
164
+ display_name: DOCS.md
165
+ default_path: .agentera/docs.yaml
166
+ - artifact_id: decisions
167
+ display_name: DECISIONS.md
168
+ default_path: .agentera/decisions.yaml
169
+ - artifact_id: health
170
+ display_name: HEALTH.md
171
+ default_path: .agentera/health.yaml
172
+ - artifact_id: vision
173
+ display_name: VISION.md
174
+ default_path: .agentera/vision.yaml
175
+ project_root:
176
+ - artifact_id: todo
177
+ display_name: TODO.md
178
+ default_path: TODO.md
179
+ - artifact_id: changelog
180
+ display_name: CHANGELOG.md
181
+ default_path: CHANGELOG.md
182
+ - artifact_id: design
183
+ display_name: DESIGN.md
184
+ default_path: DESIGN.md
185
+ objective_scoped:
186
+ - artifact_id: objective
187
+ display_name: OBJECTIVE.md
188
+ default_path: .agentera/optimera/<name>/objective.yaml
189
+ path_template:
190
+ placeholder: <name>
191
+ meaning: active objective directory name
192
+ aliases_rejected_after_migration:
193
+ - <objective-name>
194
+ - artifact_id: experiments
195
+ display_name: EXPERIMENTS.md
196
+ default_path: .agentera/optimera/<name>/experiments.yaml
197
+ path_template:
198
+ placeholder: <name>
199
+ meaning: active objective directory name
200
+ aliases_rejected_after_migration:
201
+ - <objective-name>
202
+ explicit_special_cases:
203
+ - artifact_id: profile
204
+ display_name: PROFILE.md
205
+ artifact_type: global_user_state
206
+ scope: global_user_state
207
+ default_path: $PROFILERA_PROFILE_DIR/PROFILE.md
208
+ path_template:
209
+ env_precedence:
210
+ - PROFILERA_PROFILE_DIR
211
+ - XDG_DATA_HOME/agentera
212
+ - ~/.local/share/agentera
213
+ docs_yaml_can_override_path: false
214
+ - artifact_id: plan_archive
215
+ display_name: PLAN_archive
216
+ artifact_type: archive
217
+ scope: archive
218
+ default_path: .agentera/archive/PLAN-{date}.md
219
+ path_template:
220
+ placeholder: '{date}'
221
+ meaning: archive date or archive-safe plan suffix
222
+ docs_yaml_can_override_path: false
223
+ - artifact_id: optimera_harness
224
+ display_name: harness
225
+ artifact_type: local_harness
226
+ scope: local_harness
227
+ default_path: .agentera/optimera/<name>/harness
228
+ path_template:
229
+ placeholder: <name>
230
+ meaning: active objective directory name
231
+ aliases_rejected_after_migration:
232
+ - <objective-name>
233
+ docs_yaml_can_override_path: false
234
+ - artifact_id: benchmark_context
235
+ display_name: benchmark_context
236
+ artifact_type: cli_context
237
+ scope: cli_context
238
+ default_path: agentera prime --context optimera --format json#benchmark_context
239
+ producers:
240
+ - agentera
241
+ consumers:
242
+ - optimera
243
+ docs_yaml_can_override_path: false
244
+ consumer_permissions:
245
+ cross_capability_validator:
246
+ allowed_groups:
247
+ - identity
248
+ - default_location
249
+ - relationships
250
+ - capability_reference
251
+ - special_cases
252
+ forbidden_ownership:
253
+ - display-name translation maps
254
+ - name-specific exception sets
255
+ - producer or consumer expectation maps
256
+ bounded_cli_artifact_resolution:
257
+ allowed_groups:
258
+ - identity
259
+ - default_location
260
+ - override_semantics
261
+ - special_cases
262
+ forbidden_ownership:
263
+ - canonical display-name maps outside registry projection
264
+ - objective placeholder aliases outside path_template facts
265
+ docs_consumers:
266
+ allowed_groups:
267
+ - identity
268
+ - override_semantics
269
+ forbidden_ownership:
270
+ - canonical artifact ID creation
271
+ - canonical producer or consumer ownership
272
+ tests:
273
+ allowed_groups:
274
+ - identity
275
+ - default_location
276
+ - relationships
277
+ - override_semantics
278
+ - capability_reference
279
+ - special_cases
280
+ forbidden_ownership:
281
+ - duplicated expected artifact maps
282
+ - name-specific validator exception assertions outside registry facts
283
+ non_goals:
284
+ - Do not introduce an executable ArtifactRegistry loader in this task.
285
+ - Do not migrate capability-local artifacts.yaml files in this task.
286
+ - Do not migrate scripts/validate_cross_capability.py or scripts/agentera in this task.
287
+ - Do not change docs.yaml mapping semantics at runtime in this task.
288
+ - Do not change package, runtime, install-root, version, release, vision, or objective state.