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.
- package/.aether/aether-utils.sh +5354 -0
- package/.aether/agents-claude/aether-ambassador.md +265 -0
- package/.aether/agents-claude/aether-archaeologist.md +327 -0
- package/.aether/agents-claude/aether-architect.md +236 -0
- package/.aether/agents-claude/aether-auditor.md +271 -0
- package/.aether/agents-claude/aether-builder.md +224 -0
- package/.aether/agents-claude/aether-chaos.md +269 -0
- package/.aether/agents-claude/aether-chronicler.md +305 -0
- package/.aether/agents-claude/aether-gatekeeper.md +330 -0
- package/.aether/agents-claude/aether-includer.md +374 -0
- package/.aether/agents-claude/aether-keeper.md +272 -0
- package/.aether/agents-claude/aether-measurer.md +322 -0
- package/.aether/agents-claude/aether-oracle.md +237 -0
- package/.aether/agents-claude/aether-probe.md +211 -0
- package/.aether/agents-claude/aether-queen.md +330 -0
- package/.aether/agents-claude/aether-route-setter.md +178 -0
- package/.aether/agents-claude/aether-sage.md +418 -0
- package/.aether/agents-claude/aether-scout.md +179 -0
- package/.aether/agents-claude/aether-surveyor-disciplines.md +417 -0
- package/.aether/agents-claude/aether-surveyor-nest.md +355 -0
- package/.aether/agents-claude/aether-surveyor-pathogens.md +289 -0
- package/.aether/agents-claude/aether-surveyor-provisions.md +360 -0
- package/.aether/agents-claude/aether-tracker.md +270 -0
- package/.aether/agents-claude/aether-watcher.md +280 -0
- package/.aether/agents-claude/aether-weaver.md +248 -0
- package/.aether/commands/archaeology.yaml +653 -0
- package/.aether/commands/build.yaml +1221 -0
- package/.aether/commands/chaos.yaml +653 -0
- package/.aether/commands/colonize.yaml +438 -0
- package/.aether/commands/continue.yaml +1484 -0
- package/.aether/commands/council.yaml +304 -0
- package/.aether/commands/data-clean.yaml +80 -0
- package/.aether/commands/dream.yaml +275 -0
- package/.aether/commands/entomb.yaml +863 -0
- package/.aether/commands/export-signals.yaml +64 -0
- package/.aether/commands/feedback.yaml +158 -0
- package/.aether/commands/flag.yaml +160 -0
- package/.aether/commands/flags.yaml +177 -0
- package/.aether/commands/focus.yaml +112 -0
- package/.aether/commands/help.yaml +167 -0
- package/.aether/commands/history.yaml +137 -0
- package/.aether/commands/import-signals.yaml +79 -0
- package/.aether/commands/init.yaml +469 -0
- package/.aether/commands/insert-phase.yaml +98 -0
- package/.aether/commands/interpret.yaml +285 -0
- package/.aether/commands/lay-eggs.yaml +224 -0
- package/.aether/commands/maturity.yaml +122 -0
- package/.aether/commands/memory-details.yaml +74 -0
- package/.aether/commands/migrate-state.yaml +174 -0
- package/.aether/commands/oracle.yaml +1224 -0
- package/.aether/commands/organize.yaml +446 -0
- package/.aether/commands/patrol.yaml +621 -0
- package/.aether/commands/pause-colony.yaml +424 -0
- package/.aether/commands/phase.yaml +124 -0
- package/.aether/commands/pheromones.yaml +153 -0
- package/.aether/commands/plan.yaml +1313 -0
- package/.aether/commands/preferences.yaml +63 -0
- package/.aether/commands/redirect.yaml +123 -0
- package/.aether/commands/resume-colony.yaml +373 -0
- package/.aether/commands/resume.yaml +398 -0
- package/.aether/commands/run.yaml +193 -0
- package/.aether/commands/seal.yaml +1205 -0
- package/.aether/commands/skill-create.yaml +337 -0
- package/.aether/commands/status.yaml +364 -0
- package/.aether/commands/swarm.yaml +352 -0
- package/.aether/commands/tunnels.yaml +814 -0
- package/.aether/commands/update.yaml +131 -0
- package/.aether/commands/verify-castes.yaml +159 -0
- package/.aether/commands/watch.yaml +454 -0
- package/.aether/docs/INCIDENT_TEMPLATE.md +32 -0
- package/.aether/docs/QUEEN-SYSTEM.md +211 -0
- package/.aether/docs/README.md +98 -0
- package/.aether/docs/caste-system.md +48 -0
- package/.aether/docs/command-playbooks/README.md +23 -0
- package/.aether/docs/command-playbooks/build-complete.md +349 -0
- package/.aether/docs/command-playbooks/build-context.md +282 -0
- package/.aether/docs/command-playbooks/build-full.md +1682 -0
- package/.aether/docs/command-playbooks/build-prep.md +283 -0
- package/.aether/docs/command-playbooks/build-verify.md +405 -0
- package/.aether/docs/command-playbooks/build-wave.md +749 -0
- package/.aether/docs/command-playbooks/continue-advance.md +524 -0
- package/.aether/docs/command-playbooks/continue-finalize.md +447 -0
- package/.aether/docs/command-playbooks/continue-full.md +1724 -0
- package/.aether/docs/command-playbooks/continue-gates.md +686 -0
- package/.aether/docs/command-playbooks/continue-verify.md +406 -0
- package/.aether/docs/context-continuity.md +84 -0
- package/{runtime → .aether/docs/disciplines}/DISCIPLINES.md +13 -11
- package/.aether/docs/error-codes.md +268 -0
- package/.aether/docs/known-issues.md +94 -0
- package/{runtime → .aether}/docs/pheromones.md +86 -6
- package/.aether/docs/plans/pheromone-display-plan.md +257 -0
- package/.aether/docs/queen-commands.md +98 -0
- package/.aether/docs/source-of-truth-map.md +132 -0
- package/.aether/docs/xml-utilities.md +47 -0
- package/{runtime → .aether}/exchange/pheromone-xml.sh +2 -1
- package/{runtime → .aether}/exchange/registry-xml.sh +7 -3
- package/{runtime → .aether}/exchange/wisdom-xml.sh +11 -4
- package/.aether/rules/aether-colony.md +144 -0
- package/.aether/schemas/example-prompt-builder.xml +234 -0
- package/.aether/scripts/incident-test-add.sh +47 -0
- package/.aether/scripts/weekly-audit.sh +79 -0
- package/.aether/skills/.index.json +649 -0
- package/.aether/skills/colony/.manifest.json +16 -0
- package/.aether/skills/colony/build-discipline/SKILL.md +78 -0
- package/.aether/skills/colony/colony-interaction/SKILL.md +56 -0
- package/.aether/skills/colony/colony-lifecycle/SKILL.md +77 -0
- package/.aether/skills/colony/colony-visuals/SKILL.md +112 -0
- package/.aether/skills/colony/context-management/SKILL.md +80 -0
- package/.aether/skills/colony/error-presentation/SKILL.md +99 -0
- package/.aether/skills/colony/pheromone-protocol/SKILL.md +79 -0
- package/.aether/skills/colony/pheromone-visibility/SKILL.md +81 -0
- package/.aether/skills/colony/state-safety/SKILL.md +84 -0
- package/.aether/skills/colony/worker-priming/SKILL.md +82 -0
- package/.aether/skills/domain/.manifest.json +24 -0
- package/.aether/skills/domain/README.md +33 -0
- package/.aether/skills/domain/django/SKILL.md +49 -0
- package/.aether/skills/domain/docker/SKILL.md +52 -0
- package/.aether/skills/domain/golang/SKILL.md +52 -0
- package/.aether/skills/domain/graphql/SKILL.md +51 -0
- package/.aether/skills/domain/html-css/SKILL.md +48 -0
- package/.aether/skills/domain/nextjs/SKILL.md +45 -0
- package/.aether/skills/domain/nodejs/SKILL.md +53 -0
- package/.aether/skills/domain/postgresql/SKILL.md +53 -0
- package/.aether/skills/domain/prisma/SKILL.md +59 -0
- package/.aether/skills/domain/python/SKILL.md +50 -0
- package/.aether/skills/domain/rails/SKILL.md +52 -0
- package/.aether/skills/domain/react/SKILL.md +45 -0
- package/.aether/skills/domain/rest-api/SKILL.md +58 -0
- package/.aether/skills/domain/svelte/SKILL.md +47 -0
- package/.aether/skills/domain/tailwind/SKILL.md +45 -0
- package/.aether/skills/domain/testing/SKILL.md +53 -0
- package/.aether/skills/domain/typescript/SKILL.md +58 -0
- package/.aether/skills/domain/vue/SKILL.md +49 -0
- package/.aether/templates/QUEEN.md.template +61 -0
- package/.aether/templates/colony-state-reset.jq.template +23 -0
- package/.aether/templates/colony-state.template.json +39 -0
- package/.aether/templates/constraints.template.json +9 -0
- package/.aether/templates/crowned-anthill.template.md +36 -0
- package/.aether/templates/handoff-build-error.template.md +30 -0
- package/.aether/templates/handoff-build-success.template.md +39 -0
- package/.aether/templates/handoff.template.md +40 -0
- package/.aether/templates/learning-observations.template.json +6 -0
- package/.aether/templates/midden.template.json +13 -0
- package/.aether/templates/pheromones.template.json +6 -0
- package/.aether/templates/session.template.json +9 -0
- package/{runtime → .aether}/utils/atomic-write.sh +68 -22
- package/{runtime → .aether}/utils/chamber-compare.sh +23 -10
- package/.aether/utils/chamber-utils.sh +440 -0
- package/.aether/utils/emoji-audit.sh +166 -0
- package/{runtime → .aether}/utils/error-handler.sh +34 -8
- package/.aether/utils/file-lock.sh +313 -0
- package/.aether/utils/flag.sh +267 -0
- package/.aether/utils/hive.sh +572 -0
- package/.aether/utils/learning.sh +1928 -0
- package/.aether/utils/midden.sh +342 -0
- package/.aether/utils/oracle/oracle.md +168 -0
- package/.aether/utils/oracle/oracle.sh +1023 -0
- package/.aether/utils/pheromone.sh +2029 -0
- package/.aether/utils/queen.sh +1698 -0
- package/.aether/utils/scan.sh +860 -0
- package/.aether/utils/semantic-cli.sh +415 -0
- package/.aether/utils/session.sh +552 -0
- package/.aether/utils/skills.sh +509 -0
- package/.aether/utils/spawn-tree.sh +260 -0
- package/.aether/utils/spawn.sh +260 -0
- package/.aether/utils/state-api.sh +199 -0
- package/{runtime → .aether}/utils/state-loader.sh +8 -6
- package/.aether/utils/suggest.sh +611 -0
- package/{runtime → .aether}/utils/swarm-display.sh +10 -1
- package/.aether/utils/swarm.sh +1004 -0
- package/{runtime → .aether}/utils/watch-spawn-tree.sh +11 -2
- package/{runtime → .aether}/utils/xml-compose.sh +9 -3
- package/.aether/utils/xml-convert.sh +277 -0
- package/{runtime → .aether}/utils/xml-core.sh +5 -9
- package/.aether/utils/xml-query.sh +201 -0
- package/.aether/utils/xml-utils.sh +110 -0
- package/{runtime → .aether}/workers.md +97 -81
- package/.claude/agents/ant/aether-ambassador.md +265 -0
- package/.claude/agents/ant/aether-archaeologist.md +327 -0
- package/.claude/agents/ant/aether-architect.md +236 -0
- package/.claude/agents/ant/aether-auditor.md +271 -0
- package/.claude/agents/ant/aether-builder.md +224 -0
- package/.claude/agents/ant/aether-chaos.md +269 -0
- package/.claude/agents/ant/aether-chronicler.md +305 -0
- package/.claude/agents/ant/aether-gatekeeper.md +330 -0
- package/.claude/agents/ant/aether-includer.md +374 -0
- package/.claude/agents/ant/aether-keeper.md +272 -0
- package/.claude/agents/ant/aether-measurer.md +322 -0
- package/.claude/agents/ant/aether-oracle.md +237 -0
- package/.claude/agents/ant/aether-probe.md +211 -0
- package/.claude/agents/ant/aether-queen.md +330 -0
- package/.claude/agents/ant/aether-route-setter.md +178 -0
- package/.claude/agents/ant/aether-sage.md +418 -0
- package/.claude/agents/ant/aether-scout.md +179 -0
- package/.claude/agents/ant/aether-surveyor-disciplines.md +417 -0
- package/.claude/agents/ant/aether-surveyor-nest.md +355 -0
- package/.claude/agents/ant/aether-surveyor-pathogens.md +289 -0
- package/.claude/agents/ant/aether-surveyor-provisions.md +360 -0
- package/.claude/agents/ant/aether-tracker.md +270 -0
- package/.claude/agents/ant/aether-watcher.md +280 -0
- package/.claude/agents/ant/aether-weaver.md +248 -0
- package/.claude/commands/ant/archaeology.md +16 -14
- package/.claude/commands/ant/build.md +43 -1028
- package/.claude/commands/ant/chaos.md +19 -23
- package/.claude/commands/ant/colonize.md +52 -31
- package/.claude/commands/ant/continue.md +40 -1016
- package/.claude/commands/ant/council.md +21 -18
- package/.claude/commands/ant/data-clean.md +81 -0
- package/.claude/commands/ant/dream.md +27 -15
- package/.claude/commands/ant/entomb.md +317 -225
- package/.claude/commands/ant/export-signals.md +57 -0
- package/.claude/commands/ant/feedback.md +48 -26
- package/.claude/commands/ant/flag.md +30 -10
- package/.claude/commands/ant/flags.md +34 -12
- package/.claude/commands/ant/focus.md +45 -19
- package/.claude/commands/ant/help.md +50 -8
- package/.claude/commands/ant/history.md +13 -0
- package/.claude/commands/ant/import-signals.md +71 -0
- package/.claude/commands/ant/init.md +345 -194
- package/.claude/commands/ant/insert-phase.md +101 -0
- package/.claude/commands/ant/interpret.md +26 -4
- package/.claude/commands/ant/lay-eggs.md +184 -127
- package/.claude/commands/ant/maturity.md +32 -11
- package/.claude/commands/ant/memory-details.md +77 -0
- package/.claude/commands/ant/migrate-state.md +20 -2
- package/.claude/commands/ant/oracle.md +337 -74
- package/.claude/commands/ant/organize.md +39 -25
- package/.claude/commands/ant/patrol.md +620 -0
- package/.claude/commands/ant/pause-colony.md +23 -27
- package/.claude/commands/ant/phase.md +40 -42
- package/.claude/commands/ant/pheromones.md +156 -0
- package/.claude/commands/ant/plan.md +185 -51
- package/.claude/commands/ant/preferences.md +65 -0
- package/.claude/commands/ant/redirect.md +45 -30
- package/.claude/commands/ant/resume-colony.md +51 -27
- package/.claude/commands/ant/resume.md +314 -94
- package/.claude/commands/ant/run.md +195 -0
- package/.claude/commands/ant/seal.md +650 -221
- package/.claude/commands/ant/skill-create.md +286 -0
- package/.claude/commands/ant/status.md +196 -31
- package/.claude/commands/ant/swarm.md +16 -46
- package/.claude/commands/ant/tunnels.md +280 -105
- package/.claude/commands/ant/update.md +73 -89
- package/.claude/commands/ant/verify-castes.md +100 -42
- package/.claude/commands/ant/watch.md +14 -12
- package/.opencode/agents/aether-ambassador.md +63 -20
- package/.opencode/agents/aether-archaeologist.md +29 -12
- package/.opencode/agents/aether-architect.md +103 -36
- package/.opencode/agents/aether-auditor.md +51 -18
- package/.opencode/agents/aether-builder.md +70 -20
- package/.opencode/agents/aether-chaos.md +29 -12
- package/.opencode/agents/aether-chronicler.md +60 -18
- package/.opencode/agents/aether-gatekeeper.md +27 -18
- package/.opencode/agents/aether-includer.md +27 -18
- package/.opencode/agents/aether-keeper.md +89 -18
- package/.opencode/agents/aether-measurer.md +27 -18
- package/.opencode/agents/aether-oracle.md +137 -0
- package/.opencode/agents/aether-probe.md +60 -18
- package/.opencode/agents/aether-queen.md +172 -24
- package/.opencode/agents/aether-route-setter.md +57 -12
- package/.opencode/agents/aether-sage.md +26 -18
- package/.opencode/agents/aether-scout.md +28 -20
- package/.opencode/agents/aether-surveyor-disciplines.md +59 -2
- package/.opencode/agents/aether-surveyor-nest.md +59 -2
- package/.opencode/agents/aether-surveyor-pathogens.md +57 -2
- package/.opencode/agents/aether-surveyor-provisions.md +59 -2
- package/.opencode/agents/aether-tracker.md +64 -18
- package/.opencode/agents/aether-watcher.md +66 -19
- package/.opencode/agents/aether-weaver.md +61 -18
- package/.opencode/commands/ant/archaeology.md +7 -14
- package/.opencode/commands/ant/build.md +437 -257
- package/.opencode/commands/ant/chaos.md +7 -24
- package/.opencode/commands/ant/colonize.md +8 -17
- package/.opencode/commands/ant/continue.md +661 -142
- package/.opencode/commands/ant/council.md +11 -22
- package/.opencode/commands/ant/data-clean.md +77 -0
- package/.opencode/commands/ant/dream.md +15 -17
- package/.opencode/commands/ant/entomb.md +133 -62
- package/.opencode/commands/ant/export-signals.md +54 -0
- package/.opencode/commands/ant/feedback.md +24 -5
- package/.opencode/commands/ant/flag.md +16 -4
- package/.opencode/commands/ant/flags.md +24 -10
- package/.opencode/commands/ant/focus.md +22 -5
- package/.opencode/commands/ant/help.md +41 -8
- package/.opencode/commands/ant/history.md +9 -0
- package/.opencode/commands/ant/import-signals.md +68 -0
- package/.opencode/commands/ant/init.md +374 -167
- package/.opencode/commands/ant/insert-phase.md +107 -0
- package/.opencode/commands/ant/interpret.md +16 -0
- package/.opencode/commands/ant/lay-eggs.md +184 -112
- package/.opencode/commands/ant/maturity.md +18 -2
- package/.opencode/commands/ant/memory-details.md +83 -0
- package/.opencode/commands/ant/migrate-state.md +12 -0
- package/.opencode/commands/ant/oracle.md +322 -67
- package/.opencode/commands/ant/organize.md +18 -16
- package/.opencode/commands/ant/patrol.md +626 -0
- package/.opencode/commands/ant/pause-colony.md +12 -29
- package/.opencode/commands/ant/phase.md +30 -40
- package/.opencode/commands/ant/pheromones.md +162 -0
- package/.opencode/commands/ant/plan.md +184 -56
- package/.opencode/commands/ant/preferences.md +71 -0
- package/.opencode/commands/ant/redirect.md +22 -5
- package/.opencode/commands/ant/resume-colony.md +38 -27
- package/.opencode/commands/ant/resume.md +385 -0
- package/.opencode/commands/ant/run.md +201 -0
- package/.opencode/commands/ant/seal.md +259 -45
- package/.opencode/commands/ant/skill-create.md +63 -0
- package/.opencode/commands/ant/status.md +135 -31
- package/.opencode/commands/ant/swarm.md +3 -345
- package/.opencode/commands/ant/tunnels.md +152 -9
- package/.opencode/commands/ant/update.md +70 -91
- package/.opencode/commands/ant/verify-castes.md +96 -42
- package/.opencode/commands/ant/watch.md +7 -0
- package/CHANGELOG.md +356 -0
- package/README.md +203 -573
- package/bin/cli.js +455 -527
- package/bin/generate-commands.js +186 -0
- package/bin/generate-commands.sh +127 -88
- package/bin/lib/init.js +13 -3
- package/bin/lib/spawn-logger.js +0 -15
- package/bin/lib/update-transaction.js +392 -140
- package/bin/npx-install.js +178 -0
- package/bin/sync-to-runtime.sh +5 -137
- package/bin/validate-package.sh +166 -0
- package/package.json +14 -7
- package/.opencode/agents/aether-guardian.md +0 -107
- package/.opencode/agents/workers.md +0 -1034
- package/bin/lib/model-profiles.js +0 -445
- package/bin/lib/model-verify.js +0 -288
- package/bin/lib/proxy-health.js +0 -253
- package/bin/lib/telemetry.js +0 -441
- package/runtime/CONTEXT.md +0 -160
- package/runtime/QUEEN_ANT_ARCHITECTURE.md +0 -402
- package/runtime/aether-utils.sh +0 -3879
- package/runtime/data/signatures.json +0 -41
- package/runtime/docs/AETHER-2.0-IMPLEMENTATION-PLAN.md +0 -1343
- package/runtime/docs/AETHER-PHEROMONE-SYSTEM-MASTER-SPEC.md +0 -2642
- package/runtime/docs/PHEROMONE-INJECTION.md +0 -240
- package/runtime/docs/PHEROMONE-INTEGRATION.md +0 -192
- package/runtime/docs/PHEROMONE-SYSTEM-DESIGN.md +0 -426
- package/runtime/docs/README.md +0 -94
- package/runtime/docs/VISUAL-OUTPUT-SPEC.md +0 -219
- package/runtime/docs/biological-reference.md +0 -272
- package/runtime/docs/codebase-review.md +0 -399
- package/runtime/docs/command-sync.md +0 -164
- package/runtime/docs/constraints.md +0 -116
- package/runtime/docs/implementation-learnings.md +0 -89
- package/runtime/docs/known-issues.md +0 -217
- package/runtime/docs/namespace.md +0 -148
- package/runtime/docs/pathogen-schema-example.json +0 -36
- package/runtime/docs/pathogen-schema.md +0 -111
- package/runtime/docs/planning-discipline.md +0 -159
- package/runtime/docs/progressive-disclosure.md +0 -184
- package/runtime/lib/queen-utils.sh +0 -729
- package/runtime/model-profiles.yaml +0 -100
- package/runtime/planning.md +0 -159
- package/runtime/recover.sh +0 -136
- package/runtime/templates/QUEEN.md.template +0 -79
- package/runtime/utils/chamber-utils.sh +0 -285
- package/runtime/utils/file-lock.sh +0 -122
- package/runtime/utils/spawn-tree.sh +0 -428
- package/runtime/utils/spawn-with-model.sh +0 -56
- package/runtime/utils/xml-utils.sh +0 -2196
- package/runtime/workers-new-castes.md +0 -516
- /package/{runtime → .aether/docs/disciplines}/coding-standards.md +0 -0
- /package/{runtime → .aether/docs/disciplines}/debugging.md +0 -0
- /package/{runtime → .aether/docs/disciplines}/learning.md +0 -0
- /package/{runtime → .aether/docs/disciplines}/tdd.md +0 -0
- /package/{runtime → .aether/docs/disciplines}/verification-loop.md +0 -0
- /package/{runtime → .aether/docs/disciplines}/verification.md +0 -0
- /package/{runtime → .aether}/schemas/aether-types.xsd +0 -0
- /package/{runtime → .aether}/schemas/colony-registry.xsd +0 -0
- /package/{runtime → .aether}/schemas/pheromone.xsd +0 -0
- /package/{runtime → .aether}/schemas/prompt.xsd +0 -0
- /package/{runtime → .aether}/schemas/queen-wisdom.xsd +0 -0
- /package/{runtime → .aether}/schemas/worker-priming.xsd +0 -0
- /package/{runtime → .aether}/utils/colorize-log.sh +0 -0
- /package/{runtime → .aether}/utils/queen-to-md.xsl +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,185 @@ All notable changes to the Aether Colony project will be documented in this file
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [Unreleased]
|
|
9
|
+
|
|
10
|
+
## [2.1.0] - 2026-03-24
|
|
11
|
+
|
|
12
|
+
Six phases of production hardening (Phases 9-14) targeting reliability, maintainability, and developer experience.
|
|
13
|
+
|
|
14
|
+
### Added
|
|
15
|
+
- **State API facade** (`state-api.sh`) -- centralized COLONY_STATE.json access with lock/validate/migrate pattern
|
|
16
|
+
- **Builder output verification** (`verify-claims`) -- cross-references builder file claims against filesystem to catch fabrication
|
|
17
|
+
- **Error handling infrastructure** (`_aether_log_error`) -- structured error logging across all modules with `[error]` prefix
|
|
18
|
+
- **SUPPRESS:OK convention** -- intentional error suppressions annotated for auditability (cleanup, read-default, existence-test, cross-platform, idempotent, validation)
|
|
19
|
+
- **Per-phase research** -- scouts investigate domain knowledge before task decomposition (`/ant:plan` Step 3.6)
|
|
20
|
+
- **Research context injection** -- builder and watcher prompts receive domain research during builds (16K character budget)
|
|
21
|
+
- **Deprecation warning system** (`_deprecation_warning`) -- 18 dead subcommands emit stderr warnings with `[deprecated]` prefix
|
|
22
|
+
- **Rolling state checkpoints** -- COLONY_STATE.json backed up before every build-wave (3 max retained)
|
|
23
|
+
- **Context trimming notification** -- colony-prime emits visible notice when context is trimmed to stay within budget
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
- **Monolith modularization** -- aether-utils.sh reduced from ~11,600 to ~5,200 lines (55% reduction)
|
|
27
|
+
- 9 domain modules extracted: flag, spawn, session, suggest, queen, swarm, learning, pheromone, state-api
|
|
28
|
+
- ~72 subcommands moved to domain modules, sourced on demand
|
|
29
|
+
- All 580+ tests passing with modularized structure
|
|
30
|
+
- **Error handling overhaul** -- ~110 lazy error suppressions replaced with proper fallbacks, ~48 dangerous suppressions on state-mutation paths fixed with explicit error handling
|
|
31
|
+
- **Continue-advance state writes** -- now go through locked subcommand (prevents concurrent corruption)
|
|
32
|
+
- **Help JSON** -- updated with deprecation markers and Deprecated section
|
|
33
|
+
- **Documentation accuracy** -- all docs/ files swept for stale counts, line numbers, and dates; comprehensive v2.1 changelog added
|
|
34
|
+
|
|
35
|
+
### Fixed
|
|
36
|
+
- **Hive wisdom type coercion** -- retrieval works regardless of string/number confidence format
|
|
37
|
+
- **Midden race condition** -- PID-scoped temp files prevent concurrent write data loss
|
|
38
|
+
- **Learning recovery** -- corrupted learning-observations.json auto-recovers from template
|
|
39
|
+
- **Date-sensitive test failures** -- dynamic dates (futureISO) prevent recurring expiration failures
|
|
40
|
+
- **Context-continuity test** -- pre-existing failure fixed (QUAL-09)
|
|
41
|
+
|
|
42
|
+
## [2.0.0] - 2026-03-21
|
|
43
|
+
|
|
44
|
+
### Added
|
|
45
|
+
- **Hive Brain** — cross-colony wisdom sharing with domain-scoped retrieval, 200-entry LRU, multi-repo confidence boosting
|
|
46
|
+
- **Autopilot (`/ant:run`)** — automated build-verify-advance loop with smart pausing
|
|
47
|
+
- **User Preferences** — colony adapts to user communication style via QUEEN.md
|
|
48
|
+
- **Quality gate agents** — Probe (coverage), Auditor (quality), Gatekeeper (security), Measurer (performance)
|
|
49
|
+
- **`instinct-apply` subcommand** — tracks instinct usage with confidence adjustment
|
|
50
|
+
- **`midden-review` subcommand** — lists unacknowledged failures grouped by category
|
|
51
|
+
- **`midden-acknowledge` subcommand** — marks midden entries as addressed
|
|
52
|
+
- **Pheromone content deduplication** — SHA-256 hashing prevents duplicate signals
|
|
53
|
+
- **Pheromone prompt injection sanitization** — blocks LLM instruction override attempts
|
|
54
|
+
- **Colony-prime token budget** — 8000/4000 char budget with priority-based truncation
|
|
55
|
+
- **`/ant:patrol`** — comprehensive pre-seal audit of work against plan
|
|
56
|
+
- **Colony pheromone exchange** — XML export/import for cross-colony signal sharing
|
|
57
|
+
|
|
58
|
+
### Changed
|
|
59
|
+
- **Monolith decomposition** — extracted hive-* (561 lines) and midden-* (260 lines) from aether-utils.sh to .aether/utils/
|
|
60
|
+
- **Instinct trigger format** — triggers stored without "When" prefix; display/promotion adds it
|
|
61
|
+
- **Learning-promote-auto** — recurrence-calibrated confidence formula
|
|
62
|
+
|
|
63
|
+
### Fixed
|
|
64
|
+
- **"When when" stutter** — fixed across 4 locations (seal.md, prompt-print, learning-promote-auto, oracle)
|
|
65
|
+
- **Seal hive promotion** — jq path `.instincts[]` corrected to `.memory.instincts[]`
|
|
66
|
+
- **instinct-create locking** — added trap-based lock to prevent concurrent write corruption
|
|
67
|
+
- **midden-recent-failures limit** — positional parameter fix after extraction
|
|
68
|
+
|
|
69
|
+
## [1.1.11] - 2026-02-26
|
|
70
|
+
|
|
71
|
+
### Fixed
|
|
72
|
+
- `midden-recent-failures` now reads `.entries[]` from midden.json instead of querying non-existent `.signals[]` — builders can finally see past failures
|
|
73
|
+
|
|
74
|
+
### Added
|
|
75
|
+
- `instinct-create` subcommand with deduplication and 30-instinct cap — programmatic instinct management replaces manual JSON manipulation
|
|
76
|
+
- Midden context injected into builder prompts during build waves — workers avoid repeating past mistakes
|
|
77
|
+
- Decisions auto-emit FEEDBACK pheromones (strength 0.65, TTL 30d) so builders see architectural choices
|
|
78
|
+
- `context-update constraint` now handles `feedback` type alongside `redirect` and `focus`
|
|
79
|
+
- Context-update calls added to Claude Code pheromone commands (focus, redirect, feedback)
|
|
80
|
+
- OpenCode pheromone commands brought to parity with pheromone-write + context-update calls
|
|
81
|
+
|
|
82
|
+
### Changed
|
|
83
|
+
- `continue-advance.md` instinct extraction simplified to use `instinct-create` instead of inline JSON
|
|
84
|
+
- `learning-promote-auto` now also creates instincts from promoted learnings
|
|
85
|
+
|
|
86
|
+
## [1.1.10] - 2026-02-26
|
|
87
|
+
|
|
88
|
+
### Changed
|
|
89
|
+
- `lay-eggs` is now a pure bootstrap command — sets up `.aether/` in a repo from the global hub without starting a colony
|
|
90
|
+
- `init` now assumes Aether is already set up and focuses only on starting a colony with a goal
|
|
91
|
+
- All help files, rules, and workflow documentation updated to reflect the lay-eggs/init separation
|
|
92
|
+
|
|
93
|
+
## [1.1.5] - 2026-02-23
|
|
94
|
+
|
|
95
|
+
### Added
|
|
96
|
+
- `validate-worker-response` command with caste-aware schema checks for builder/watcher/probe/scout payloads, wired into build playbooks and OpenCode build flow.
|
|
97
|
+
- `queen-thresholds`, `spawn-efficiency`, `entropy-score`, `incident-rule-add`, and `eternal-store` commands.
|
|
98
|
+
- Incident/self-evolution artifacts: `.aether/docs/INCIDENT_TEMPLATE.md`, `.aether/scripts/weekly-audit.sh`, `.aether/scripts/incident-test-add.sh`.
|
|
99
|
+
- Additional regression coverage for spawn enforcement, state lock failure handling, threshold output, worker validation, spawn efficiency, eternal memory promotion, and entropy scoring.
|
|
100
|
+
|
|
101
|
+
### Changed
|
|
102
|
+
- Spawn guard now supports hard enforcement via `spawn-can-spawn [depth] --enforce`; worker and playbook guidance updated to use enforced mode.
|
|
103
|
+
- Build orchestration guidance now refreshes `colony-prime --compact` before each worker dispatch so new pheromones/memory are visible mid-build.
|
|
104
|
+
- Promotion thresholds consolidated behind a single source of truth and reused by learning promotion/proposal/memory metric paths.
|
|
105
|
+
- `midden.template.json` extended with `spawn_metrics`.
|
|
106
|
+
|
|
107
|
+
### Fixed
|
|
108
|
+
- Locked + atomic state writes for critical mutation paths in `COLONY_STATE.json` handling (`error-add`, failure event append in `spawn-complete`, `grave-add`, schema migration, and lock-aware state-loader validation handoff).
|
|
109
|
+
- Pheromone write path now sanitizes content, validates strength bounds, and uses lock + atomic write semantics.
|
|
110
|
+
- `pheromone-expire` now promotes high-strength expired signals (`>0.8`) into eternal memory instead of silently decaying.
|
|
111
|
+
- `detectDirtyRepo` now preserves porcelain status columns for the first line (prevents staged/unstaged misclassification when parsing git status output).
|
|
112
|
+
|
|
113
|
+
---
|
|
114
|
+
|
|
115
|
+
## v5.0.0 — Worker Emergence (2026-02-20)
|
|
116
|
+
|
|
117
|
+
**Major milestone:** Every ant caste is now a real Claude Code subagent. 22 agents ship through the hub, ready for resolution via the Task tool.
|
|
118
|
+
|
|
119
|
+
### Added
|
|
120
|
+
- **22 Claude Code subagents**: Every ant caste is now a first-class subagent resolvable via the Task tool
|
|
121
|
+
- Core: Builder, Watcher
|
|
122
|
+
- Orchestration: Queen, Scout, Route-Setter, 4 Surveyors (nest, disciplines, pathogens, provisions)
|
|
123
|
+
- Specialists: Keeper, Tracker, Probe, Weaver, Auditor
|
|
124
|
+
- Niche: Chaos, Archaeologist, Gatekeeper, Includer, Measurer, Sage, Ambassador, Chronicler
|
|
125
|
+
- **Agent distribution pipeline**: `npm install -g .` syncs agents to hub at `~/.aether/system/agents-claude/`, `aether update` delivers to target repos
|
|
126
|
+
- **6 AVA tests for agent quality**: Frontmatter validation, tool restrictions, naming conventions, content standards
|
|
127
|
+
- **repo-structure.md**: Quick re-orientation guide for the codebase
|
|
128
|
+
|
|
129
|
+
### Fixed
|
|
130
|
+
- **Bash line wrapping bug**: Fixed 58 instances across 7 command files where description text was inside code blocks causing "with: command not found" errors
|
|
131
|
+
- **Lint regression test**: CLEAN-03 test scans both Claude and OpenCode command directories
|
|
132
|
+
|
|
133
|
+
### Changed
|
|
134
|
+
- **.aether/docs/ curated**: 8 keepers at root, 6 archived for reference
|
|
135
|
+
- **README.md updated**: Action-oriented tone, v5.0 agent capabilities featured, caste table by tier
|
|
136
|
+
- **ROADMAP.md and STATE.md**: v5.0 marked shipped, all 31 phases complete at 100%
|
|
137
|
+
|
|
138
|
+
### Phases Shipped
|
|
139
|
+
- **Phase 27**: Distribution Infrastructure + First Core Agents (4 plans)
|
|
140
|
+
- **Phase 28**: Orchestration Layer + Surveyor Variants (3 plans)
|
|
141
|
+
- **Phase 29**: Specialist Agents + Agent Tests (3 plans)
|
|
142
|
+
- **Phase 30**: Niche Agents (3 plans)
|
|
143
|
+
- **Phase 31**: Integration Verification + Cleanup (3 plans)
|
|
144
|
+
|
|
145
|
+
---
|
|
146
|
+
|
|
147
|
+
### Removed
|
|
148
|
+
- Old planning phases 10-19 archived to docs/plans/ (completed phases)
|
|
149
|
+
- Orphaned worktree salvage files moved to docs/worktree-salvage/
|
|
150
|
+
|
|
151
|
+
---
|
|
152
|
+
|
|
153
|
+
## v4.0.0 -- Distribution Simplification
|
|
154
|
+
|
|
155
|
+
**Breaking change:** The `runtime/` staging directory has been removed. The npm package now reads directly from `.aether/`, with private directories (data/, dreams/, oracle/, etc.) excluded by `.aether/.npmignore`.
|
|
156
|
+
|
|
157
|
+
### Changed
|
|
158
|
+
- `.aether/` is now directly included in the npm package (private dirs excluded by `.aether/.npmignore`)
|
|
159
|
+
- `bin/validate-package.sh` replaces `bin/sync-to-runtime.sh` — validates required files, no copying
|
|
160
|
+
- Hub sync uses exclude-based approach instead of triplicate 59-62 file allowlists
|
|
161
|
+
- Pre-commit hook repurposed for validation (no more runtime/ sync)
|
|
162
|
+
- `aether update` uses `syncAetherToRepo` (exclude-based) for all system file distribution
|
|
163
|
+
- All three distribution paths (system files, commands, agents) unified in `setupHub()`
|
|
164
|
+
|
|
165
|
+
### Removed
|
|
166
|
+
- `runtime/` staging directory — eliminated entirely
|
|
167
|
+
- `bin/sync-to-runtime.sh` — replaced by validation-only script
|
|
168
|
+
- `SYSTEM_FILES` allowlist arrays in cli.js and update-transaction.js
|
|
169
|
+
- `copySystemFiles()` and `syncSystemFilesWithCleanup()` functions
|
|
170
|
+
|
|
171
|
+
### Added
|
|
172
|
+
- `bin/validate-package.sh` — pre-packaging validation with `--dry-run` mode
|
|
173
|
+
- Private data exposure guard — blocks packaging if .npmignore doesn't cover private dirs
|
|
174
|
+
- Migration message for users upgrading from v3.x
|
|
175
|
+
- `npm pack --dry-run` recommended for verifying package contents
|
|
176
|
+
|
|
177
|
+
### Fixed
|
|
178
|
+
- ISSUE-004: Template path hardcoded to runtime/ — resolved by eliminating runtime/ entirely
|
|
179
|
+
|
|
180
|
+
### Migration
|
|
181
|
+
- Run `npm install -g aether-colony` to get v4.0
|
|
182
|
+
- Your colony state and data are unaffected
|
|
183
|
+
- The only change is how the package is built — distributed content is identical
|
|
184
|
+
|
|
185
|
+
---
|
|
186
|
+
|
|
8
187
|
## [3.1.5] - 2026-02-15
|
|
9
188
|
|
|
10
189
|
### Fixed
|
|
@@ -218,3 +397,180 @@ Development releases (versions 2.0.0-2.4.2) building toward stable release. Key
|
|
|
218
397
|
- 2026-02-12: CHANGELOG.md — added repo-local path migration entry
|
|
219
398
|
- 2026-02-12: README.md — Updated to describe repo-local .aether/ architecture; removed global ~/.aether/ runtime references, restructured File Structure section with repo-local paths primary
|
|
220
399
|
- 2026-02-13: bin/cli.js, update.md — Added orphan cleanup (syncDirWithCleanup), git dirty-file detection with --force stash, --dry-run preview, hub manifest generation
|
|
400
|
+
|
|
401
|
+
---
|
|
402
|
+
|
|
403
|
+
## Colony Work Log
|
|
404
|
+
|
|
405
|
+
The following entries are automatically generated by the colony during work phases.
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
## 2026-02-21
|
|
409
|
+
|
|
410
|
+
### Phase 37 — Plan 02
|
|
411
|
+
|
|
412
|
+
- **Files:** `aether-utils.sh`, `CHANGELOG.md`
|
|
413
|
+
- **Decisions:** Created changelog-append function; Added changelog-collect-plan-data helper
|
|
414
|
+
- **What Worked:** Function works correctly
|
|
415
|
+
- **Requirements:** LOG-01 addressed
|
|
416
|
+
|
|
417
|
+
### Phase 37 — Plan 99
|
|
418
|
+
|
|
419
|
+
- **Files:** `test.md`
|
|
420
|
+
- **Decisions:** Test
|
|
421
|
+
- **What Worked:** Works
|
|
422
|
+
- **Requirements:** TEST-01 addressed
|
|
423
|
+
|
|
424
|
+
### Phase 0 — Plan
|
|
425
|
+
|
|
426
|
+
## 2026-03-20
|
|
427
|
+
|
|
428
|
+
### Phase 0 — Plan 01
|
|
429
|
+
|
|
430
|
+
- **Files:** `.aether/aether-utils.sh`, `tests/bash/test-hive-init.sh`, `tests/bash/test-hive-read.sh`, `tests/bash/test-hive-integration.sh`, `tests/integration/hive-store.test.js`, `tests/unit/colony-state.test.js`
|
|
431
|
+
- **Decisions:** Hub-level lock isolation for shared files; Reuse pheromone-write sanitization pattern for user input
|
|
432
|
+
- **What Worked:** hive-init creates wisdom.json; hive-store adds/merges with dedup; hive-read filters by domain; Cross-repo lock fix
|
|
433
|
+
|
|
434
|
+
### Phase 0 — Plan 01
|
|
435
|
+
|
|
436
|
+
- **Files:** `.aether/aether-utils.sh`, `tests/bash/test-hive-abstract.sh`, `tests/bash/test-hive-promote.sh`, `tests/bash/test-hive-abstraction-pipeline.sh`
|
|
437
|
+
- **Decisions:** Orchestrator delegation via bash $0; Path stripping regex for abstraction
|
|
438
|
+
- **What Worked:** hive-abstract generalizes text; hive-promote orchestrates pipeline; Multi-repo merge works
|
|
439
|
+
|
|
440
|
+
### Phase 04 — Plan 01
|
|
441
|
+
|
|
442
|
+
- **Files:** `.claude/commands/ant/seal.md`, `.opencode/commands/ant/seal.md`, `tests/bash/test-seal-hive-promotion.sh`
|
|
443
|
+
- **Decisions:** Use --text and --source-repo for hive-promote API (not --instinct)
|
|
444
|
+
- **What Worked:** Archaeology pre-build scan catches API mismatches; Hive promotion non-blocking in seal ceremony
|
|
445
|
+
|
|
446
|
+
### Phase 05 — Plan 01
|
|
447
|
+
|
|
448
|
+
- **Files:** `.aether/aether-utils.sh`, `tests/bash/test-hive-confidence-boost.sh`
|
|
449
|
+
- **Decisions:** Confidence boosts at 2/3/4+ repo thresholds using max() for never-downgrade
|
|
450
|
+
- **What Worked:** Atomic jq pipelines preserve lock safety; awk for float math follows codebase precedent
|
|
451
|
+
|
|
452
|
+
### Phase 06 — Plan 01
|
|
453
|
+
|
|
454
|
+
- **Files:** `CLAUDE.md`
|
|
455
|
+
- **Decisions:** Document all Hive Brain features in CLAUDE.md
|
|
456
|
+
- **What Worked:** Chaos testing docs against code reveals accuracy gaps
|
|
457
|
+
|
|
458
|
+
### Phase 0 — Plan 00
|
|
459
|
+
|
|
460
|
+
- **Files:** `.aether/aether-utils.sh`, `CLAUDE.md`, `.claude/commands/ant/seal.md`, `.opencode/commands/ant/seal.md`
|
|
461
|
+
- **Decisions:** Colony sealed at Crowned Anthill; Build the Hive Brain — cross-colony wisdom intelligence layer
|
|
462
|
+
- **What Worked:** 6 phases completed; 16 wisdom proposals promoted to QUEEN.md; Hive Brain fully operational with domain-scoped retrieval and multi-repo confidence boosting
|
|
463
|
+
|
|
464
|
+
## 2026-03-21
|
|
465
|
+
|
|
466
|
+
### Phase 0 — Plan 01
|
|
467
|
+
|
|
468
|
+
- **Files:** `.aether/aether-utils.sh`, `.claude/commands/ant/seal.md`, `.opencode/commands/ant/seal.md`
|
|
469
|
+
- **Decisions:** Fix when-when stutter across 4 locations; Fix seal.md jq path .instincts to .memory.instincts; Add instinct-apply subcommand; Fix instinct-create locking bug
|
|
470
|
+
- **What Worked:** Archaeologist pre-scan catches latent bugs; Trap-based locking prevents deadlocks; 549 tests pass
|
|
471
|
+
|
|
472
|
+
### Phase 0 — Plan 01
|
|
473
|
+
|
|
474
|
+
- **Files:** `.aether/aether-utils.sh`
|
|
475
|
+
- **Decisions:** Add midden-review subcommand; Add midden-acknowledge subcommand
|
|
476
|
+
- **What Worked:** Midden feedback loop closed; 6 tests pass; Trap-based locking for acknowledge
|
|
477
|
+
|
|
478
|
+
### Phase 0 — Plan 01
|
|
479
|
+
|
|
480
|
+
- **Files:** `.aether/aether-utils.sh`, `.aether/utils/hive.sh`, `.aether/utils/midden.sh`
|
|
481
|
+
- **Decisions:** Extract hive-* subcommands to hive.sh; Extract midden-* subcommands to midden.sh; Fix limit arg bug in midden-recent-failures
|
|
482
|
+
- **What Worked:** 12004 to 11221 lines (-783); Source-and-delegate pattern proven; 576 tests pass
|
|
483
|
+
|
|
484
|
+
### Phase 0 — Plan 01
|
|
485
|
+
|
|
486
|
+
- **Files:** `TO-DOS.md`, `README.md`, `CHANGELOG.md`, `CLAUDE.md`
|
|
487
|
+
- **Decisions:** Audit TO-DOS (11 completed, 10 pending); Update README to v2.0.0; Write CHANGELOG [2.0.0]; Update CLAUDE.md counts
|
|
488
|
+
- **What Worked:** All docs reflect v2.0.0 reality; No stale version references
|
|
489
|
+
|
|
490
|
+
### Phase 0 — Plan 01
|
|
491
|
+
|
|
492
|
+
- **Files:** `package.json`, `.aether/version.json`
|
|
493
|
+
- **Decisions:** Bump version to 2.0.0; Push to hub
|
|
494
|
+
- **What Worked:** 542 tests pass; Package validated; Hub install verified
|
|
495
|
+
|
|
496
|
+
### Phase 0 — Plan 00
|
|
497
|
+
|
|
498
|
+
- **Files:** `.aether/aether-utils.sh`, `.aether/utils/hive.sh`, `.aether/utils/midden.sh`, `CLAUDE.md`, `README.md`, `package.json`
|
|
499
|
+
- **Decisions:** Colony sealed at Crowned Anthill; Ship-ready Aether v2
|
|
500
|
+
- **What Worked:** 5 phases completed; 22 wisdom proposals promoted; v2.0.0 on hub
|
|
501
|
+
|
|
502
|
+
## 2026-03-22
|
|
503
|
+
|
|
504
|
+
### Phase 0 — Plan 00
|
|
505
|
+
|
|
506
|
+
- **Files:** `.aether/utils/skills.sh`, `.aether/skills/`, `bin/cli.js`, `.claude/commands/ant/skill-create.md`
|
|
507
|
+
- **Decisions:** Colony sealed at Crowned Anthill; Implement Aether Skills Layer — smart-matched colony and domain skills for workers
|
|
508
|
+
- **What Worked:** 5 phases completed; 28 skills created (10 colony + 18 domain); skills.sh engine (502 lines); Build pipeline skill injection; Hub distribution with manifest protection; Colony wisdom promoted to QUEEN.md
|
|
509
|
+
|
|
510
|
+
## 2026-03-23
|
|
511
|
+
|
|
512
|
+
### Phase 0 — Plan 00
|
|
513
|
+
|
|
514
|
+
- **Files:** `.aether/utils/oracle/oracle.sh`, `.aether/.npmignore`, `bin/cli.js`, `.claude/commands/ant/oracle.md`
|
|
515
|
+
- **Decisions:** Colony sealed at Crowned Anthill; Fix oracle.sh distribution to installed repos
|
|
516
|
+
- **What Worked:** 4 phases completed; Oracle tmux launch path fixed; Hub state leak prevented
|
|
517
|
+
|
|
518
|
+
## 2026-03-27
|
|
519
|
+
|
|
520
|
+
### Phase 0 — Plan 00
|
|
521
|
+
|
|
522
|
+
- **Files:** `colony-state.template.json`, `colony-state-reset.jq.template`, `seal.md`, `entomb.md`, `emoji-audit.sh`, `colony-visuals/SKILL.md`, `aether-utils.sh`, `CLAUDE.md`
|
|
523
|
+
- **Decisions:** Colony sealed at Crowned Anthill v1; Add versioning to seal/entomb lifecycle and enforce consistent emoji usage
|
|
524
|
+
- **What Worked:** 5 phases completed; Colony wisdom promoted to QUEEN.md; 24 new tests added
|
|
525
|
+
|
|
526
|
+
### Phase 0 — Plan 00
|
|
527
|
+
|
|
528
|
+
- **Files:** `queen.sh`, `aether-utils.sh`, `midden.sh`, `aether-sage.md`, `test-queen-charter.test.sh`, `test-midden-bridge.sh`, `test-aether-utils.sh`
|
|
529
|
+
- **Decisions:** Colony sealed at Crowned Anthill v2; Fix seal ceremony audit issues
|
|
530
|
+
- **What Worked:** 5 phases completed; 4 instincts promoted to hive; Colony wisdom promoted to QUEEN.md
|
|
531
|
+
|
|
532
|
+
### Phase 0 — Plan 00
|
|
533
|
+
|
|
534
|
+
- **Files:** `init.md`, `seal.md`, `build-prep.md`, `build-verify.md`, `build-wave.md`, `build-context.md`, `continue-gates.md`, `continue-verify.md`, `colony-visuals/SKILL.md`
|
|
535
|
+
- **Decisions:** Colony sealed at Crowned Anthill; Enforce consistent visual styling across all Aether commands
|
|
536
|
+
- **What Worked:** 5 phases completed; Banners standardized; Spawn announcements unified; Emoji map expanded; Progress bars added
|
|
537
|
+
|
|
538
|
+
## 2026-03-28
|
|
539
|
+
|
|
540
|
+
### Phase 0 — Plan 01
|
|
541
|
+
|
|
542
|
+
- **Files:** `tests/bash/test-aether-utils.sh`
|
|
543
|
+
- **Decisions:** Replace hardcoded dates with dynamic cross-platform computation
|
|
544
|
+
- **What Worked:** Dynamic dates prevent time-based test degradation
|
|
545
|
+
|
|
546
|
+
### Phase 2 — Plan 01
|
|
547
|
+
|
|
548
|
+
- **Files:** `queen.sh`
|
|
549
|
+
- **Decisions:** Fix trap composition, JSON escaping, local declarations in queen.sh
|
|
550
|
+
- **What Worked:** Verification passed with 616 tests; Auditor found 3 HIGH pre-existing issues fixed
|
|
551
|
+
|
|
552
|
+
### Phase 0 — Plan 01
|
|
553
|
+
|
|
554
|
+
- **Files:** `queen.sh`
|
|
555
|
+
- **Decisions:** Replace sed c-command with head/tail; Add empty-file safety guards; Fix sources and priming flags
|
|
556
|
+
- **What Worked:** head/tail proven safer than sed c on macOS; empty-file guard prevents data destruction
|
|
557
|
+
|
|
558
|
+
## 2026-03-29
|
|
559
|
+
|
|
560
|
+
### Phase 4 — Plan 01
|
|
561
|
+
|
|
562
|
+
- **Files:** `init.md`, `seal.md`, `entomb.md`
|
|
563
|
+
- **Decisions:** Lifecycle commands handle colony_version via template system; Command parity maintained across Claude and OpenCode
|
|
564
|
+
- **What Worked:** Verification of init/seal/entomb colony_version handling; Cross-platform seal commit synthesis and push prompts confirmed
|
|
565
|
+
|
|
566
|
+
### Phase 0 — Plan 06
|
|
567
|
+
|
|
568
|
+
- **Files:** `spawn-tree.sh`, `spawn.sh`, `spawn-tree.test.js`
|
|
569
|
+
- **Decisions:** Replace O(n^2) bash loops with single-pass awk; Add jq validation to wrapper functions; Update test fixtures to 7-field format
|
|
570
|
+
- **What Worked:** awk single-pass parsing eliminates 4000+ subprocess forks; Test fixtures now match production format
|
|
571
|
+
- **Requirements:** spawn-tree.sh, spawn.sh, spawn-tree.test.js addressed
|
|
572
|
+
|
|
573
|
+
### Phase 7 — Plan 01
|
|
574
|
+
|
|
575
|
+
- **Files:** `.aether/data/AUDIT-REPORT.md`
|
|
576
|
+
- **Decisions:** audit-report-corrected
|