agentera 3.0.0-dev.1 → 3.0.0-dev.11

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 (522) hide show
  1. package/README.md +40 -6
  2. package/bundle/.agentera-npx-bundle.json +1 -1
  3. package/bundle/extract-corpus-parity.json +23 -0
  4. package/bundle/references/adapters/cursor.md +10 -9
  5. package/bundle/references/adapters/opencode.md +26 -26
  6. package/bundle/references/adapters/package-registry.yaml +0 -1
  7. package/bundle/references/adapters/package-surface-characterization.md +1 -2
  8. package/bundle/references/adapters/runtime-adapter-characterization.md +1 -1
  9. package/bundle/references/adapters/runtime-adapter-registry.yaml +15 -14
  10. package/bundle/references/adapters/runtime-feature-parity.md +2 -2
  11. package/bundle/references/analysis/benchmark.md +1 -1
  12. package/bundle/references/analysis/startup-measurement-contract.yaml +18 -18
  13. package/bundle/references/artifacts/artifact-registry-interface-model.yaml +4 -3
  14. package/bundle/references/cli/agent-ready-state-contract.yaml +26 -23
  15. package/bundle/references/cli/app-lifecycle-vocabulary.yaml +4 -4
  16. package/bundle/references/cli/audience-namespace-cli-migration.yaml +40 -26
  17. package/bundle/references/cli/bundle-skill-vocabulary.yaml +2 -30
  18. package/bundle/references/cli/capability-instruction-contract.yaml +98 -57
  19. package/bundle/references/cli/capability-instruction-structure.md +144 -0
  20. package/bundle/references/cli/capability-tool-classification.yaml +12 -12
  21. package/bundle/references/cli/coexistence-probe.yaml +13 -0
  22. package/bundle/references/cli/parity-expected-actual-template.md +30 -0
  23. package/bundle/references/cli/routing-execution-vocabulary.yaml +12 -12
  24. package/bundle/references/cli/routing-model.md +94 -0
  25. package/bundle/references/cli/single-name-protocol.yaml +42 -0
  26. package/bundle/references/cli/trigger-schema-enrichment.md +136 -0
  27. package/bundle/references/cli/update-channels.yaml +43 -7
  28. package/bundle/references/cli/upgrade-repair-wording.md +45 -0
  29. package/bundle/references/cli/v3-handoff-manifest.schema.yaml +98 -0
  30. package/bundle/references/cli/vocabulary-index.yaml +20 -15
  31. package/bundle/references/cli/vocabulary.md +339 -323
  32. package/bundle/references/meta/documentation-inventory.md +9 -3
  33. package/bundle/registry.json +14 -14
  34. package/bundle/skills/agentera/.claude-plugin/plugin.json +13 -13
  35. package/bundle/skills/agentera/SKILL.md +99 -413
  36. package/bundle/skills/agentera/agents/audit.toml +6 -0
  37. package/bundle/skills/agentera/agents/build.toml +6 -0
  38. package/bundle/skills/agentera/agents/design.toml +6 -0
  39. package/bundle/skills/agentera/agents/discuss.toml +6 -0
  40. package/bundle/skills/agentera/agents/document.toml +6 -0
  41. package/bundle/skills/agentera/agents/optimize.toml +6 -0
  42. package/bundle/skills/agentera/agents/orchestrate.toml +6 -0
  43. package/bundle/skills/agentera/agents/plan.toml +6 -0
  44. package/bundle/skills/agentera/agents/profile.toml +6 -0
  45. package/bundle/skills/agentera/agents/research.toml +6 -0
  46. package/bundle/skills/agentera/agents/status.toml +6 -0
  47. package/bundle/skills/agentera/agents/vision.toml +6 -0
  48. package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/artifacts.yaml +10 -10
  49. package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/triggers.yaml +15 -6
  50. package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/validation.yaml +9 -9
  51. package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/artifacts.yaml +11 -11
  52. package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/triggers.yaml +13 -3
  53. package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/validation.yaml +7 -7
  54. package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/artifacts.yaml +6 -6
  55. package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/triggers.yaml +15 -3
  56. package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/validation.yaml +5 -5
  57. package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/artifacts.yaml +6 -6
  58. package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/triggers.yaml +11 -3
  59. package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/validation.yaml +4 -4
  60. package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/artifacts.yaml +10 -10
  61. package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/triggers.yaml +14 -3
  62. package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/validation.yaml +8 -8
  63. package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/artifacts.yaml +8 -8
  64. package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/triggers.yaml +11 -3
  65. package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/validation.yaml +7 -7
  66. package/bundle/skills/agentera/capabilities/{orkestrera → orchestrate}/schemas/artifacts.yaml +10 -10
  67. package/bundle/skills/agentera/capabilities/{orkestrera → orchestrate}/schemas/triggers.yaml +16 -3
  68. package/bundle/skills/agentera/capabilities/{orkestrera → orchestrate}/schemas/validation.yaml +36 -23
  69. package/bundle/skills/agentera/capabilities/{planera → plan}/schemas/artifacts.yaml +8 -8
  70. package/bundle/skills/agentera/capabilities/{planera → plan}/schemas/exit.yaml +2 -2
  71. package/bundle/skills/agentera/capabilities/{planera → plan}/schemas/triggers.yaml +15 -3
  72. package/bundle/skills/agentera/capabilities/{planera → plan}/schemas/validation.yaml +3 -3
  73. package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/artifacts.yaml +2 -2
  74. package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/exit.yaml +2 -1
  75. package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/triggers.yaml +7 -3
  76. package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/validation.yaml +2 -2
  77. package/bundle/skills/agentera/capabilities/{inspirera → research}/schemas/artifacts.yaml +5 -5
  78. package/bundle/skills/agentera/capabilities/{inspirera → research}/schemas/triggers.yaml +9 -3
  79. package/bundle/skills/agentera/capabilities/{inspirera → research}/schemas/validation.yaml +2 -2
  80. package/bundle/skills/agentera/capabilities/{hej → status}/schemas/artifacts.yaml +14 -11
  81. package/bundle/skills/agentera/capabilities/{hej → status}/schemas/triggers.yaml +12 -8
  82. package/bundle/skills/agentera/capabilities/{hej → status}/schemas/validation.yaml +5 -5
  83. package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/artifacts.yaml +8 -8
  84. package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/triggers.yaml +17 -3
  85. package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/validation.yaml +14 -16
  86. package/bundle/skills/agentera/capability_schema_contract.yaml +201 -38
  87. package/bundle/skills/agentera/protocol.yaml +29 -29
  88. package/bundle/skills/agentera/references/contract.md +329 -320
  89. package/bundle/skills/agentera/schemas/artifacts/changelog.yaml +4 -4
  90. package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +10 -10
  91. package/bundle/skills/agentera/schemas/artifacts/design.yaml +4 -4
  92. package/bundle/skills/agentera/schemas/artifacts/docs.yaml +8 -7
  93. package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +5 -5
  94. package/bundle/skills/agentera/schemas/artifacts/health.yaml +5 -5
  95. package/bundle/skills/agentera/schemas/artifacts/objective.yaml +4 -4
  96. package/bundle/skills/agentera/schemas/artifacts/plan.yaml +5 -5
  97. package/bundle/skills/agentera/schemas/artifacts/progress.yaml +20 -41
  98. package/bundle/skills/agentera/schemas/artifacts/todo.yaml +43 -24
  99. package/bundle/skills/agentera/schemas/artifacts/vision.yaml +3 -3
  100. package/dist/analytics/extractCorpus/cli.js +149 -0
  101. package/dist/analytics/extractCorpus/cli.js.map +1 -0
  102. package/dist/analytics/extractCorpus/copilotSessions.js +273 -0
  103. package/dist/analytics/extractCorpus/copilotSessions.js.map +1 -0
  104. package/dist/analytics/extractCorpus/core.js +364 -0
  105. package/dist/analytics/extractCorpus/core.js.map +1 -0
  106. package/dist/analytics/extractCorpus/corpus.js +145 -0
  107. package/dist/analytics/extractCorpus/corpus.js.map +1 -0
  108. package/dist/analytics/extractCorpus/coverageAudit.js +261 -0
  109. package/dist/analytics/extractCorpus/coverageAudit.js.map +1 -0
  110. package/dist/analytics/extractCorpus/cursorSessions.js +423 -0
  111. package/dist/analytics/extractCorpus/cursorSessions.js.map +1 -0
  112. package/dist/analytics/extractCorpus/extractCorpusParity.js +105 -0
  113. package/dist/analytics/extractCorpus/extractCorpusParity.js.map +1 -0
  114. package/dist/analytics/extractCorpus/filesystemSources.js +122 -0
  115. package/dist/analytics/extractCorpus/filesystemSources.js.map +1 -0
  116. package/dist/analytics/extractCorpus/index.js +12 -0
  117. package/dist/analytics/extractCorpus/index.js.map +1 -0
  118. package/dist/analytics/extractCorpus/jsonlSessions.js +185 -0
  119. package/dist/analytics/extractCorpus/jsonlSessions.js.map +1 -0
  120. package/dist/analytics/extractCorpus/sqliteCaps.js +44 -0
  121. package/dist/analytics/extractCorpus/sqliteCaps.js.map +1 -0
  122. package/dist/analytics/extractCorpus/sqliteSessions.js +368 -0
  123. package/dist/analytics/extractCorpus/sqliteSessions.js.map +1 -0
  124. package/dist/analytics/extractCorpus.js +2 -1790
  125. package/dist/analytics/extractCorpus.js.map +1 -1
  126. package/dist/analytics/usageStats.js +42 -20
  127. package/dist/analytics/usageStats.js.map +1 -1
  128. package/dist/capabilities/audit/instructions.js +6 -0
  129. package/dist/capabilities/audit/instructions.js.map +1 -0
  130. package/dist/capabilities/build/instructions.js +6 -0
  131. package/dist/capabilities/build/instructions.js.map +1 -0
  132. package/dist/capabilities/design/instructions.js +5 -0
  133. package/dist/capabilities/design/instructions.js.map +1 -0
  134. package/dist/capabilities/discuss/instructions.js +6 -0
  135. package/dist/capabilities/discuss/instructions.js.map +1 -0
  136. package/dist/capabilities/document/instructions.js +6 -0
  137. package/dist/capabilities/document/instructions.js.map +1 -0
  138. package/dist/capabilities/index.js +38 -0
  139. package/dist/capabilities/index.js.map +1 -0
  140. package/dist/capabilities/optimize/instructions.js +6 -0
  141. package/dist/capabilities/optimize/instructions.js.map +1 -0
  142. package/dist/capabilities/orchestrate/instructions.js +6 -0
  143. package/dist/capabilities/orchestrate/instructions.js.map +1 -0
  144. package/dist/capabilities/plan/instructions.js +6 -0
  145. package/dist/capabilities/plan/instructions.js.map +1 -0
  146. package/dist/capabilities/profile/instructions.js +6 -0
  147. package/dist/capabilities/profile/instructions.js.map +1 -0
  148. package/dist/capabilities/research/instructions.js +6 -0
  149. package/dist/capabilities/research/instructions.js.map +1 -0
  150. package/dist/capabilities/status/instructions.js +5 -0
  151. package/dist/capabilities/status/instructions.js.map +1 -0
  152. package/dist/capabilities/vision/instructions.js +9 -0
  153. package/dist/capabilities/vision/instructions.js.map +1 -0
  154. package/dist/cli/appContext.js +16 -17
  155. package/dist/cli/appContext.js.map +1 -1
  156. package/dist/cli/capabilityContext/benchmark.js +564 -0
  157. package/dist/cli/capabilityContext/benchmark.js.map +1 -0
  158. package/dist/cli/capabilityContext/bespoke.js +36 -0
  159. package/dist/cli/capabilityContext/bespoke.js.map +1 -0
  160. package/dist/cli/capabilityContext/build.js +177 -0
  161. package/dist/cli/capabilityContext/build.js.map +1 -0
  162. package/dist/cli/capabilityContext/closeout.js +230 -0
  163. package/dist/cli/capabilityContext/closeout.js.map +1 -0
  164. package/dist/cli/capabilityContext/contract.js +188 -0
  165. package/dist/cli/capabilityContext/contract.js.map +1 -0
  166. package/dist/cli/capabilityContext/evidence.js +456 -0
  167. package/dist/cli/capabilityContext/evidence.js.map +1 -0
  168. package/dist/cli/capabilityContext/index.js +4 -0
  169. package/dist/cli/capabilityContext/index.js.map +1 -0
  170. package/dist/cli/capabilityContext/orchestration.js +107 -0
  171. package/dist/cli/capabilityContext/orchestration.js.map +1 -0
  172. package/dist/cli/capabilityContext/planState.js +271 -0
  173. package/dist/cli/capabilityContext/planState.js.map +1 -0
  174. package/dist/cli/capabilityContext/progress.js +103 -0
  175. package/dist/cli/capabilityContext/progress.js.map +1 -0
  176. package/dist/cli/capabilityContext/shared.js +94 -0
  177. package/dist/cli/capabilityContext/shared.js.map +1 -0
  178. package/dist/cli/capabilityContext/slim.js +108 -0
  179. package/dist/cli/capabilityContext/slim.js.map +1 -0
  180. package/dist/cli/capabilityContext/startup.js +213 -0
  181. package/dist/cli/capabilityContext/startup.js.map +1 -0
  182. package/dist/cli/capabilityContext/types.js +40 -0
  183. package/dist/cli/capabilityContext/types.js.map +1 -0
  184. package/dist/cli/capabilityContext.js +1 -2420
  185. package/dist/cli/capabilityContext.js.map +1 -1
  186. package/dist/cli/commands/appHome.js +23 -0
  187. package/dist/cli/commands/appHome.js.map +1 -0
  188. package/dist/cli/commands/capability.js +3 -10
  189. package/dist/cli/commands/capability.js.map +1 -1
  190. package/dist/cli/commands/compact.js +1 -1
  191. package/dist/cli/commands/compact.js.map +1 -1
  192. package/dist/cli/commands/doctor.js +53 -95
  193. package/dist/cli/commands/doctor.js.map +1 -1
  194. package/dist/cli/commands/lint.js +4 -36
  195. package/dist/cli/commands/lint.js.map +1 -1
  196. package/dist/cli/commands/prime/bundleStatus.js +185 -0
  197. package/dist/cli/commands/prime/bundleStatus.js.map +1 -0
  198. package/dist/cli/commands/prime/collectOrientationState.js +156 -0
  199. package/dist/cli/commands/prime/collectOrientationState.js.map +1 -0
  200. package/dist/cli/commands/prime/orientationOutput.js +210 -0
  201. package/dist/cli/commands/prime/orientationOutput.js.map +1 -0
  202. package/dist/cli/commands/prime/types.js +2 -0
  203. package/dist/cli/commands/prime/types.js.map +1 -0
  204. package/dist/cli/commands/prime/v1Migration.js +39 -0
  205. package/dist/cli/commands/prime/v1Migration.js.map +1 -0
  206. package/dist/cli/commands/prime.js +11 -486
  207. package/dist/cli/commands/prime.js.map +1 -1
  208. package/dist/cli/commands/query.js +5 -2
  209. package/dist/cli/commands/query.js.map +1 -1
  210. package/dist/cli/commands/report.js +32 -11
  211. package/dist/cli/commands/report.js.map +1 -1
  212. package/dist/cli/commands/schema.js +24 -20
  213. package/dist/cli/commands/schema.js.map +1 -1
  214. package/dist/cli/commands/state/decisions.js +403 -0
  215. package/dist/cli/commands/state/decisions.js.map +1 -0
  216. package/dist/cli/commands/state/docs.js +97 -0
  217. package/dist/cli/commands/state/docs.js.map +1 -0
  218. package/dist/cli/commands/state/experiments.js +68 -0
  219. package/dist/cli/commands/state/experiments.js.map +1 -0
  220. package/dist/cli/commands/state/health.js +116 -0
  221. package/dist/cli/commands/state/health.js.map +1 -0
  222. package/dist/cli/commands/state/index.js +51 -0
  223. package/dist/cli/commands/state/index.js.map +1 -0
  224. package/dist/cli/commands/state/objective.js +69 -0
  225. package/dist/cli/commands/state/objective.js.map +1 -0
  226. package/dist/cli/commands/state/plan.js +173 -0
  227. package/dist/cli/commands/state/plan.js.map +1 -0
  228. package/dist/cli/commands/state/progress.js +47 -0
  229. package/dist/cli/commands/state/progress.js.map +1 -0
  230. package/dist/cli/commands/state/shared.js +15 -0
  231. package/dist/cli/commands/state/shared.js.map +1 -0
  232. package/dist/cli/commands/state/todo.js +121 -0
  233. package/dist/cli/commands/state/todo.js.map +1 -0
  234. package/dist/cli/commands/upgrade.js +63 -1
  235. package/dist/cli/commands/upgrade.js.map +1 -1
  236. package/dist/cli/commands/upgradeVerify.js +81 -0
  237. package/dist/cli/commands/upgradeVerify.js.map +1 -0
  238. package/dist/cli/commands/validate.js +56 -96
  239. package/dist/cli/commands/validate.js.map +1 -1
  240. package/dist/cli/commands/verify.js +7 -1
  241. package/dist/cli/commands/verify.js.map +1 -1
  242. package/dist/cli/contracts/bundleStatus.js +2 -0
  243. package/dist/cli/contracts/bundleStatus.js.map +1 -0
  244. package/dist/cli/contracts/orientationState.js +2 -0
  245. package/dist/cli/contracts/orientationState.js.map +1 -0
  246. package/dist/cli/dispatch/argvParser.js +33 -0
  247. package/dist/cli/dispatch/argvParser.js.map +1 -0
  248. package/dist/cli/dispatch/check.js +328 -0
  249. package/dist/cli/dispatch/check.js.map +1 -0
  250. package/dist/cli/dispatch/commands.js +27 -0
  251. package/dist/cli/dispatch/commands.js.map +1 -0
  252. package/dist/cli/dispatch/index.js +182 -0
  253. package/dist/cli/dispatch/index.js.map +1 -0
  254. package/dist/cli/dispatch/lifecycle.js +603 -0
  255. package/dist/cli/dispatch/lifecycle.js.map +1 -0
  256. package/dist/cli/dispatch/prime.js +104 -0
  257. package/dist/cli/dispatch/prime.js.map +1 -0
  258. package/dist/cli/dispatch/shared.js +64 -0
  259. package/dist/cli/dispatch/shared.js.map +1 -0
  260. package/dist/cli/dispatch/state.js +144 -0
  261. package/dist/cli/dispatch/state.js.map +1 -0
  262. package/dist/cli/dispatch.js +1 -957
  263. package/dist/cli/dispatch.js.map +1 -1
  264. package/dist/cli/errors.js +53 -0
  265. package/dist/cli/errors.js.map +1 -0
  266. package/dist/cli/help.js +236 -0
  267. package/dist/cli/help.js.map +1 -0
  268. package/dist/cli/orientation/attention.js +65 -0
  269. package/dist/cli/orientation/attention.js.map +1 -0
  270. package/dist/cli/orientation/corpusCoverage.js +71 -0
  271. package/dist/cli/orientation/corpusCoverage.js.map +1 -0
  272. package/dist/cli/orientation.js +138 -84
  273. package/dist/cli/orientation.js.map +1 -1
  274. package/dist/cli/prime-blob.js +1 -1
  275. package/dist/cli/startupCompletenessContract.js +56 -0
  276. package/dist/cli/startupCompletenessContract.js.map +1 -0
  277. package/dist/cli/stateQuery.js +16 -2
  278. package/dist/cli/stateQuery.js.map +1 -1
  279. package/dist/cli/todoMarkdown.js +33 -0
  280. package/dist/cli/todoMarkdown.js.map +1 -0
  281. package/dist/cli/todoSeverity.js +19 -0
  282. package/dist/cli/todoSeverity.js.map +1 -0
  283. package/dist/core/envPaths.js +21 -0
  284. package/dist/core/envPaths.js.map +1 -0
  285. package/dist/core/jsonValue.js +6 -0
  286. package/dist/core/jsonValue.js.map +1 -0
  287. package/dist/core/pyjson.js +67 -2
  288. package/dist/core/pyjson.js.map +1 -1
  289. package/dist/eval/evalSkills.js +17 -12
  290. package/dist/eval/evalSkills.js.map +1 -1
  291. package/dist/eval/semanticEval.js +43 -19
  292. package/dist/eval/semanticEval.js.map +1 -1
  293. package/dist/eval/semanticFixtures.js +16 -4
  294. package/dist/eval/semanticFixtures.js.map +1 -1
  295. package/dist/hooks/common.js +8 -25
  296. package/dist/hooks/common.js.map +1 -1
  297. package/dist/hooks/compaction/apply.js +269 -0
  298. package/dist/hooks/compaction/apply.js.map +1 -0
  299. package/dist/hooks/compaction/dryRun.js +183 -0
  300. package/dist/hooks/compaction/dryRun.js.map +1 -0
  301. package/dist/hooks/compaction/index.js +23 -0
  302. package/dist/hooks/compaction/index.js.map +1 -0
  303. package/dist/hooks/compaction/parse.js +258 -0
  304. package/dist/hooks/compaction/parse.js.map +1 -0
  305. package/dist/hooks/compaction/retention.js +199 -0
  306. package/dist/hooks/compaction/retention.js.map +1 -0
  307. package/dist/hooks/compaction/status.js +241 -0
  308. package/dist/hooks/compaction/status.js.map +1 -0
  309. package/dist/hooks/compaction/types.js +6 -0
  310. package/dist/hooks/compaction/types.js.map +1 -0
  311. package/dist/hooks/cursorPreToolUse.js +1 -1
  312. package/dist/hooks/cursorPreToolUse.js.map +1 -1
  313. package/dist/hooks/cursorSessionStart.js +10 -2
  314. package/dist/hooks/cursorSessionStart.js.map +1 -1
  315. package/dist/hooks/sessionStart.js +18 -11
  316. package/dist/hooks/sessionStart.js.map +1 -1
  317. package/dist/hooks/sessionStop.js +6 -12
  318. package/dist/hooks/sessionStop.js.map +1 -1
  319. package/dist/hooks/validateArtifact/agentFacing.js +10 -0
  320. package/dist/hooks/validateArtifact/agentFacing.js.map +1 -0
  321. package/dist/hooks/validateArtifact/index.js +151 -0
  322. package/dist/hooks/validateArtifact/index.js.map +1 -0
  323. package/dist/hooks/validateArtifact/markdown.js +146 -0
  324. package/dist/hooks/validateArtifact/markdown.js.map +1 -0
  325. package/dist/hooks/validateArtifact/runtime.js +86 -0
  326. package/dist/hooks/validateArtifact/runtime.js.map +1 -0
  327. package/dist/hooks/validateArtifact/schema.js +459 -0
  328. package/dist/hooks/validateArtifact/schema.js.map +1 -0
  329. package/dist/hooks/validateArtifact/traversal.js +106 -0
  330. package/dist/hooks/validateArtifact/traversal.js.map +1 -0
  331. package/dist/hooks/validateArtifact/violations.js +105 -0
  332. package/dist/hooks/validateArtifact/violations.js.map +1 -0
  333. package/dist/migrate/v2HandoffManifest.js +451 -0
  334. package/dist/migrate/v2HandoffManifest.js.map +1 -0
  335. package/dist/registries/artifactProtocolIds.js +77 -0
  336. package/dist/registries/artifactProtocolIds.js.map +1 -0
  337. package/dist/registries/artifactRegistry.js +23 -9
  338. package/dist/registries/artifactRegistry.js.map +1 -1
  339. package/dist/registries/capabilityContract.js +156 -12
  340. package/dist/registries/capabilityContract.js.map +1 -1
  341. package/dist/registries/evaluatorHandoffContract.js +171 -0
  342. package/dist/registries/evaluatorHandoffContract.js.map +1 -0
  343. package/dist/registries/packageRegistry.js +4 -3
  344. package/dist/registries/packageRegistry.js.map +1 -1
  345. package/dist/registries/runtimeAdapterRegistry.js +5 -5
  346. package/dist/registries/runtimeAdapterRegistry.js.map +1 -1
  347. package/dist/registries/triggerLoader.js +211 -0
  348. package/dist/registries/triggerLoader.js.map +1 -0
  349. package/dist/release/releaseMetadata.js +235 -0
  350. package/dist/release/releaseMetadata.js.map +1 -0
  351. package/dist/setup/codex/agents.js +96 -0
  352. package/dist/setup/codex/agents.js.map +1 -0
  353. package/dist/setup/codex/cli.js +161 -0
  354. package/dist/setup/codex/cli.js.map +1 -0
  355. package/dist/setup/codex/configToml.js +639 -0
  356. package/dist/setup/codex/configToml.js.map +1 -0
  357. package/dist/setup/codex/constants.js +29 -0
  358. package/dist/setup/codex/constants.js.map +1 -0
  359. package/dist/setup/codex/installRoot.js +64 -0
  360. package/dist/setup/codex/installRoot.js.map +1 -0
  361. package/dist/setup/codex/state.js +270 -0
  362. package/dist/setup/codex/state.js.map +1 -0
  363. package/dist/setup/codex.js +11 -1055
  364. package/dist/setup/codex.js.map +1 -1
  365. package/dist/setup/cursor.js +6 -4
  366. package/dist/setup/cursor.js.map +1 -1
  367. package/dist/setup/cursorSurfaces.js +67 -0
  368. package/dist/setup/cursorSurfaces.js.map +1 -0
  369. package/dist/setup/doctor/core.js +296 -0
  370. package/dist/setup/doctor/core.js.map +1 -0
  371. package/dist/setup/doctor/diagnostics.js +240 -0
  372. package/dist/setup/doctor/diagnostics.js.map +1 -0
  373. package/dist/setup/doctor/opencode.js +301 -0
  374. package/dist/setup/doctor/opencode.js.map +1 -0
  375. package/dist/setup/doctor/report.js +425 -0
  376. package/dist/setup/doctor/report.js.map +1 -0
  377. package/dist/setup/doctor.js +9 -1275
  378. package/dist/setup/doctor.js.map +1 -1
  379. package/dist/setup/opencode.js +13 -0
  380. package/dist/setup/opencode.js.map +1 -0
  381. package/dist/setup/opencodeConstants.js +2 -0
  382. package/dist/setup/opencodeConstants.js.map +1 -0
  383. package/dist/setup/smokeChecks.js +111 -0
  384. package/dist/setup/smokeChecks.js.map +1 -0
  385. package/dist/state/installRoot.js +64 -24
  386. package/dist/state/installRoot.js.map +1 -1
  387. package/dist/state/startupAnalysis/benchmark.js +371 -0
  388. package/dist/state/startupAnalysis/benchmark.js.map +1 -0
  389. package/dist/state/startupAnalysis/contract.js +126 -0
  390. package/dist/state/startupAnalysis/contract.js.map +1 -0
  391. package/dist/state/startupAnalysis/helpers.js +287 -0
  392. package/dist/state/startupAnalysis/helpers.js.map +1 -0
  393. package/dist/state/startupAnalysis/index.js +7 -0
  394. package/dist/state/startupAnalysis/index.js.map +1 -0
  395. package/dist/state/startupAnalysis/metrics.js +341 -0
  396. package/dist/state/startupAnalysis/metrics.js.map +1 -0
  397. package/dist/state/startupAnalysis/records.js +199 -0
  398. package/dist/state/startupAnalysis/records.js.map +1 -0
  399. package/dist/state/startupAnalysis/report.js +112 -0
  400. package/dist/state/startupAnalysis/report.js.map +1 -0
  401. package/dist/state/startupAnalysis/threshold.js +500 -0
  402. package/dist/state/startupAnalysis/threshold.js.map +1 -0
  403. package/dist/state/startupAnalysis.js +2 -1952
  404. package/dist/state/startupAnalysis.js.map +1 -1
  405. package/dist/upgrade/appContentRefresh.js +367 -0
  406. package/dist/upgrade/appContentRefresh.js.map +1 -0
  407. package/dist/upgrade/appModel.js +11 -6
  408. package/dist/upgrade/appModel.js.map +1 -1
  409. package/dist/upgrade/atomicWriter.js +23 -0
  410. package/dist/upgrade/atomicWriter.js.map +1 -0
  411. package/dist/upgrade/bundleEvidence.js +34 -0
  412. package/dist/upgrade/bundleEvidence.js.map +1 -0
  413. package/dist/upgrade/channels.js +30 -8
  414. package/dist/upgrade/channels.js.map +1 -1
  415. package/dist/upgrade/coexistenceProbe.js +105 -0
  416. package/dist/upgrade/coexistenceProbe.js.map +1 -0
  417. package/dist/upgrade/compatibility.js +14 -16
  418. package/dist/upgrade/compatibility.js.map +1 -1
  419. package/dist/upgrade/doctor.js +187 -189
  420. package/dist/upgrade/doctor.js.map +1 -1
  421. package/dist/upgrade/doctorClassifier.js +188 -0
  422. package/dist/upgrade/doctorClassifier.js.map +1 -0
  423. package/dist/upgrade/installedHooksRetirement.js +190 -0
  424. package/dist/upgrade/installedHooksRetirement.js.map +1 -0
  425. package/dist/upgrade/legacyAgentCleanup.js +183 -0
  426. package/dist/upgrade/legacyAgentCleanup.js.map +1 -0
  427. package/dist/upgrade/migrateArtifactsV1ToV2.js +568 -0
  428. package/dist/upgrade/migrateArtifactsV1ToV2.js.map +1 -0
  429. package/dist/upgrade/migrateArtifactsV2ToV3.js +103 -134
  430. package/dist/upgrade/migrateArtifactsV2ToV3.js.map +1 -1
  431. package/dist/upgrade/nextMajorDoctor.js +156 -0
  432. package/dist/upgrade/nextMajorDoctor.js.map +1 -0
  433. package/dist/upgrade/npxPlatformStatus.js +23 -0
  434. package/dist/upgrade/npxPlatformStatus.js.map +1 -0
  435. package/dist/upgrade/projectIntegration.js +233 -0
  436. package/dist/upgrade/projectIntegration.js.map +1 -0
  437. package/dist/upgrade/projectIntegrationDecision.js +42 -0
  438. package/dist/upgrade/projectIntegrationDecision.js.map +1 -0
  439. package/dist/upgrade/runtimeMigration.js +340 -80
  440. package/dist/upgrade/runtimeMigration.js.map +1 -1
  441. package/dist/upgrade/upgradeCommands.js +6 -2
  442. package/dist/upgrade/upgradeCommands.js.map +1 -1
  443. package/dist/upgrade/upgradeLock.js +54 -0
  444. package/dist/upgrade/upgradeLock.js.map +1 -0
  445. package/dist/upgrade/upgradeOrchestrator.js +24 -41
  446. package/dist/upgrade/upgradeOrchestrator.js.map +1 -1
  447. package/dist/upgrade/upgradeSnapshot.js +93 -0
  448. package/dist/upgrade/upgradeSnapshot.js.map +1 -0
  449. package/dist/upgrade/v3CapabilitySurface.js +15 -0
  450. package/dist/upgrade/v3CapabilitySurface.js.map +1 -0
  451. package/dist/upgrade/versionResolution.js +12 -4
  452. package/dist/upgrade/versionResolution.js.map +1 -1
  453. package/dist/validate/appHomeContract.js +4 -4
  454. package/dist/validate/appHomeContract.js.map +1 -1
  455. package/dist/validate/capability.js +135 -14
  456. package/dist/validate/capability.js.map +1 -1
  457. package/dist/validate/crossCapability.js +1 -1
  458. package/dist/validate/crossCapability.js.map +1 -1
  459. package/dist/validate/lifecycleAdapters/legacyPythonParity.js +93 -0
  460. package/dist/validate/lifecycleAdapters/legacyPythonParity.js.map +1 -0
  461. package/dist/validate/lifecycleAdapters/nodeFormChecks.js +488 -0
  462. package/dist/validate/lifecycleAdapters/nodeFormChecks.js.map +1 -0
  463. package/dist/validate/lifecycleAdapters/shared.js +198 -0
  464. package/dist/validate/lifecycleAdapters/shared.js.map +1 -0
  465. package/dist/validate/lifecycleAdapters.js +13 -723
  466. package/dist/validate/lifecycleAdapters.js.map +1 -1
  467. package/dist/validate/selfAudit.js +62 -20
  468. package/dist/validate/selfAudit.js.map +1 -1
  469. package/dist/validate/vocabularyAuthority.js +303 -0
  470. package/dist/validate/vocabularyAuthority.js.map +1 -0
  471. package/package.json +30 -27
  472. package/bundle/references/v1-section-mapping.md +0 -47
  473. package/bundle/skills/agentera/agents/dokumentera.toml +0 -6
  474. package/bundle/skills/agentera/agents/hej.toml +0 -6
  475. package/bundle/skills/agentera/agents/inspektera.toml +0 -6
  476. package/bundle/skills/agentera/agents/inspirera.toml +0 -6
  477. package/bundle/skills/agentera/agents/optimera.toml +0 -6
  478. package/bundle/skills/agentera/agents/orkestrera.toml +0 -6
  479. package/bundle/skills/agentera/agents/planera.toml +0 -6
  480. package/bundle/skills/agentera/agents/profilera.toml +0 -6
  481. package/bundle/skills/agentera/agents/realisera.toml +0 -6
  482. package/bundle/skills/agentera/agents/resonera.toml +0 -6
  483. package/bundle/skills/agentera/agents/visionera.toml +0 -6
  484. package/bundle/skills/agentera/agents/visualisera.toml +0 -6
  485. package/bundle/skills/agentera/capabilities/dokumentera/instructions.md +0 -428
  486. package/bundle/skills/agentera/capabilities/hej/instructions.md +0 -331
  487. package/bundle/skills/agentera/capabilities/inspektera/instructions.md +0 -514
  488. package/bundle/skills/agentera/capabilities/inspirera/instructions.md +0 -280
  489. package/bundle/skills/agentera/capabilities/optimera/instructions.md +0 -437
  490. package/bundle/skills/agentera/capabilities/orkestrera/instructions.md +0 -433
  491. package/bundle/skills/agentera/capabilities/planera/instructions.md +0 -368
  492. package/bundle/skills/agentera/capabilities/profilera/instructions.md +0 -419
  493. package/bundle/skills/agentera/capabilities/realisera/instructions.md +0 -403
  494. package/bundle/skills/agentera/capabilities/resonera/instructions.md +0 -329
  495. package/bundle/skills/agentera/capabilities/visionera/instructions.md +0 -309
  496. package/bundle/skills/agentera/capabilities/visualisera/instructions.md +0 -400
  497. package/bundle/skills/hej/.claude-plugin/plugin.json +0 -6
  498. package/bundle/skills/hej/SKILL.md +0 -69
  499. package/bundle/skills/hej/agents/hej.toml +0 -11
  500. package/bundle/skills/hej/agents/openai.yaml +0 -8
  501. package/dist/cli/commands/backfill.js +0 -84
  502. package/dist/cli/commands/backfill.js.map +0 -1
  503. package/dist/cli/commands/state.js +0 -1012
  504. package/dist/cli/commands/state.js.map +0 -1
  505. package/dist/core/git.js +0 -43
  506. package/dist/core/git.js.map +0 -1
  507. package/dist/hooks/compaction.js +0 -935
  508. package/dist/hooks/compaction.js.map +0 -1
  509. package/dist/hooks/validateArtifact.js +0 -933
  510. package/dist/hooks/validateArtifact.js.map +0 -1
  511. package/dist/state/progressCommit.js +0 -289
  512. package/dist/state/progressCommit.js.map +0 -1
  513. /package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/exit.yaml +0 -0
  514. /package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/exit.yaml +0 -0
  515. /package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/exit.yaml +0 -0
  516. /package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/exit.yaml +0 -0
  517. /package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/exit.yaml +0 -0
  518. /package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/exit.yaml +0 -0
  519. /package/bundle/skills/agentera/capabilities/{orkestrera → orchestrate}/schemas/exit.yaml +0 -0
  520. /package/bundle/skills/agentera/capabilities/{inspirera → research}/schemas/exit.yaml +0 -0
  521. /package/bundle/skills/agentera/capabilities/{hej → status}/schemas/exit.yaml +0 -0
  522. /package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/exit.yaml +0 -0
@@ -1,6 +1,6 @@
1
1
  # Changelog Artifact Schema
2
2
  #
3
- # Release history maintained by realisera. Tracks versioned releases with
3
+ # Release history maintained by build. Tracks versioned releases with
4
4
  # categorized changes (Added, Changed, Fixed, Removed).
5
5
  #
6
6
  # Note: CHANGELOG.md is a human-facing Markdown artifact. It remains at the
@@ -11,12 +11,12 @@ meta:
11
11
  name: changelog
12
12
  version: "1.0.0"
13
13
  description: >-
14
- Release history. Produced by realisera. Consumed by users and agents
14
+ Release history. Produced by build. Consumed by users and agents
15
15
  for version context. Human-facing: remains Markdown at project root.
16
16
  artifact_type: human_facing
17
17
  path: "CHANGELOG.md"
18
- producer: realisera
19
- consumers: [hej, all_skills]
18
+ producer: build
19
+ consumers: [status, all_skills]
20
20
  format: markdown
21
21
 
22
22
  GROUP_PREFIXES:
@@ -1,7 +1,7 @@
1
1
  # Decisions Artifact Schema
2
2
  #
3
- # Reasoning trail maintained by resonera. Each deliberation session appends
4
- # one entry. Decisions are referenced by realisera, optimera, and profilera
3
+ # Reasoning trail maintained by discuss. Each deliberation session appends
4
+ # one entry. Decisions are referenced by build, optimize, and profile
5
5
  # for context on why choices were made.
6
6
  #
7
7
  # Structural pattern: UPPER_CASE groups with numbered entries and stable IDs,
@@ -32,14 +32,14 @@ meta:
32
32
  name: decisions
33
33
  version: "1.0.0"
34
34
  description: >-
35
- Reasoning trail maintained by resonera. Each deliberation session
36
- appends one entry. Decisions are referenced by realisera, optimera,
37
- profilera, planera, inspektera, hej, dokumentera, visionera, resonera,
38
- and orkestrera for context on why choices were made.
35
+ Reasoning trail maintained by discuss. Each deliberation session
36
+ appends one entry. Decisions are referenced by build, optimize,
37
+ profile, plan, audit, status, document, vision, discuss,
38
+ and orchestrate for context on why choices were made.
39
39
  artifact_type: agent_facing
40
40
  path: ".agentera/decisions.yaml"
41
- producer: resonera
42
- consumers: [dokumentera, hej, inspektera, optimera, orkestrera, planera, profilera, realisera, resonera, visionera]
41
+ producer: discuss
42
+ consumers: [document, status, audit, optimize, orchestrate, plan, profile, build, discuss, vision]
43
43
  format: yaml
44
44
 
45
45
  GROUP_PREFIXES:
@@ -55,7 +55,7 @@ BUDGET:
55
55
  1:
56
56
  id: DB1
57
57
  scope: per_decision_entry
58
- max_words: 200
58
+ max_words: 1000
59
59
  description: >-
60
60
  Maximum words per decision entry. Budgets are guidelines, not hard
61
61
  blockers.
@@ -103,7 +103,7 @@ COMPACTION:
103
103
  Decisions older than 50 are dropped entirely.
104
104
  5:
105
105
  id: DX5
106
- trigger: "When resonera writes a new decision"
106
+ trigger: "When discuss writes a new decision"
107
107
  description: >-
108
108
  Compaction runs when the producing skill writes a new entry.
109
109
  If >10 full-detail entries exist, collapse the oldest to one-line.
@@ -1,6 +1,6 @@
1
1
  # Design Artifact Schema
2
2
  #
3
- # Visual identity system maintained by visualisera. Defines design tokens,
3
+ # Visual identity system maintained by design. Defines design tokens,
4
4
  # palette, typography, spacing, and component styling rules.
5
5
  #
6
6
  # Note: DESIGN.md is a human-facing Markdown artifact. It remains at the
@@ -11,12 +11,12 @@ meta:
11
11
  name: design
12
12
  version: "1.0.0"
13
13
  description: >-
14
- Visual identity system. Produced by visualisera. Consumed by capabilities
14
+ Visual identity system. Produced by design. Consumed by capabilities
15
15
  that need visual identity context. Human-facing: remains Markdown at root.
16
16
  artifact_type: human_facing
17
17
  path: "DESIGN.md"
18
- producer: visualisera
19
- consumers: [dokumentera, hej, inspektera, realisera, visionera, visualisera]
18
+ producer: design
19
+ consumers: [document, status, audit, build, vision, design]
20
20
  format: markdown
21
21
 
22
22
  GROUP_PREFIXES:
@@ -1,6 +1,6 @@
1
1
  # Docs Artifact Schema
2
2
  #
3
- # Documentation contract maintained by dokumentera. Tracks project doc
3
+ # Documentation contract maintained by document. Tracks project doc
4
4
  # conventions, artifact path overrides, document index with status, coverage
5
5
  # metrics, and timestamped audit findings.
6
6
  #
@@ -47,11 +47,11 @@ meta:
47
47
  name: docs
48
48
  version: "1.0.0"
49
49
  description: >-
50
- Documentation contract. Produced by dokumentera. Consumed by all skills
50
+ Documentation contract. Produced by document. Consumed by all skills
51
51
  for artifact path resolution and doc status tracking.
52
52
  artifact_type: agent_facing
53
53
  path: ".agentera/docs.yaml"
54
- producer: dokumentera
54
+ producer: document
55
55
  consumers: [all_skills]
56
56
  format: yaml
57
57
 
@@ -123,7 +123,7 @@ CONVENTIONS:
123
123
  required: true
124
124
  description: >-
125
125
  Files whose content changes indicate a version bump is needed.
126
- Tracked by planera, inspektera, and realisera for bump discipline.
126
+ Tracked by plan, audit, and build for bump discipline.
127
127
  validation:
128
128
  - "At least one entry required"
129
129
  5:
@@ -177,8 +177,9 @@ MAPPING:
177
177
  required: true
178
178
  description: >-
179
179
  File path for this artifact. May be absolute or relative.
180
- Environment variable references (e.g., $PROFILERA_PROFILE_DIR)
181
- are resolved at read time.
180
+ Environment variable references (e.g., $AGENTERA_PROFILE_DIR or
181
+ the deprecated $PROFILERA_PROFILE_DIR alias) are resolved at read
182
+ time with AGENTERA_PROFILE_DIR taking precedence.
182
183
  validation:
183
184
  - "Non-empty string"
184
185
  4:
@@ -288,7 +289,7 @@ AUDIT_LOG:
288
289
  type: map
289
290
  required: false
290
291
  description: >-
291
- Each audit log entry. Timestamped findings from dokumentera audits.
292
+ Each audit log entry. Timestamped findings from document audits.
292
293
  Appended when an audit is performed.
293
294
  2:
294
295
  id: DA2
@@ -1,6 +1,6 @@
1
1
  # Experiments Artifact Schema
2
2
  #
3
- # Experiment log maintained by optimera. Each experiment records hypothesis,
3
+ # Experiment log maintained by optimize. Each experiment records hypothesis,
4
4
  # method, metric results, kept/discarded status, and conclusions. Lives
5
5
  # alongside OBJECTIVE.md in .agentera/optimera/<name>/.
6
6
  #
@@ -40,12 +40,12 @@ meta:
40
40
  name: experiments
41
41
  version: "1.0.0"
42
42
  description: >-
43
- Experiment log for optimera objectives. Produced and consumed by optimera.
43
+ Experiment log for optimize objectives. Produced and consumed by optimize.
44
44
  Lives in .agentera/optimera/<name>/ alongside the objective.
45
45
  artifact_type: agent_facing
46
46
  path: ".agentera/optimera/<name>/experiments.yaml"
47
- producer: optimera
48
- consumers: [hej, optimera]
47
+ producer: optimize
48
+ consumers: [status, optimize]
49
49
  format: yaml
50
50
 
51
51
  GROUP_PREFIXES:
@@ -108,7 +108,7 @@ COMPACTION:
108
108
  Experiments older than 50 are dropped entirely.
109
109
  5:
110
110
  id: EX_CMP5
111
- trigger: "When optimera writes a new experiment"
111
+ trigger: "When optimize writes a new experiment"
112
112
  description: >-
113
113
  Compaction runs when the producing skill writes a new entry.
114
114
  If >10 full-detail entries exist, collapse the oldest to one-line.
@@ -1,6 +1,6 @@
1
1
  # Health Artifact Schema
2
2
  #
3
- # Audit log maintained by inspektera. Each audit entry records assessed
3
+ # Audit log maintained by audit. Each audit entry records assessed
4
4
  # dimensions, findings (critical/warning/info counts), overall trajectory,
5
5
  # per-dimension grades (A-F), per-dimension findings with confidence, and
6
6
  # trend analysis against the prior audit.
@@ -49,12 +49,12 @@ meta:
49
49
  name: health
50
50
  version: "1.0.0"
51
51
  description: >-
52
- Audit log maintained by inspektera. Consumed by capabilities that need
52
+ Audit log maintained by audit. Consumed by capabilities that need
53
53
  codebase health context.
54
54
  artifact_type: agent_facing
55
55
  path: ".agentera/health.yaml"
56
- producer: inspektera
57
- consumers: [dokumentera, hej, inspektera, orkestrera, planera, realisera, visionera]
56
+ producer: audit
57
+ consumers: [document, status, audit, orchestrate, plan, build, vision]
58
58
  format: yaml
59
59
 
60
60
  GROUP_PREFIXES:
@@ -119,7 +119,7 @@ COMPACTION:
119
119
  Audits older than 50 are dropped entirely.
120
120
  5:
121
121
  id: HX5
122
- trigger: "When inspektera writes a new audit"
122
+ trigger: "When audit writes a new audit"
123
123
  description: >-
124
124
  Compaction runs when the producing skill writes a new entry.
125
125
  If >10 full-detail entries exist, collapse the oldest to one-line.
@@ -1,6 +1,6 @@
1
1
  # Objective Artifact Schema
2
2
  #
3
- # Optimization objective maintained by optimera. Each objective lives in its
3
+ # Optimization objective maintained by optimize. Each objective lives in its
4
4
  # own subdirectory under .agentera/optimera/<name>/ and captures the metric,
5
5
  # target, baseline, constraints, measurement method, gates, and scope.
6
6
  #
@@ -47,12 +47,12 @@ meta:
47
47
  name: objective
48
48
  version: "1.0.0"
49
49
  description: >-
50
- Optimization objective. Produced by optimera and resonera. Each objective
50
+ Optimization objective. Produced by optimize and discuss. Each objective
51
51
  lives in its own subdirectory under .agentera/optimera/<name>/.
52
52
  artifact_type: agent_facing
53
53
  path: ".agentera/optimera/<name>/objective.yaml"
54
- producer: [optimera, resonera]
55
- consumers: [hej, optimera, resonera]
54
+ producer: [optimize, discuss]
55
+ consumers: [status, optimize, discuss]
56
56
  format: yaml
57
57
 
58
58
  GROUP_PREFIXES:
@@ -1,6 +1,6 @@
1
1
  # Plan Artifact Schema
2
2
  #
3
- # Active work plan maintained by planera. Each plan captures what will be built,
3
+ # Active work plan maintained by plan. Each plan captures what will be built,
4
4
  # why, constraints, scope boundaries, design approach, tasks with dependencies
5
5
  # and acceptance criteria, overall acceptance, and surprises.
6
6
  #
@@ -41,12 +41,12 @@ meta:
41
41
  name: plan
42
42
  version: "1.0.0"
43
43
  description: >-
44
- Active work plan. Produced by planera and updated by plan executors.
44
+ Active work plan. Produced by plan and updated by plan executors.
45
45
  Consumed by capabilities that inspect or execute plan state.
46
46
  artifact_type: agent_facing
47
47
  path: ".agentera/plan.yaml"
48
- producer: [orkestrera, planera, realisera]
49
- consumers: [hej, inspektera, orkestrera, planera, realisera]
48
+ producer: [orchestrate, plan, build]
49
+ consumers: [status, audit, orchestrate, plan, build]
50
50
  format: yaml
51
51
 
52
52
  GROUP_PREFIXES:
@@ -191,7 +191,7 @@ PLAN:
191
191
  required: false
192
192
  description: >-
193
193
  Runtime surprises discovered during plan execution. Populated
194
- by realisera when reality diverges from plan. Default: empty.
194
+ by build when reality diverges from plan. Default: empty.
195
195
  7:
196
196
  id: PL22
197
197
  field: previous_plan_archived
@@ -1,7 +1,7 @@
1
1
  # Progress Artifact Schema
2
2
  #
3
- # Cycle-by-cycle operational log for realisera. Each entry records what happened
4
- # in one development cycle: phase, work done, commit, discoveries, verification,
3
+ # Cycle-by-cycle operational log for build. Each entry records what happened
4
+ # in one development cycle: phase, work done, discoveries, verification,
5
5
  # next steps, and context envelope.
6
6
  #
7
7
  # Structural pattern: UPPER_CASE groups with numbered entries and stable IDs,
@@ -16,12 +16,11 @@
16
16
  # (type-prefix from heading) CYCLE.type PR3
17
17
  # **Phase**: <phase> CYCLE.phase PR4
18
18
  # **What**: <text> CYCLE.what PR5
19
- # **Commit**: <hash/N/A> CYCLE.commit PR6
20
- # **Inspiration**: <text> CYCLE.inspiration PR7
21
- # **Discovered**: <text> CYCLE.discovered PR8
22
- # **Verified**: <text> CYCLE.verified PR9
23
- # **Next**: <text> CYCLE.next PR10
24
- # **Context**: <text> CYCLE.context PR11
19
+ # **Inspiration**: <text> CYCLE.inspiration PR6
20
+ # **Discovered**: <text> CYCLE.discovered PR7
21
+ # **Verified**: <text> CYCLE.verified PR8
22
+ # **Next**: <text> CYCLE.next PR9
23
+ # **Context**: <text> CYCLE.context PR10
25
24
  # (intent from Context) CONTEXT.intent PT1
26
25
  # (constraints from Context) CONTEXT.constraints PT2
27
26
  # (unknowns from Context) CONTEXT.unknowns PT3
@@ -37,12 +36,12 @@ meta:
37
36
  name: progress
38
37
  version: "1.0.0"
39
38
  description: >-
40
- Cycle-by-cycle operational log. Produced by realisera. Consumed by
39
+ Cycle-by-cycle operational log. Produced by build. Consumed by
41
40
  capabilities that need recent work history and verification evidence.
42
41
  artifact_type: agent_facing
43
42
  path: ".agentera/progress.yaml"
44
- producer: realisera
45
- consumers: [dokumentera, hej, inspektera, optimera, orkestrera, planera, realisera, visionera, visualisera]
43
+ producer: build
44
+ consumers: [document, status, audit, optimize, orchestrate, plan, build, vision, design]
46
45
  format: yaml
47
46
 
48
47
  GROUP_PREFIXES:
@@ -105,7 +104,7 @@ COMPACTION:
105
104
  Cycles older than 50 are dropped entirely.
106
105
  5:
107
106
  id: PX5
108
- trigger: "When realisera writes a new cycle entry"
107
+ trigger: "When build writes a new cycle entry"
109
108
  description: >-
110
109
  Compaction runs when the producing skill writes a new entry.
111
110
  If >10 full-detail entries exist, collapse the oldest to one-line.
@@ -172,57 +171,38 @@ CYCLE:
172
171
  - "Non-empty string"
173
172
  6:
174
173
  id: PR6
175
- field: commit
176
- type: string
177
- required: true
178
- description: >-
179
- Git commit that contains the product change for this cycle—not the commit
180
- that last edited progress metadata. Use `pending` until that hash is known;
181
- then the product commit hash, optionally with subject (e.g.
182
- `abc1234 Speed up pytest suite`). Use `N/A: …` when no product commit was
183
- made.
184
- validation:
185
- - "Non-empty string"
186
- - "Use `pending` until the product-change commit hash is known; do not amend solely to backfill this field"
187
- - >-
188
- Hashes that do not resolve as commit objects in the local clone (another
189
- machine's copy, shallow CI checkout, or not yet fetched) are intentionally
190
- not flagged by progress validation or `agentera check backfill`; reconcile
191
- with a full clone or forward-fill once the product commit exists locally
192
- 7:
193
- id: PR7
194
174
  field: inspiration
195
175
  type: string
196
176
  required: false
197
177
  description: >-
198
178
  What prompted this cycle. References to active plan tasks,
199
179
  decisions, or conventions that drove the work.
200
- 8:
201
- id: PR8
180
+ 7:
181
+ id: PR7
202
182
  field: discovered
203
183
  type: string
204
184
  required: false
205
185
  description: >-
206
186
  Unexpected findings during the cycle. Things learned that were
207
187
  not known before starting.
208
- 9:
209
- id: PR9
188
+ 8:
189
+ id: PR8
210
190
  field: verified
211
191
  type: string
212
192
  required: false
213
193
  description: >-
214
194
  Evidence that the work was verified. Test commands run, validation
215
195
  passed, manual checks performed.
216
- 10:
217
- id: PR10
196
+ 9:
197
+ id: PR9
218
198
  field: next
219
199
  type: string
220
200
  required: false
221
201
  description: >-
222
202
  What should happen next. Guidance for subsequent cycles.
223
203
  Explicit about scope boundaries to prevent scope creep.
224
- 11:
225
- id: PR11
204
+ 10:
205
+ id: PR10
226
206
  field: context
227
207
  type: map
228
208
  required: true
@@ -293,14 +273,13 @@ VALIDATION:
293
273
  severity: error
294
274
  description: >-
295
275
  Each full-detail cycle entry must have: number, timestamp, type,
296
- phase, what, commit, and context (with intent).
276
+ phase, what, and context (with intent).
297
277
  checks:
298
278
  - "number is present and is a positive integer"
299
279
  - "timestamp is present and matches YYYY-MM-DD HH:MM"
300
280
  - "type is present and is a valid commit prefix"
301
281
  - "phase is present and is a valid phase name"
302
282
  - "what is present and non-empty"
303
- - "commit is present"
304
283
  - "context is present with intent sub-field"
305
284
  3:
306
285
  id: PV3
@@ -1,6 +1,6 @@
1
1
  # Todo Artifact Schema
2
2
  #
3
- # Open issues and tasks maintained by realisera and inspektera. Severity-ranked
3
+ # Open issues and tasks maintained by build and audit. Severity-ranked
4
4
  # checklist of work to be done, resolved items, and deferred work.
5
5
  #
6
6
  # Note: TODO.md is a human-facing Markdown artifact. It remains at the
@@ -16,17 +16,8 @@ meta:
16
16
  artifact_type: human_facing
17
17
  path: "TODO.md"
18
18
  producer:
19
- [
20
- dokumentera,
21
- inspektera,
22
- inspirera,
23
- optimera,
24
- orkestrera,
25
- realisera,
26
- resonera,
27
- visualisera,
28
- ]
29
- consumers: [hej, all_skills]
19
+ [document, audit, research, optimize, orchestrate, build, discuss, design]
20
+ consumers: [status, all_skills]
30
21
  format: markdown
31
22
 
32
23
  GROUP_PREFIXES:
@@ -76,16 +67,17 @@ CONVENTION:
76
67
  field: type_tag
77
68
  level: advisory
78
69
  description: >-
79
- Each item should carry a type tag such as [fix], [feat], [chore],
80
- [test], [perf], or [docs] for commit-scope alignment and scan
81
- discoverability.
70
+ Each item should carry a type tag such as [fix], [feat], [refactor],
71
+ [chore], [test], [perf], or [docs] for commit-scope alignment and
72
+ scan discoverability.
82
73
  2:
83
74
  id: TC2
84
75
  field: version_suffix
85
76
  level: advisory
86
77
  description: >-
87
- Feature and fix items should include a version scope like [fix:2.4.x]
88
- or [feat:2.3.x] when the work targets a specific release train.
78
+ Optional train scope in `[type:train]` form, e.g. `[fix:train]`, when
79
+ the work targets a specific release train; most common on feat and fix
80
+ items. Omit the train suffix when the item is not train-scoped.
89
81
  3:
90
82
  id: TC3
91
83
  field: title_format
@@ -95,16 +87,43 @@ CONVENTION:
95
87
  either all plain prose or all "**BoldTitle**: description".
96
88
  4:
97
89
  id: TC4
98
- field: resolved_summary
90
+ field: resolved_checkbox
99
91
  level: advisory
100
92
  description: >-
101
- Resolved items should end with resolved by ..." to distinguish
102
- completed work from open or deferred items at a glance.
93
+ Resolved items should use a checked GitHub task-list checkbox
94
+ (`- [x]`) before the task text. Open items use `- [ ]`. The
95
+ checkbox state is the canonical completion marker; do not wrap
96
+ resolved text in Markdown strikethrough.
103
97
  5:
104
98
  id: TC5
105
- field: resolved_strikethrough
99
+ field: severity_band_policy
100
+ level: required
101
+ description: >-
102
+ Severity band policy: all four severity bands (⇶ Critical, ⇉
103
+ Degraded, → Normal, ⇢ Annoying) may be header-only when they
104
+ have no open work. Open items use `- [ ]` only. Resolved items
105
+ must not appear in severity bands (see TC6). Executable checks
106
+ live in packages/cli/src/hooks/validateArtifact/markdown.ts
107
+ `validateMdItems` and packages/cli/src/hooks/compaction/parse.ts.
108
+ 6:
109
+ id: TC6
110
+ field: resolved_section_placement
111
+ level: required
112
+ description: >-
113
+ Resolved ledger policy: completed items live only under
114
+ `## ✓ Resolved` as `- [x] [type:train]` checkboxes. Severity
115
+ bands must not contain `- [x]` or legacy `~~` strikethrough
116
+ resolved rows. The compaction gate counts every resolved row
117
+ (including mis-placed rows until migrated) against the uniform
118
+ 10/40/50 retention cap. `compact --mode fix` migrates mis-placed
119
+ rows into `## ✓ Resolved` before applying retention.
120
+ 7:
121
+ id: TC7
122
+ field: resolved_line_provenance
106
123
  level: advisory
107
124
  description: >-
108
- Resolved items should wrap the original task text in Markdown
109
- strikethrough (~~text~~) before the resolution summary, keeping
110
- the original intent readable while visually marking it closed.
125
+ Resolved provenance uses `resolved YYYY-MM-DD` or `resolved @
126
+ <semver>` after the item description. Do not use `resolved on
127
+ feat/v3 @ <hash>` or dual-branch hash reconciliation; git history
128
+ is the archaeology source. Fold the Resolved move into the
129
+ implementation commit — no follow-up hash-backfill commit.
@@ -35,13 +35,13 @@ meta:
35
35
  name: vision
36
36
  version: "1.0.0"
37
37
  description: >-
38
- Project vision. Produced by visionera and direction-shaping capabilities.
38
+ Project vision. Produced by vision and direction-shaping capabilities.
39
39
  Consumed by capabilities that need strategic alignment. No compaction:
40
40
  vision is not a growing artifact.
41
41
  artifact_type: agent_facing
42
42
  path: ".agentera/vision.yaml"
43
- producer: [inspirera, realisera, resonera, visionera]
44
- consumers: [dokumentera, hej, inspektera, orkestrera, planera, realisera, resonera, visionera, visualisera]
43
+ producer: [research, build, discuss, vision]
44
+ consumers: [document, status, audit, orchestrate, plan, build, discuss, vision, design]
45
45
  format: yaml
46
46
 
47
47
  GROUP_PREFIXES: