aether-colony 3.1.17 → 5.1.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 (378) hide show
  1. package/.aether/aether-utils.sh +5354 -0
  2. package/.aether/agents-claude/aether-ambassador.md +265 -0
  3. package/.aether/agents-claude/aether-archaeologist.md +327 -0
  4. package/.aether/agents-claude/aether-architect.md +236 -0
  5. package/.aether/agents-claude/aether-auditor.md +271 -0
  6. package/.aether/agents-claude/aether-builder.md +224 -0
  7. package/.aether/agents-claude/aether-chaos.md +269 -0
  8. package/.aether/agents-claude/aether-chronicler.md +305 -0
  9. package/.aether/agents-claude/aether-gatekeeper.md +330 -0
  10. package/.aether/agents-claude/aether-includer.md +374 -0
  11. package/.aether/agents-claude/aether-keeper.md +272 -0
  12. package/.aether/agents-claude/aether-measurer.md +322 -0
  13. package/.aether/agents-claude/aether-oracle.md +237 -0
  14. package/.aether/agents-claude/aether-probe.md +211 -0
  15. package/.aether/agents-claude/aether-queen.md +330 -0
  16. package/.aether/agents-claude/aether-route-setter.md +178 -0
  17. package/.aether/agents-claude/aether-sage.md +418 -0
  18. package/.aether/agents-claude/aether-scout.md +179 -0
  19. package/.aether/agents-claude/aether-surveyor-disciplines.md +417 -0
  20. package/.aether/agents-claude/aether-surveyor-nest.md +355 -0
  21. package/.aether/agents-claude/aether-surveyor-pathogens.md +289 -0
  22. package/.aether/agents-claude/aether-surveyor-provisions.md +360 -0
  23. package/.aether/agents-claude/aether-tracker.md +270 -0
  24. package/.aether/agents-claude/aether-watcher.md +280 -0
  25. package/.aether/agents-claude/aether-weaver.md +248 -0
  26. package/.aether/commands/archaeology.yaml +653 -0
  27. package/.aether/commands/build.yaml +1221 -0
  28. package/.aether/commands/chaos.yaml +653 -0
  29. package/.aether/commands/colonize.yaml +438 -0
  30. package/.aether/commands/continue.yaml +1484 -0
  31. package/.aether/commands/council.yaml +304 -0
  32. package/.aether/commands/data-clean.yaml +80 -0
  33. package/.aether/commands/dream.yaml +275 -0
  34. package/.aether/commands/entomb.yaml +863 -0
  35. package/.aether/commands/export-signals.yaml +64 -0
  36. package/.aether/commands/feedback.yaml +158 -0
  37. package/.aether/commands/flag.yaml +160 -0
  38. package/.aether/commands/flags.yaml +177 -0
  39. package/.aether/commands/focus.yaml +112 -0
  40. package/.aether/commands/help.yaml +167 -0
  41. package/.aether/commands/history.yaml +137 -0
  42. package/.aether/commands/import-signals.yaml +79 -0
  43. package/.aether/commands/init.yaml +469 -0
  44. package/.aether/commands/insert-phase.yaml +98 -0
  45. package/.aether/commands/interpret.yaml +285 -0
  46. package/.aether/commands/lay-eggs.yaml +224 -0
  47. package/.aether/commands/maturity.yaml +122 -0
  48. package/.aether/commands/memory-details.yaml +74 -0
  49. package/.aether/commands/migrate-state.yaml +174 -0
  50. package/.aether/commands/oracle.yaml +1224 -0
  51. package/.aether/commands/organize.yaml +446 -0
  52. package/.aether/commands/patrol.yaml +621 -0
  53. package/.aether/commands/pause-colony.yaml +424 -0
  54. package/.aether/commands/phase.yaml +124 -0
  55. package/.aether/commands/pheromones.yaml +153 -0
  56. package/.aether/commands/plan.yaml +1313 -0
  57. package/.aether/commands/preferences.yaml +63 -0
  58. package/.aether/commands/redirect.yaml +123 -0
  59. package/.aether/commands/resume-colony.yaml +373 -0
  60. package/.aether/commands/resume.yaml +398 -0
  61. package/.aether/commands/run.yaml +193 -0
  62. package/.aether/commands/seal.yaml +1205 -0
  63. package/.aether/commands/skill-create.yaml +337 -0
  64. package/.aether/commands/status.yaml +364 -0
  65. package/.aether/commands/swarm.yaml +352 -0
  66. package/.aether/commands/tunnels.yaml +814 -0
  67. package/.aether/commands/update.yaml +131 -0
  68. package/.aether/commands/verify-castes.yaml +159 -0
  69. package/.aether/commands/watch.yaml +454 -0
  70. package/.aether/docs/INCIDENT_TEMPLATE.md +32 -0
  71. package/.aether/docs/QUEEN-SYSTEM.md +211 -0
  72. package/.aether/docs/README.md +98 -0
  73. package/.aether/docs/caste-system.md +48 -0
  74. package/.aether/docs/command-playbooks/README.md +23 -0
  75. package/.aether/docs/command-playbooks/build-complete.md +349 -0
  76. package/.aether/docs/command-playbooks/build-context.md +282 -0
  77. package/.aether/docs/command-playbooks/build-full.md +1682 -0
  78. package/.aether/docs/command-playbooks/build-prep.md +283 -0
  79. package/.aether/docs/command-playbooks/build-verify.md +405 -0
  80. package/.aether/docs/command-playbooks/build-wave.md +749 -0
  81. package/.aether/docs/command-playbooks/continue-advance.md +524 -0
  82. package/.aether/docs/command-playbooks/continue-finalize.md +447 -0
  83. package/.aether/docs/command-playbooks/continue-full.md +1724 -0
  84. package/.aether/docs/command-playbooks/continue-gates.md +686 -0
  85. package/.aether/docs/command-playbooks/continue-verify.md +406 -0
  86. package/.aether/docs/context-continuity.md +84 -0
  87. package/{runtime → .aether/docs/disciplines}/DISCIPLINES.md +13 -11
  88. package/.aether/docs/error-codes.md +268 -0
  89. package/.aether/docs/known-issues.md +94 -0
  90. package/{runtime → .aether}/docs/pheromones.md +86 -6
  91. package/.aether/docs/plans/pheromone-display-plan.md +257 -0
  92. package/.aether/docs/queen-commands.md +98 -0
  93. package/.aether/docs/source-of-truth-map.md +132 -0
  94. package/.aether/docs/xml-utilities.md +47 -0
  95. package/{runtime → .aether}/exchange/pheromone-xml.sh +2 -1
  96. package/{runtime → .aether}/exchange/registry-xml.sh +7 -3
  97. package/{runtime → .aether}/exchange/wisdom-xml.sh +11 -4
  98. package/.aether/rules/aether-colony.md +144 -0
  99. package/.aether/schemas/example-prompt-builder.xml +234 -0
  100. package/.aether/scripts/incident-test-add.sh +47 -0
  101. package/.aether/scripts/weekly-audit.sh +79 -0
  102. package/.aether/skills/.index.json +649 -0
  103. package/.aether/skills/colony/.manifest.json +16 -0
  104. package/.aether/skills/colony/build-discipline/SKILL.md +78 -0
  105. package/.aether/skills/colony/colony-interaction/SKILL.md +56 -0
  106. package/.aether/skills/colony/colony-lifecycle/SKILL.md +77 -0
  107. package/.aether/skills/colony/colony-visuals/SKILL.md +112 -0
  108. package/.aether/skills/colony/context-management/SKILL.md +80 -0
  109. package/.aether/skills/colony/error-presentation/SKILL.md +99 -0
  110. package/.aether/skills/colony/pheromone-protocol/SKILL.md +79 -0
  111. package/.aether/skills/colony/pheromone-visibility/SKILL.md +81 -0
  112. package/.aether/skills/colony/state-safety/SKILL.md +84 -0
  113. package/.aether/skills/colony/worker-priming/SKILL.md +82 -0
  114. package/.aether/skills/domain/.manifest.json +24 -0
  115. package/.aether/skills/domain/README.md +33 -0
  116. package/.aether/skills/domain/django/SKILL.md +49 -0
  117. package/.aether/skills/domain/docker/SKILL.md +52 -0
  118. package/.aether/skills/domain/golang/SKILL.md +52 -0
  119. package/.aether/skills/domain/graphql/SKILL.md +51 -0
  120. package/.aether/skills/domain/html-css/SKILL.md +48 -0
  121. package/.aether/skills/domain/nextjs/SKILL.md +45 -0
  122. package/.aether/skills/domain/nodejs/SKILL.md +53 -0
  123. package/.aether/skills/domain/postgresql/SKILL.md +53 -0
  124. package/.aether/skills/domain/prisma/SKILL.md +59 -0
  125. package/.aether/skills/domain/python/SKILL.md +50 -0
  126. package/.aether/skills/domain/rails/SKILL.md +52 -0
  127. package/.aether/skills/domain/react/SKILL.md +45 -0
  128. package/.aether/skills/domain/rest-api/SKILL.md +58 -0
  129. package/.aether/skills/domain/svelte/SKILL.md +47 -0
  130. package/.aether/skills/domain/tailwind/SKILL.md +45 -0
  131. package/.aether/skills/domain/testing/SKILL.md +53 -0
  132. package/.aether/skills/domain/typescript/SKILL.md +58 -0
  133. package/.aether/skills/domain/vue/SKILL.md +49 -0
  134. package/.aether/templates/QUEEN.md.template +61 -0
  135. package/.aether/templates/colony-state-reset.jq.template +23 -0
  136. package/.aether/templates/colony-state.template.json +39 -0
  137. package/.aether/templates/constraints.template.json +9 -0
  138. package/.aether/templates/crowned-anthill.template.md +36 -0
  139. package/.aether/templates/handoff-build-error.template.md +30 -0
  140. package/.aether/templates/handoff-build-success.template.md +39 -0
  141. package/.aether/templates/handoff.template.md +40 -0
  142. package/.aether/templates/learning-observations.template.json +6 -0
  143. package/.aether/templates/midden.template.json +13 -0
  144. package/.aether/templates/pheromones.template.json +6 -0
  145. package/.aether/templates/session.template.json +9 -0
  146. package/{runtime → .aether}/utils/atomic-write.sh +68 -22
  147. package/{runtime → .aether}/utils/chamber-compare.sh +23 -10
  148. package/.aether/utils/chamber-utils.sh +440 -0
  149. package/.aether/utils/emoji-audit.sh +166 -0
  150. package/{runtime → .aether}/utils/error-handler.sh +34 -8
  151. package/.aether/utils/file-lock.sh +313 -0
  152. package/.aether/utils/flag.sh +267 -0
  153. package/.aether/utils/hive.sh +572 -0
  154. package/.aether/utils/learning.sh +1928 -0
  155. package/.aether/utils/midden.sh +342 -0
  156. package/.aether/utils/oracle/oracle.md +168 -0
  157. package/.aether/utils/oracle/oracle.sh +1023 -0
  158. package/.aether/utils/pheromone.sh +2029 -0
  159. package/.aether/utils/queen.sh +1698 -0
  160. package/.aether/utils/scan.sh +860 -0
  161. package/.aether/utils/semantic-cli.sh +415 -0
  162. package/.aether/utils/session.sh +552 -0
  163. package/.aether/utils/skills.sh +509 -0
  164. package/.aether/utils/spawn-tree.sh +260 -0
  165. package/.aether/utils/spawn.sh +260 -0
  166. package/.aether/utils/state-api.sh +199 -0
  167. package/{runtime → .aether}/utils/state-loader.sh +8 -6
  168. package/.aether/utils/suggest.sh +611 -0
  169. package/{runtime → .aether}/utils/swarm-display.sh +10 -1
  170. package/.aether/utils/swarm.sh +1004 -0
  171. package/{runtime → .aether}/utils/watch-spawn-tree.sh +11 -2
  172. package/{runtime → .aether}/utils/xml-compose.sh +9 -3
  173. package/.aether/utils/xml-convert.sh +277 -0
  174. package/{runtime → .aether}/utils/xml-core.sh +5 -9
  175. package/.aether/utils/xml-query.sh +201 -0
  176. package/.aether/utils/xml-utils.sh +110 -0
  177. package/{runtime → .aether}/workers.md +97 -81
  178. package/.claude/agents/ant/aether-ambassador.md +265 -0
  179. package/.claude/agents/ant/aether-archaeologist.md +327 -0
  180. package/.claude/agents/ant/aether-architect.md +236 -0
  181. package/.claude/agents/ant/aether-auditor.md +271 -0
  182. package/.claude/agents/ant/aether-builder.md +224 -0
  183. package/.claude/agents/ant/aether-chaos.md +269 -0
  184. package/.claude/agents/ant/aether-chronicler.md +305 -0
  185. package/.claude/agents/ant/aether-gatekeeper.md +330 -0
  186. package/.claude/agents/ant/aether-includer.md +374 -0
  187. package/.claude/agents/ant/aether-keeper.md +272 -0
  188. package/.claude/agents/ant/aether-measurer.md +322 -0
  189. package/.claude/agents/ant/aether-oracle.md +237 -0
  190. package/.claude/agents/ant/aether-probe.md +211 -0
  191. package/.claude/agents/ant/aether-queen.md +330 -0
  192. package/.claude/agents/ant/aether-route-setter.md +178 -0
  193. package/.claude/agents/ant/aether-sage.md +418 -0
  194. package/.claude/agents/ant/aether-scout.md +179 -0
  195. package/.claude/agents/ant/aether-surveyor-disciplines.md +417 -0
  196. package/.claude/agents/ant/aether-surveyor-nest.md +355 -0
  197. package/.claude/agents/ant/aether-surveyor-pathogens.md +289 -0
  198. package/.claude/agents/ant/aether-surveyor-provisions.md +360 -0
  199. package/.claude/agents/ant/aether-tracker.md +270 -0
  200. package/.claude/agents/ant/aether-watcher.md +280 -0
  201. package/.claude/agents/ant/aether-weaver.md +248 -0
  202. package/.claude/commands/ant/archaeology.md +16 -14
  203. package/.claude/commands/ant/build.md +43 -1028
  204. package/.claude/commands/ant/chaos.md +19 -23
  205. package/.claude/commands/ant/colonize.md +52 -31
  206. package/.claude/commands/ant/continue.md +40 -1016
  207. package/.claude/commands/ant/council.md +21 -18
  208. package/.claude/commands/ant/data-clean.md +81 -0
  209. package/.claude/commands/ant/dream.md +27 -15
  210. package/.claude/commands/ant/entomb.md +317 -225
  211. package/.claude/commands/ant/export-signals.md +57 -0
  212. package/.claude/commands/ant/feedback.md +48 -26
  213. package/.claude/commands/ant/flag.md +30 -10
  214. package/.claude/commands/ant/flags.md +34 -12
  215. package/.claude/commands/ant/focus.md +45 -19
  216. package/.claude/commands/ant/help.md +50 -8
  217. package/.claude/commands/ant/history.md +13 -0
  218. package/.claude/commands/ant/import-signals.md +71 -0
  219. package/.claude/commands/ant/init.md +345 -194
  220. package/.claude/commands/ant/insert-phase.md +101 -0
  221. package/.claude/commands/ant/interpret.md +26 -4
  222. package/.claude/commands/ant/lay-eggs.md +184 -127
  223. package/.claude/commands/ant/maturity.md +32 -11
  224. package/.claude/commands/ant/memory-details.md +77 -0
  225. package/.claude/commands/ant/migrate-state.md +20 -2
  226. package/.claude/commands/ant/oracle.md +337 -74
  227. package/.claude/commands/ant/organize.md +39 -25
  228. package/.claude/commands/ant/patrol.md +620 -0
  229. package/.claude/commands/ant/pause-colony.md +23 -27
  230. package/.claude/commands/ant/phase.md +40 -42
  231. package/.claude/commands/ant/pheromones.md +156 -0
  232. package/.claude/commands/ant/plan.md +185 -51
  233. package/.claude/commands/ant/preferences.md +65 -0
  234. package/.claude/commands/ant/redirect.md +45 -30
  235. package/.claude/commands/ant/resume-colony.md +51 -27
  236. package/.claude/commands/ant/resume.md +314 -94
  237. package/.claude/commands/ant/run.md +195 -0
  238. package/.claude/commands/ant/seal.md +650 -221
  239. package/.claude/commands/ant/skill-create.md +286 -0
  240. package/.claude/commands/ant/status.md +196 -31
  241. package/.claude/commands/ant/swarm.md +16 -46
  242. package/.claude/commands/ant/tunnels.md +280 -105
  243. package/.claude/commands/ant/update.md +73 -89
  244. package/.claude/commands/ant/verify-castes.md +100 -42
  245. package/.claude/commands/ant/watch.md +14 -12
  246. package/.opencode/agents/aether-ambassador.md +63 -20
  247. package/.opencode/agents/aether-archaeologist.md +29 -12
  248. package/.opencode/agents/aether-architect.md +103 -36
  249. package/.opencode/agents/aether-auditor.md +51 -18
  250. package/.opencode/agents/aether-builder.md +70 -20
  251. package/.opencode/agents/aether-chaos.md +29 -12
  252. package/.opencode/agents/aether-chronicler.md +60 -18
  253. package/.opencode/agents/aether-gatekeeper.md +27 -18
  254. package/.opencode/agents/aether-includer.md +27 -18
  255. package/.opencode/agents/aether-keeper.md +89 -18
  256. package/.opencode/agents/aether-measurer.md +27 -18
  257. package/.opencode/agents/aether-oracle.md +137 -0
  258. package/.opencode/agents/aether-probe.md +60 -18
  259. package/.opencode/agents/aether-queen.md +172 -24
  260. package/.opencode/agents/aether-route-setter.md +57 -12
  261. package/.opencode/agents/aether-sage.md +26 -18
  262. package/.opencode/agents/aether-scout.md +28 -20
  263. package/.opencode/agents/aether-surveyor-disciplines.md +59 -2
  264. package/.opencode/agents/aether-surveyor-nest.md +59 -2
  265. package/.opencode/agents/aether-surveyor-pathogens.md +57 -2
  266. package/.opencode/agents/aether-surveyor-provisions.md +59 -2
  267. package/.opencode/agents/aether-tracker.md +64 -18
  268. package/.opencode/agents/aether-watcher.md +66 -19
  269. package/.opencode/agents/aether-weaver.md +61 -18
  270. package/.opencode/commands/ant/archaeology.md +7 -14
  271. package/.opencode/commands/ant/build.md +437 -257
  272. package/.opencode/commands/ant/chaos.md +7 -24
  273. package/.opencode/commands/ant/colonize.md +8 -17
  274. package/.opencode/commands/ant/continue.md +661 -142
  275. package/.opencode/commands/ant/council.md +11 -22
  276. package/.opencode/commands/ant/data-clean.md +77 -0
  277. package/.opencode/commands/ant/dream.md +15 -17
  278. package/.opencode/commands/ant/entomb.md +133 -62
  279. package/.opencode/commands/ant/export-signals.md +54 -0
  280. package/.opencode/commands/ant/feedback.md +24 -5
  281. package/.opencode/commands/ant/flag.md +16 -4
  282. package/.opencode/commands/ant/flags.md +24 -10
  283. package/.opencode/commands/ant/focus.md +22 -5
  284. package/.opencode/commands/ant/help.md +41 -8
  285. package/.opencode/commands/ant/history.md +9 -0
  286. package/.opencode/commands/ant/import-signals.md +68 -0
  287. package/.opencode/commands/ant/init.md +374 -167
  288. package/.opencode/commands/ant/insert-phase.md +107 -0
  289. package/.opencode/commands/ant/interpret.md +16 -0
  290. package/.opencode/commands/ant/lay-eggs.md +184 -112
  291. package/.opencode/commands/ant/maturity.md +18 -2
  292. package/.opencode/commands/ant/memory-details.md +83 -0
  293. package/.opencode/commands/ant/migrate-state.md +12 -0
  294. package/.opencode/commands/ant/oracle.md +322 -67
  295. package/.opencode/commands/ant/organize.md +18 -16
  296. package/.opencode/commands/ant/patrol.md +626 -0
  297. package/.opencode/commands/ant/pause-colony.md +12 -29
  298. package/.opencode/commands/ant/phase.md +30 -40
  299. package/.opencode/commands/ant/pheromones.md +162 -0
  300. package/.opencode/commands/ant/plan.md +184 -56
  301. package/.opencode/commands/ant/preferences.md +71 -0
  302. package/.opencode/commands/ant/redirect.md +22 -5
  303. package/.opencode/commands/ant/resume-colony.md +38 -27
  304. package/.opencode/commands/ant/resume.md +385 -0
  305. package/.opencode/commands/ant/run.md +201 -0
  306. package/.opencode/commands/ant/seal.md +259 -45
  307. package/.opencode/commands/ant/skill-create.md +63 -0
  308. package/.opencode/commands/ant/status.md +135 -31
  309. package/.opencode/commands/ant/swarm.md +3 -345
  310. package/.opencode/commands/ant/tunnels.md +152 -9
  311. package/.opencode/commands/ant/update.md +70 -91
  312. package/.opencode/commands/ant/verify-castes.md +96 -42
  313. package/.opencode/commands/ant/watch.md +7 -0
  314. package/CHANGELOG.md +356 -0
  315. package/README.md +203 -573
  316. package/bin/cli.js +455 -527
  317. package/bin/generate-commands.js +186 -0
  318. package/bin/generate-commands.sh +127 -88
  319. package/bin/lib/init.js +13 -3
  320. package/bin/lib/spawn-logger.js +0 -15
  321. package/bin/lib/update-transaction.js +392 -140
  322. package/bin/npx-install.js +178 -0
  323. package/bin/sync-to-runtime.sh +5 -137
  324. package/bin/validate-package.sh +166 -0
  325. package/package.json +14 -7
  326. package/.opencode/agents/aether-guardian.md +0 -107
  327. package/.opencode/agents/workers.md +0 -1034
  328. package/bin/lib/model-profiles.js +0 -445
  329. package/bin/lib/model-verify.js +0 -288
  330. package/bin/lib/proxy-health.js +0 -253
  331. package/bin/lib/telemetry.js +0 -441
  332. package/runtime/CONTEXT.md +0 -160
  333. package/runtime/QUEEN_ANT_ARCHITECTURE.md +0 -402
  334. package/runtime/aether-utils.sh +0 -3879
  335. package/runtime/data/signatures.json +0 -41
  336. package/runtime/docs/AETHER-2.0-IMPLEMENTATION-PLAN.md +0 -1343
  337. package/runtime/docs/AETHER-PHEROMONE-SYSTEM-MASTER-SPEC.md +0 -2642
  338. package/runtime/docs/PHEROMONE-INJECTION.md +0 -240
  339. package/runtime/docs/PHEROMONE-INTEGRATION.md +0 -192
  340. package/runtime/docs/PHEROMONE-SYSTEM-DESIGN.md +0 -426
  341. package/runtime/docs/README.md +0 -94
  342. package/runtime/docs/VISUAL-OUTPUT-SPEC.md +0 -219
  343. package/runtime/docs/biological-reference.md +0 -272
  344. package/runtime/docs/codebase-review.md +0 -399
  345. package/runtime/docs/command-sync.md +0 -164
  346. package/runtime/docs/constraints.md +0 -116
  347. package/runtime/docs/implementation-learnings.md +0 -89
  348. package/runtime/docs/known-issues.md +0 -217
  349. package/runtime/docs/namespace.md +0 -148
  350. package/runtime/docs/pathogen-schema-example.json +0 -36
  351. package/runtime/docs/pathogen-schema.md +0 -111
  352. package/runtime/docs/planning-discipline.md +0 -159
  353. package/runtime/docs/progressive-disclosure.md +0 -184
  354. package/runtime/lib/queen-utils.sh +0 -729
  355. package/runtime/model-profiles.yaml +0 -100
  356. package/runtime/planning.md +0 -159
  357. package/runtime/recover.sh +0 -136
  358. package/runtime/templates/QUEEN.md.template +0 -79
  359. package/runtime/utils/chamber-utils.sh +0 -285
  360. package/runtime/utils/file-lock.sh +0 -122
  361. package/runtime/utils/spawn-tree.sh +0 -428
  362. package/runtime/utils/spawn-with-model.sh +0 -56
  363. package/runtime/utils/xml-utils.sh +0 -2196
  364. package/runtime/workers-new-castes.md +0 -516
  365. /package/{runtime → .aether/docs/disciplines}/coding-standards.md +0 -0
  366. /package/{runtime → .aether/docs/disciplines}/debugging.md +0 -0
  367. /package/{runtime → .aether/docs/disciplines}/learning.md +0 -0
  368. /package/{runtime → .aether/docs/disciplines}/tdd.md +0 -0
  369. /package/{runtime → .aether/docs/disciplines}/verification-loop.md +0 -0
  370. /package/{runtime → .aether/docs/disciplines}/verification.md +0 -0
  371. /package/{runtime → .aether}/schemas/aether-types.xsd +0 -0
  372. /package/{runtime → .aether}/schemas/colony-registry.xsd +0 -0
  373. /package/{runtime → .aether}/schemas/pheromone.xsd +0 -0
  374. /package/{runtime → .aether}/schemas/prompt.xsd +0 -0
  375. /package/{runtime → .aether}/schemas/queen-wisdom.xsd +0 -0
  376. /package/{runtime → .aether}/schemas/worker-priming.xsd +0 -0
  377. /package/{runtime → .aether}/utils/colorize-log.sh +0 -0
  378. /package/{runtime → .aether}/utils/queen-to-md.xsl +0 -0
@@ -0,0 +1,144 @@
1
+ # Aether Colony System
2
+
3
+ > This repo uses the Aether colony system for multi-agent development.
4
+ > These rules are auto-distributed by `aether update` — do not edit directly.
5
+
6
+ ## Session Recovery
7
+
8
+ On the first message of a new conversation, check if `.aether/data/session.json` exists. If it does:
9
+
10
+ 1. Read the file briefly to check for `colony_goal`
11
+ 2. If a goal exists, display:
12
+ ```
13
+ Previous colony session detected: "{goal}"
14
+ Run /ant:resume to restore context, or continue with a new topic.
15
+ ```
16
+ 3. Do NOT auto-restore — wait for the user to explicitly run /ant:resume
17
+
18
+ This only applies to genuinely new conversations, not after /clear.
19
+
20
+ ## Available Commands
21
+
22
+ ### Setup & Getting Started
23
+ | Command | Purpose |
24
+ |---------|---------|
25
+ | `/ant:lay-eggs` | Set up Aether in this repo (one-time, creates .aether/) |
26
+ | `/ant:init "<goal>"` | Start a colony with a goal |
27
+ | `/ant:colonize` | Analyze existing codebase |
28
+ | `/ant:plan` | Generate project phases |
29
+ | `/ant:build <phase>` | Execute a phase with parallel workers |
30
+ | `/ant:continue` | Verify work, extract learnings, advance |
31
+
32
+ ### Pheromone Signals
33
+ | Command | Priority | Purpose |
34
+ |---------|----------|---------|
35
+ | `/ant:focus "<area>"` | normal | Guide colony attention |
36
+ | `/ant:redirect "<pattern>"` | high | Hard constraint — avoid this |
37
+ | `/ant:feedback "<note>"` | low | Gentle adjustment |
38
+
39
+ ### Status & Monitoring
40
+ | Command | Purpose |
41
+ |---------|---------|
42
+ | `/ant:status` | Colony dashboard |
43
+ | `/ant:phase [N]` | View phase details |
44
+ | `/ant:flags` | List active flags |
45
+ | `/ant:flag "<title>"` | Create a flag |
46
+ | `/ant:history` | Browse colony events |
47
+ | `/ant:watch` | Live tmux monitoring |
48
+
49
+ ### Session Management
50
+ | Command | Purpose |
51
+ |---------|---------|
52
+ | `/ant:pause-colony` | Save state and create handoff |
53
+ | `/ant:resume-colony` | Restore from pause |
54
+ | `/ant:resume` | Quick session restore |
55
+
56
+ ### Lifecycle
57
+ | Command | Purpose |
58
+ |---------|---------|
59
+ | `/ant:seal` | Seal colony (Crowned Anthill) |
60
+ | `/ant:entomb` | Archive completed colony |
61
+ | `/ant:maturity` | View colony maturity journey |
62
+ | `/ant:update` | Update system files from hub |
63
+
64
+ ### Advanced
65
+ | Command | Purpose |
66
+ |---------|---------|
67
+ | `/ant:swarm "<bug>"` | Parallel bug investigation |
68
+ | `/ant:oracle` | Deep research (RALF loop) |
69
+ | `/ant:dream` | Philosophical observation |
70
+ | `/ant:interpret` | Review dreams, discuss actions |
71
+ | `/ant:chaos` | Resilience testing |
72
+ | `/ant:archaeology` | Git history analysis |
73
+ | `/ant:organize` | Codebase hygiene report |
74
+ | `/ant:council` | Intent clarification |
75
+
76
+ ## Typical Workflow
77
+
78
+ ```
79
+ First time in a repo:
80
+ 0. /ant:lay-eggs (set up Aether in this repo)
81
+
82
+ Starting a colony:
83
+ 1. /ant:init "Build feature X" (start colony with a goal)
84
+ 2. /ant:colonize (if existing code)
85
+ 3. /ant:plan (generates phases)
86
+ 4. /ant:focus "security" (optional guidance)
87
+ 5. /ant:build 1 (workers execute phase 1)
88
+ 6. /ant:continue (verify, learn, advance)
89
+ 7. /ant:build 2 (repeat until complete)
90
+
91
+ After /clear or session break:
92
+ 8. /ant:resume-colony (restore full context)
93
+ 9. /ant:status (see where you left off)
94
+
95
+ After completing a colony:
96
+ 10. /ant:seal (mark as complete)
97
+ 11. /ant:entomb (archive to chambers)
98
+ 12. /ant:init "next project goal" (start fresh colony)
99
+ ```
100
+
101
+ ## Worker Castes
102
+
103
+ Workers are assigned to castes based on task type:
104
+
105
+ | Caste | Role |
106
+ |-------|------|
107
+ | builder | Implementation work |
108
+ | watcher | Monitoring, quality checks |
109
+ | scout | Research, discovery |
110
+ | chaos | Edge case testing |
111
+ | oracle | Deep research (RALF loop) |
112
+ | architect | Planning, design |
113
+ | colonizer | Codebase exploration |
114
+ | route_setter | Phase planning |
115
+ | archaeologist | Git history analysis |
116
+
117
+ ## Protected Paths
118
+
119
+ **Never modify these programmatically:**
120
+
121
+ | Path | Reason |
122
+ |------|--------|
123
+ | `.aether/data/` | Colony state (COLONY_STATE.json, session files) |
124
+ | `.aether/dreams/` | Dream journal entries |
125
+ | `.aether/checkpoints/` | Session checkpoints |
126
+ | `.aether/locks/` | File locks |
127
+
128
+ ## Colony State
129
+
130
+ State is stored in `.aether/data/COLONY_STATE.json` and includes:
131
+ - Colony goal and current phase
132
+ - Task breakdown and completion status
133
+ - Instincts (learned patterns with confidence scores)
134
+ - Pheromone signals (FOCUS/REDIRECT/FEEDBACK)
135
+ - Event history
136
+
137
+ ## Pheromone System
138
+
139
+ Signals guide colony behavior without hard-coding instructions:
140
+ - **FOCUS** — attracts attention to an area (expires at phase end)
141
+ - **REDIRECT** — repels workers from a pattern (high priority, hard constraint)
142
+ - **FEEDBACK** — calibrates behavior based on observation (low priority)
143
+
144
+ Use FOCUS + REDIRECT before builds to steer. Use FEEDBACK after builds to adjust.
@@ -0,0 +1,234 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ Example Aether Prompt: Builder Worker
4
+
5
+ This demonstrates the structured XML prompt format for colony workers.
6
+ XML-structured prompts are more reliable and parseable than free-form text.
7
+ -->
8
+ <aether-prompt version="1.0.0">
9
+
10
+ <metadata>
11
+ <version>1.0.0</version>
12
+ <author>Aether Colony System</author>
13
+ <created>2026-02-16T10:00:00Z</created>
14
+ <modified>2026-02-16T10:00:00Z</modified>
15
+ <tags>
16
+ <tag>worker</tag>
17
+ <tag>builder</tag>
18
+ <tag>implementation</tag>
19
+ </tags>
20
+ </metadata>
21
+
22
+ <name>builder-worker</name>
23
+ <type>worker</type>
24
+ <caste>builder</caste>
25
+
26
+ <objective>
27
+ Implement features, fix bugs, or improve code quality according to specifications
28
+ while following the Iron Laws of colony development and respecting existing
29
+ codebase patterns.
30
+ </objective>
31
+
32
+ <context>
33
+ <background>
34
+ Builders are the primary implementation workers in the Aether colony system.
35
+ They receive specifications from route-setters and implement working code
36
+ that meets success criteria. Builders work within the constraints defined
37
+ by the Queen's redirects and the colony's established patterns.
38
+ </background>
39
+ <assumptions>
40
+ <assumption>Specification is complete enough to begin implementation</assumption>
41
+ <assumption>Required tools and dependencies are available</assumption>
42
+ <assumption>Test framework is configured and working</assumption>
43
+ </assumptions>
44
+ <dependencies>
45
+ <dependency type="data">COLONY_STATE.json (current phase and tasks)</dependency>
46
+ <dependency type="file">workers.md (Iron Laws reference)</dependency>
47
+ <dependency type="command">Git for version control</dependency>
48
+ </dependencies>
49
+ </context>
50
+
51
+ <requirements>
52
+ <requirement id="req_1" priority="critical">
53
+ <description>Follow Test-Driven Development (TDD) methodology</description>
54
+ <rationale>Ensures code is testable and specifications are clear</rationale>
55
+ </requirement>
56
+ <requirement id="req_2" priority="high">
57
+ <description>Write tests BEFORE implementation code</description>
58
+ <rationale>RED-GREEN-REFACTOR cycle produces better designs</rationale>
59
+ </requirement>
60
+ <requirement id="req_3" priority="high">
61
+ <description>All code must compile and tests must pass before marking complete</description>
62
+ <rationale>Prevents broken code from entering the codebase</rationale>
63
+ </requirement>
64
+ <requirement id="req_4" priority="normal">
65
+ <description>Match existing codebase patterns and conventions</description>
66
+ <rationale>Maintains consistency and readability</rationale>
67
+ </requirement>
68
+ <requirement id="req_5" priority="normal">
69
+ <description>Document public APIs and complex logic</description>
70
+ <rationale>Future maintainers need context</rationale>
71
+ </requirement>
72
+ </requirements>
73
+
74
+ <constraints>
75
+ <constraint id="cons_1" strength="must-not">
76
+ <rule>Never commit broken or failing code</rule>
77
+ <enforcement>Watcher verification will catch this</enforcement>
78
+ </constraint>
79
+ <constraint id="cons_2" strength="must">
80
+ <rule>Respect protected paths defined in security rules</rule>
81
+ <exception>None - security boundaries are absolute</exception>
82
+ </constraint>
83
+ <constraint id="cons_3" strength="should">
84
+ <rule>Keep functions under 50 lines when possible</rule>
85
+ <exception>Complex switch statements or configuration tables</exception>
86
+ </constraint>
87
+ <constraint id="cons_4" strength="should">
88
+ <rule>Extract helpers for repeated patterns</rule>
89
+ </constraint>
90
+ </constraints>
91
+
92
+ <thinking>
93
+ <approach>
94
+ Research existing patterns first, then implement following TDD cycle.
95
+ When uncertain, consult the Archaeologist for historical context.
96
+ </approach>
97
+ <steps>
98
+ <step order="1" optional="false">
99
+ <description>Read and understand the specification</description>
100
+ <checkpoint>Can explain the requirement in my own words</checkpoint>
101
+ </step>
102
+ <step order="2" optional="false">
103
+ <description>Research existing patterns in the codebase</description>
104
+ <checkpoint>Found at least 2 similar implementations to learn from</checkpoint>
105
+ </step>
106
+ <step order="3" optional="false">
107
+ <description>Write failing test (RED phase)</description>
108
+ <checkpoint>Test fails with expected error message</checkpoint>
109
+ </step>
110
+ <step order="4" optional="false">
111
+ <description>Implement minimal code to pass (GREEN phase)</description>
112
+ <checkpoint>Test now passes</checkpoint>
113
+ </step>
114
+ <step order="5" optional="false">
115
+ <description>Refactor while keeping tests green (REFACTOR phase)</description>
116
+ <checkpoint>Code is cleaner, tests still pass</checkpoint>
117
+ </step>
118
+ <step order="6" optional="true">
119
+ <description>Check for nearby graveyards (failed attempts)</description>
120
+ <checkpoint>Understood why previous attempts failed (if any)</checkpoint>
121
+ </step>
122
+ </steps>
123
+ <pitfalls>
124
+ <pitfall>Jumping to implementation before understanding the problem</pitfall>
125
+ <pitfall>Skipping tests for "simple" changes</pitfall>
126
+ <pitfall>Over-engineering the solution</pitfall>
127
+ <pitfall>Ignoring existing patterns in the codebase</pitfall>
128
+ </pitfalls>
129
+ </thinking>
130
+
131
+ <tools>
132
+ <tool required="true">
133
+ <name>Glob</name>
134
+ <purpose>Find files matching patterns</purpose>
135
+ <when_to_use>When searching for existing implementations or files</when_to_use>
136
+ </tool>
137
+ <tool required="true">
138
+ <name>Grep</name>
139
+ <purpose>Search file contents for patterns</purpose>
140
+ <when_to_use>When looking for specific code patterns or function definitions</when_to_use>
141
+ </tool>
142
+ <tool required="true">
143
+ <name>Read</name>
144
+ <purpose>Read file contents</purpose>
145
+ <when_to_use>When examining existing code or specifications</when_to_use>
146
+ </tool>
147
+ <tool required="true">
148
+ <name>Edit</name>
149
+ <purpose>Modify existing files</purpose>
150
+ <when_to_use>When implementing changes to existing code</when_to_use>
151
+ </tool>
152
+ <tool required="true">
153
+ <name>Write</name>
154
+ <purpose>Create new files</purpose>
155
+ <when_to_use>When creating new modules or test files</when_to_use>
156
+ </tool>
157
+ <tool required="false">
158
+ <name>Bash</name>
159
+ <purpose>Execute shell commands</purpose>
160
+ <when_to_use>When running tests or build commands</when_to_use>
161
+ </tool>
162
+ </tools>
163
+
164
+ <output>
165
+ <format>Modified source code with tests</format>
166
+ <structure>
167
+ Implementation files following existing patterns,
168
+ Test files in appropriate test directory,
169
+ Activity log entry documenting work done
170
+ </structure>
171
+ <example>
172
+ After completing work:
173
+ - src/feature.js: New implementation with tests
174
+ - tests/feature.test.js: Test coverage
175
+ - Activity logged: "Builder-X implemented feature Y with N tests"
176
+ </example>
177
+ </output>
178
+
179
+ <verification>
180
+ <method>Run full test suite and verify success criteria</method>
181
+ <steps>
182
+ <step>Run unit tests for modified code</step>
183
+ <step>Run integration tests if affected</step>
184
+ <step>Check code coverage meets threshold</step>
185
+ <step>Verify no lint errors</step>
186
+ </steps>
187
+ <tools>
188
+ <tool>npm test</tool>
189
+ <tool>npm run lint</tool>
190
+ <tool>npm run coverage</tool>
191
+ </tools>
192
+ </verification>
193
+
194
+ <success_criteria>
195
+ <criterion id="crit_1" required="true">
196
+ <description>All tests pass</description>
197
+ <measure>npm test exits with code 0</measure>
198
+ </criterion>
199
+ <criterion id="crit_2" required="true">
200
+ <description>Code compiles without errors</description>
201
+ <measure>No TypeScript or build errors</measure>
202
+ </criterion>
203
+ <criterion id="crit_3" required="true">
204
+ <description>Specification requirements are met</description>
205
+ <measure>All acceptance criteria from spec pass</measure>
206
+ </criterion>
207
+ <criterion id="crit_4" required="false">
208
+ <description>Code coverage maintained or improved</description>
209
+ <measure>Coverage &gt;= 80% for new code</measure>
210
+ </criterion>
211
+ <criterion id="crit_5" required="false">
212
+ <description>No lint warnings</description>
213
+ <measure>npm run lint produces no errors</measure>
214
+ </criterion>
215
+ </success_criteria>
216
+
217
+ <error_handling>
218
+ <on_failure>
219
+ Stop work, preserve state, document what was attempted and what failed.
220
+ Create a graveyard marker if the approach is abandoned.
221
+ </on_failure>
222
+ <escalation>
223
+ Escalate to Queen when: specification is unclear, test cannot be written,
224
+ existing patterns conflict with requirements, or blocked by external dependency.
225
+ </escalation>
226
+ <recovery_steps>
227
+ <step>Document current state and what failed</step>
228
+ <step>Check for existing graveyards on this task</step>
229
+ <step>Consider alternative approach or request clarification</step>
230
+ <step>Update activity log with failure and reason</step>
231
+ </recovery_steps>
232
+ </error_handling>
233
+
234
+ </aether-prompt>
@@ -0,0 +1,47 @@
1
+ #!/usr/bin/env bash
2
+ # Create a scaffold regression test for an incident fix.
3
+ # Usage:
4
+ # bash .aether/scripts/incident-test-add.sh <incident_id> <description> "<command>" "<expected_pattern>"
5
+
6
+ set -euo pipefail
7
+
8
+ incident_id="${1:-}"
9
+ description="${2:-}"
10
+ command_string="${3:-}"
11
+ expected_pattern="${4:-}"
12
+
13
+ if [[ -z "$incident_id" || -z "$description" || -z "$command_string" || -z "$expected_pattern" ]]; then
14
+ echo "Usage: bash .aether/scripts/incident-test-add.sh <incident_id> <description> \"<command>\" \"<expected_pattern>\""
15
+ exit 1
16
+ fi
17
+
18
+ tests_dir=".aether/tests"
19
+ mkdir -p "$tests_dir"
20
+ test_file="$tests_dir/incident-${incident_id}.sh"
21
+
22
+ cat > "$test_file" <<EOF
23
+ #!/usr/bin/env bash
24
+ # Regression test for incident ${incident_id}
25
+ # Description: ${description}
26
+
27
+ set -euo pipefail
28
+
29
+ result=\$(bash -lc '${command_string}' 2>&1 || true)
30
+
31
+ if echo "\$result" | grep -q '${expected_pattern}'; then
32
+ echo "PASS: ${description}"
33
+ exit 0
34
+ fi
35
+
36
+ echo "FAIL: Expected pattern '${expected_pattern}' not found"
37
+ echo ""
38
+ echo "Command:"
39
+ echo " ${command_string}"
40
+ echo ""
41
+ echo "Output:"
42
+ echo "\$result"
43
+ exit 1
44
+ EOF
45
+
46
+ chmod +x "$test_file"
47
+ echo "Created: $test_file"
@@ -0,0 +1,79 @@
1
+ #!/usr/bin/env bash
2
+ # Weekly Colony Health Audit
3
+ # Run: bash .aether/scripts/weekly-audit.sh
4
+
5
+ set -euo pipefail
6
+
7
+ AETHER_ROOT="${AETHER_ROOT:-$(pwd)}"
8
+ DATA_DIR="$AETHER_ROOT/.aether/data"
9
+ UTILS="$AETHER_ROOT/.aether/aether-utils.sh"
10
+
11
+ echo "# Colony Audit Report - $(date -u +%Y-%m-%d)"
12
+ echo ""
13
+
14
+ state_size=$(wc -c < "$DATA_DIR/COLONY_STATE.json" 2>/dev/null || echo 0)
15
+ pheromone_size=$(wc -c < "$DATA_DIR/pheromones.json" 2>/dev/null || echo 0)
16
+ observations_size=$(wc -c < "$DATA_DIR/learning-observations.json" 2>/dev/null || echo 0)
17
+ echo "## Memory Sizes"
18
+ echo "- COLONY_STATE.json: $state_size bytes"
19
+ echo "- pheromones.json: $pheromone_size bytes"
20
+ echo "- learning-observations.json: $observations_size bytes"
21
+ echo ""
22
+
23
+ signal_count=$(jq '.signals | length' "$DATA_DIR/pheromones.json" 2>/dev/null || echo 0)
24
+ expired_count=$(jq '[.signals[]? | select(.active == false)] | length' "$DATA_DIR/pheromones.json" 2>/dev/null || echo 0)
25
+ echo "## Pheromone Health"
26
+ echo "- Total signals: $signal_count"
27
+ echo "- Expired signals: $expired_count"
28
+ echo ""
29
+
30
+ spawn_eff=$(bash "$UTILS" spawn-efficiency 2>/dev/null | jq -c '.result // {}' 2>/dev/null || echo '{}')
31
+ total_spawned=$(echo "$spawn_eff" | jq -r '.total // 0')
32
+ completed_spawned=$(echo "$spawn_eff" | jq -r '.completed // 0')
33
+ efficiency_pct=$(echo "$spawn_eff" | jq -r '.efficiency_pct // 0')
34
+ echo "## Spawn Efficiency"
35
+ echo "- Total spawned: $total_spawned"
36
+ echo "- Completed: $completed_spawned"
37
+ echo "- Efficiency: ${efficiency_pct}%"
38
+ echo ""
39
+
40
+ blocker_count=$(jq '[.flags[]? | select(.type == "blocker" and (.resolved_at == null))] | length' "$DATA_DIR/flags.json" 2>/dev/null || echo 0)
41
+ echo "## Gate Failures"
42
+ echo "- Unresolved blockers: $blocker_count"
43
+ echo ""
44
+
45
+ if [[ -f "$DATA_DIR/midden/midden.json" ]]; then
46
+ oracle_avg=$(jq '
47
+ [
48
+ (.entries[]? | select(.category == "oracle") | (.iterations // 0)),
49
+ (.signals[]? | select(.type == "oracle") | (.iterations // 0))
50
+ ] | flatten | if length > 0 then (add / length) else null end
51
+ ' "$DATA_DIR/midden/midden.json" 2>/dev/null || echo "null")
52
+ echo "## Oracle Metrics"
53
+ if [[ "$oracle_avg" == "null" ]]; then
54
+ echo "- Average iterations: N/A"
55
+ else
56
+ echo "- Average iterations: $oracle_avg"
57
+ fi
58
+ echo ""
59
+ fi
60
+
61
+ entropy=$(bash "$UTILS" entropy-score 2>/dev/null | jq -r '.result.score // "N/A"' 2>/dev/null || echo "N/A")
62
+ echo "## Entropy Score"
63
+ echo "- Current: $entropy"
64
+ echo "- Threshold: 75 (organize required if exceeded)"
65
+ echo ""
66
+
67
+ echo "## Recommendations"
68
+ if [[ "$efficiency_pct" =~ ^[0-9]+$ ]] && [[ "$efficiency_pct" -lt 70 ]]; then
69
+ echo "- [HIGH] Spawn efficiency below 70% - review worker task decomposition"
70
+ fi
71
+ if [[ "$signal_count" =~ ^[0-9]+$ ]] && [[ "$signal_count" -gt 20 ]]; then
72
+ echo "- [MEDIUM] High pheromone count - consider consolidation or expiry acceleration"
73
+ fi
74
+ if [[ "$blocker_count" =~ ^[0-9]+$ ]] && [[ "$blocker_count" -gt 3 ]]; then
75
+ echo "- [HIGH] Multiple unresolved blockers - run /ant:swarm for auto-repair"
76
+ fi
77
+ if [[ "$entropy" =~ ^[0-9]+$ ]] && [[ "$entropy" -gt 75 ]]; then
78
+ echo "- [CRITICAL] High entropy - run /ant:organize before next build"
79
+ fi