aether-colony 1.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/CONTEXT.md +160 -0
- package/.aether/QUEEN.md +84 -0
- package/.aether/aether-utils.sh +7749 -0
- package/.aether/docs/QUEEN-SYSTEM.md +211 -0
- package/.aether/docs/README.md +68 -0
- package/.aether/docs/caste-system.md +48 -0
- package/.aether/docs/disciplines/DISCIPLINES.md +93 -0
- package/.aether/docs/disciplines/coding-standards.md +197 -0
- package/.aether/docs/disciplines/debugging.md +207 -0
- package/.aether/docs/disciplines/learning.md +254 -0
- package/.aether/docs/disciplines/tdd.md +257 -0
- package/.aether/docs/disciplines/verification-loop.md +167 -0
- package/.aether/docs/disciplines/verification.md +116 -0
- package/.aether/docs/error-codes.md +268 -0
- package/.aether/docs/known-issues.md +233 -0
- package/.aether/docs/pheromones.md +205 -0
- package/.aether/docs/queen-commands.md +97 -0
- package/.aether/exchange/colony-registry.xml +11 -0
- package/.aether/exchange/pheromone-xml.sh +575 -0
- package/.aether/exchange/pheromones.xml +87 -0
- package/.aether/exchange/queen-wisdom.xml +14 -0
- package/.aether/exchange/registry-xml.sh +273 -0
- package/.aether/exchange/wisdom-xml.sh +319 -0
- package/.aether/midden/approach-changes.md +5 -0
- package/.aether/midden/build-failures.md +5 -0
- package/.aether/midden/test-failures.md +5 -0
- package/.aether/model-profiles.yaml +100 -0
- package/.aether/rules/aether-colony.md +134 -0
- package/.aether/schemas/aether-types.xsd +255 -0
- package/.aether/schemas/colony-registry.xsd +309 -0
- package/.aether/schemas/example-prompt-builder.xml +234 -0
- package/.aether/schemas/pheromone.xsd +163 -0
- package/.aether/schemas/prompt.xsd +416 -0
- package/.aether/schemas/queen-wisdom.xsd +325 -0
- package/.aether/schemas/worker-priming.xsd +276 -0
- package/.aether/templates/QUEEN.md.template +79 -0
- package/.aether/templates/colony-state-reset.jq.template +22 -0
- package/.aether/templates/colony-state.template.json +35 -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 +7 -0
- package/.aether/templates/pheromones.template.json +6 -0
- package/.aether/templates/session.template.json +9 -0
- package/.aether/utils/atomic-write.sh +219 -0
- package/.aether/utils/chamber-compare.sh +193 -0
- package/.aether/utils/chamber-utils.sh +297 -0
- package/.aether/utils/colorize-log.sh +132 -0
- package/.aether/utils/error-handler.sh +212 -0
- package/.aether/utils/file-lock.sh +158 -0
- package/.aether/utils/queen-to-md.xsl +395 -0
- package/.aether/utils/semantic-cli.sh +413 -0
- package/.aether/utils/spawn-tree.sh +428 -0
- package/.aether/utils/spawn-with-model.sh +56 -0
- package/.aether/utils/state-loader.sh +215 -0
- package/.aether/utils/swarm-display.sh +268 -0
- package/.aether/utils/watch-spawn-tree.sh +253 -0
- package/.aether/utils/xml-compose.sh +253 -0
- package/.aether/utils/xml-convert.sh +273 -0
- package/.aether/utils/xml-core.sh +186 -0
- package/.aether/utils/xml-query.sh +201 -0
- package/.aether/utils/xml-utils.sh +110 -0
- package/.aether/workers.md +765 -0
- package/.claude/agents/ant/aether-ambassador.md +264 -0
- package/.claude/agents/ant/aether-archaeologist.md +322 -0
- package/.claude/agents/ant/aether-auditor.md +266 -0
- package/.claude/agents/ant/aether-builder.md +187 -0
- package/.claude/agents/ant/aether-chaos.md +268 -0
- package/.claude/agents/ant/aether-chronicler.md +304 -0
- package/.claude/agents/ant/aether-gatekeeper.md +325 -0
- package/.claude/agents/ant/aether-includer.md +373 -0
- package/.claude/agents/ant/aether-keeper.md +271 -0
- package/.claude/agents/ant/aether-measurer.md +317 -0
- package/.claude/agents/ant/aether-probe.md +210 -0
- package/.claude/agents/ant/aether-queen.md +325 -0
- package/.claude/agents/ant/aether-route-setter.md +173 -0
- package/.claude/agents/ant/aether-sage.md +353 -0
- package/.claude/agents/ant/aether-scout.md +142 -0
- package/.claude/agents/ant/aether-surveyor-disciplines.md +416 -0
- package/.claude/agents/ant/aether-surveyor-nest.md +354 -0
- package/.claude/agents/ant/aether-surveyor-pathogens.md +288 -0
- package/.claude/agents/ant/aether-surveyor-provisions.md +359 -0
- package/.claude/agents/ant/aether-tracker.md +265 -0
- package/.claude/agents/ant/aether-watcher.md +244 -0
- package/.claude/agents/ant/aether-weaver.md +247 -0
- package/.claude/commands/ant/archaeology.md +341 -0
- package/.claude/commands/ant/build.md +1160 -0
- package/.claude/commands/ant/chaos.md +349 -0
- package/.claude/commands/ant/colonize.md +270 -0
- package/.claude/commands/ant/continue.md +1070 -0
- package/.claude/commands/ant/council.md +309 -0
- package/.claude/commands/ant/dream.md +265 -0
- package/.claude/commands/ant/entomb.md +487 -0
- package/.claude/commands/ant/feedback.md +78 -0
- package/.claude/commands/ant/flag.md +139 -0
- package/.claude/commands/ant/flags.md +155 -0
- package/.claude/commands/ant/focus.md +58 -0
- package/.claude/commands/ant/help.md +122 -0
- package/.claude/commands/ant/history.md +137 -0
- package/.claude/commands/ant/init.md +409 -0
- package/.claude/commands/ant/interpret.md +267 -0
- package/.claude/commands/ant/lay-eggs.md +201 -0
- package/.claude/commands/ant/maturity.md +102 -0
- package/.claude/commands/ant/memory-details.md +77 -0
- package/.claude/commands/ant/migrate-state.md +165 -0
- package/.claude/commands/ant/oracle.md +387 -0
- package/.claude/commands/ant/organize.md +227 -0
- package/.claude/commands/ant/pause-colony.md +247 -0
- package/.claude/commands/ant/phase.md +126 -0
- package/.claude/commands/ant/plan.md +544 -0
- package/.claude/commands/ant/redirect.md +58 -0
- package/.claude/commands/ant/resume-colony.md +182 -0
- package/.claude/commands/ant/resume.md +363 -0
- package/.claude/commands/ant/seal.md +306 -0
- package/.claude/commands/ant/status.md +272 -0
- package/.claude/commands/ant/swarm.md +361 -0
- package/.claude/commands/ant/tunnels.md +425 -0
- package/.claude/commands/ant/update.md +209 -0
- package/.claude/commands/ant/verify-castes.md +95 -0
- package/.claude/commands/ant/watch.md +238 -0
- package/.opencode/agents/aether-ambassador.md +140 -0
- package/.opencode/agents/aether-archaeologist.md +108 -0
- package/.opencode/agents/aether-auditor.md +144 -0
- package/.opencode/agents/aether-builder.md +184 -0
- package/.opencode/agents/aether-chaos.md +115 -0
- package/.opencode/agents/aether-chronicler.md +122 -0
- package/.opencode/agents/aether-gatekeeper.md +116 -0
- package/.opencode/agents/aether-includer.md +117 -0
- package/.opencode/agents/aether-keeper.md +177 -0
- package/.opencode/agents/aether-measurer.md +128 -0
- package/.opencode/agents/aether-probe.md +133 -0
- package/.opencode/agents/aether-queen.md +286 -0
- package/.opencode/agents/aether-route-setter.md +130 -0
- package/.opencode/agents/aether-sage.md +106 -0
- package/.opencode/agents/aether-scout.md +101 -0
- package/.opencode/agents/aether-surveyor-disciplines.md +386 -0
- package/.opencode/agents/aether-surveyor-nest.md +324 -0
- package/.opencode/agents/aether-surveyor-pathogens.md +259 -0
- package/.opencode/agents/aether-surveyor-provisions.md +329 -0
- package/.opencode/agents/aether-tracker.md +137 -0
- package/.opencode/agents/aether-watcher.md +174 -0
- package/.opencode/agents/aether-weaver.md +130 -0
- package/.opencode/commands/ant/archaeology.md +338 -0
- package/.opencode/commands/ant/build.md +1200 -0
- package/.opencode/commands/ant/chaos.md +346 -0
- package/.opencode/commands/ant/colonize.md +202 -0
- package/.opencode/commands/ant/continue.md +938 -0
- package/.opencode/commands/ant/council.md +305 -0
- package/.opencode/commands/ant/dream.md +262 -0
- package/.opencode/commands/ant/entomb.md +367 -0
- package/.opencode/commands/ant/feedback.md +80 -0
- package/.opencode/commands/ant/flag.md +137 -0
- package/.opencode/commands/ant/flags.md +153 -0
- package/.opencode/commands/ant/focus.md +56 -0
- package/.opencode/commands/ant/help.md +124 -0
- package/.opencode/commands/ant/history.md +127 -0
- package/.opencode/commands/ant/init.md +337 -0
- package/.opencode/commands/ant/interpret.md +256 -0
- package/.opencode/commands/ant/lay-eggs.md +141 -0
- package/.opencode/commands/ant/maturity.md +92 -0
- package/.opencode/commands/ant/memory-details.md +77 -0
- package/.opencode/commands/ant/migrate-state.md +153 -0
- package/.opencode/commands/ant/oracle.md +338 -0
- package/.opencode/commands/ant/organize.md +224 -0
- package/.opencode/commands/ant/pause-colony.md +220 -0
- package/.opencode/commands/ant/phase.md +123 -0
- package/.opencode/commands/ant/plan.md +531 -0
- package/.opencode/commands/ant/redirect.md +67 -0
- package/.opencode/commands/ant/resume-colony.md +178 -0
- package/.opencode/commands/ant/resume.md +363 -0
- package/.opencode/commands/ant/seal.md +247 -0
- package/.opencode/commands/ant/status.md +272 -0
- package/.opencode/commands/ant/swarm.md +357 -0
- package/.opencode/commands/ant/tunnels.md +406 -0
- package/.opencode/commands/ant/update.md +191 -0
- package/.opencode/commands/ant/verify-castes.md +85 -0
- package/.opencode/commands/ant/watch.md +220 -0
- package/.opencode/opencode.json +3 -0
- package/CHANGELOG.md +325 -0
- package/DISCLAIMER.md +74 -0
- package/LICENSE +21 -0
- package/README.md +258 -0
- package/bin/cli.js +2436 -0
- package/bin/generate-commands.sh +291 -0
- package/bin/lib/caste-colors.js +57 -0
- package/bin/lib/colors.js +76 -0
- package/bin/lib/errors.js +255 -0
- package/bin/lib/event-types.js +190 -0
- package/bin/lib/file-lock.js +695 -0
- package/bin/lib/init.js +454 -0
- package/bin/lib/logger.js +242 -0
- package/bin/lib/model-profiles.js +445 -0
- package/bin/lib/model-verify.js +288 -0
- package/bin/lib/nestmate-loader.js +130 -0
- package/bin/lib/proxy-health.js +253 -0
- package/bin/lib/spawn-logger.js +266 -0
- package/bin/lib/state-guard.js +602 -0
- package/bin/lib/state-sync.js +516 -0
- package/bin/lib/telemetry.js +441 -0
- package/bin/lib/update-transaction.js +1454 -0
- package/bin/npx-install.js +178 -0
- package/bin/sync-to-runtime.sh +6 -0
- package/bin/validate-package.sh +88 -0
- package/package.json +70 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Callum Cowie
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
```
|
|
4
|
+
ββββββ ββββββββββββββββββββ ββββββββββββββββββ
|
|
5
|
+
ββββββββββββββββββββββββββββ βββββββββββββββββββ
|
|
6
|
+
ββββββββββββββ βββ ββββββββββββββ ββββββββ
|
|
7
|
+
ββββββββββββββ βββ ββββββββββββββ ββββββββ
|
|
8
|
+
βββ βββββββββββ βββ βββ ββββββββββββββ βββ
|
|
9
|
+
βββ βββββββββββ βββ βββ ββββββββββββββ βββ
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
**Multi-agent system using ant colony intelligence for Claude Code and OpenCode**
|
|
13
|
+
|
|
14
|
+
[](https://www.npmjs.com/package/aether-colony)
|
|
15
|
+
[](https://opensource.org/licenses/MIT)
|
|
16
|
+
|
|
17
|
+
**v1.1.0**
|
|
18
|
+
</div>
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## What Is Aether?
|
|
23
|
+
|
|
24
|
+
Aether brings **ant colony intelligence** to Claude Code and OpenCode. Instead of one agent doing everything sequentially, you get a colony of specialists that self-organize around your goal.
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
π Queen (you)
|
|
28
|
+
β
|
|
29
|
+
βΌ pheromone signals
|
|
30
|
+
β
|
|
31
|
+
π Workers spawn Workers (max depth 3)
|
|
32
|
+
β
|
|
33
|
+
βββ π¨π Builders β implement code
|
|
34
|
+
βββ ποΈπ Watchers β verify & test
|
|
35
|
+
βββ ππ Scouts β research docs
|
|
36
|
+
βββ ππ Trackers β investigate bugs
|
|
37
|
+
βββ πΊοΈπ Colonizers β explore codebases (4 parallel scouts)
|
|
38
|
+
βββ ππ Route-setters β plan phases
|
|
39
|
+
βββ πΊπ Archaeologists β excavate git history
|
|
40
|
+
βββ π²π Chaos Ants β resilience testing
|
|
41
|
+
βββ ππ Keepers β preserve knowledge
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
When a Builder hits something complex, it spawns a Scout to research. When code is written, a Watcher spawns to verify. **The colony adapts to the problem.**
|
|
45
|
+
|
|
46
|
+
### Key Features
|
|
47
|
+
|
|
48
|
+
- **9 Active Agent Types** β Real subagents spawned by commands
|
|
49
|
+
- **35 Slash Commands** β Lifecycle, research, coordination, and utility
|
|
50
|
+
- **Real Agent Spawning** β Run `/ant:build 1` and real builders spawn
|
|
51
|
+
- **6-Phase Verification** β Build, types, lint, tests, security, diff
|
|
52
|
+
- **Colony Memory** β Learnings and instincts persist across sessions
|
|
53
|
+
- **Pheromone Signals** β Focus, Redirect, Feedback to steer the colony
|
|
54
|
+
- **Pause/Resume** β Full state serialization for context breaks
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
## Quick Start
|
|
59
|
+
|
|
60
|
+
### Prerequisites
|
|
61
|
+
|
|
62
|
+
- [Claude Code](https://claude.ai/code) or [OpenCode](https://opencode.ai)
|
|
63
|
+
- Node.js >= 16
|
|
64
|
+
- `jq` β `brew install jq` on macOS
|
|
65
|
+
|
|
66
|
+
### Installation
|
|
67
|
+
|
|
68
|
+
```bash
|
|
69
|
+
# NPX installer (recommended)
|
|
70
|
+
npx aether-colony install
|
|
71
|
+
|
|
72
|
+
# Or npm global install
|
|
73
|
+
npm install -g aether-colony
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
### Your First Colony
|
|
77
|
+
|
|
78
|
+
Open Claude Code in any repo:
|
|
79
|
+
|
|
80
|
+
```bash
|
|
81
|
+
/ant:init "Build a REST API with authentication"
|
|
82
|
+
/ant:plan
|
|
83
|
+
/ant:build 1
|
|
84
|
+
/ant:continue
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
|
|
89
|
+
## Command Reference
|
|
90
|
+
|
|
91
|
+
### Core Lifecycle
|
|
92
|
+
|
|
93
|
+
| Command | Description |
|
|
94
|
+
|---------|-------------|
|
|
95
|
+
| `/ant:init "goal"` | Initialize colony with mission |
|
|
96
|
+
| `/ant:plan` | Generate phased roadmap |
|
|
97
|
+
| `/ant:build N` | Execute phase N with worker waves |
|
|
98
|
+
| `/ant:continue` | 6-phase verification, advance to next phase |
|
|
99
|
+
| `/ant:pause-colony` | Save state for context break |
|
|
100
|
+
| `/ant:resume-colony` | Restore from pause |
|
|
101
|
+
| `/ant:seal` | Complete and archive colony |
|
|
102
|
+
|
|
103
|
+
**Core Flow:**
|
|
104
|
+
```
|
|
105
|
+
/ant:init β /ant:plan β /ant:build 1 β /ant:continue β /ant:build 2 β ... β /ant:seal
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
### Research & Analysis
|
|
109
|
+
|
|
110
|
+
| Command | Description |
|
|
111
|
+
|---------|-------------|
|
|
112
|
+
| `/ant:colonize` | 4 parallel scouts analyze your codebase |
|
|
113
|
+
| `/ant:archaeology <path>` | Excavate git history for any file |
|
|
114
|
+
| `/ant:chaos <target>` | Resilience testing, edge case probing |
|
|
115
|
+
| `/ant:swarm ["problem"]` | 4 parallel scouts for stubborn bugs |
|
|
116
|
+
| `/ant:dream` | Philosophical codebase wanderer |
|
|
117
|
+
| `/ant:organize` | Codebase hygiene report |
|
|
118
|
+
|
|
119
|
+
### Coordination
|
|
120
|
+
|
|
121
|
+
| Command | Description |
|
|
122
|
+
|---------|-------------|
|
|
123
|
+
| `/ant:council` | Clarify intent via multi-choice questions |
|
|
124
|
+
| `/ant:focus "area"` | FOCUS signal β guide attention |
|
|
125
|
+
| `/ant:redirect "pattern"` | REDIRECT signal β hard constraint |
|
|
126
|
+
| `/ant:feedback "msg"` | FEEDBACK signal β teach preferences |
|
|
127
|
+
|
|
128
|
+
### Visibility
|
|
129
|
+
|
|
130
|
+
| Command | Description |
|
|
131
|
+
|---------|-------------|
|
|
132
|
+
| `/ant:status` | Colony overview |
|
|
133
|
+
| `/ant:watch` | Real-time swarm display |
|
|
134
|
+
| `/ant:history` | Recent activity log |
|
|
135
|
+
| `/ant:flags` | List blockers and issues |
|
|
136
|
+
| `/ant:memory-details` | Wisdom, pending promotions, failures |
|
|
137
|
+
| `/ant:help` | Full command reference |
|
|
138
|
+
|
|
139
|
+
---
|
|
140
|
+
|
|
141
|
+
## The Active Castes
|
|
142
|
+
|
|
143
|
+
These agents are spawned by commands:
|
|
144
|
+
|
|
145
|
+
| Caste | Role | Spawned By |
|
|
146
|
+
|-------|------|------------|
|
|
147
|
+
| π **Queen** | Orchestrates, spawns workers | You (the user) |
|
|
148
|
+
| π¨ **Builder** | Writes code, TDD-first | `/ant:build` |
|
|
149
|
+
| ποΈ **Watcher** | Tests, validates | `/ant:build` |
|
|
150
|
+
| π **Scout** | Researches, discovers | `/ant:build`, `/ant:oracle`, `/ant:swarm` |
|
|
151
|
+
| π **Tracker** | Investigates bugs | `/ant:swarm` |
|
|
152
|
+
| πΊοΈ **Surveyor** | Explores codebases | `/ant:colonize` (4 parallel) |
|
|
153
|
+
| π **Route-Setter** | Plans phases | `/ant:plan` |
|
|
154
|
+
| πΊ **Archaeologist** | Excavates git history | `/ant:archaeology`, `/ant:build` |
|
|
155
|
+
| π² **Chaos** | Resilience testing | `/ant:chaos`, `/ant:build` |
|
|
156
|
+
| π **Keeper** | Preserves knowledge | `/ant:continue` |
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
|
|
160
|
+
## Spawn Depth
|
|
161
|
+
|
|
162
|
+
```
|
|
163
|
+
π Queen (depth 0)
|
|
164
|
+
βββ π¨π Builder-1 (depth 1) β can spawn 4 more
|
|
165
|
+
βββ ππ Scout-7 (depth 2) β can spawn 2 more
|
|
166
|
+
β βββ ππ Scout-12 (depth 3) β no more spawning
|
|
167
|
+
βββ ποΈπ Watcher-3 (depth 2)
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
## 6-Phase Verification
|
|
173
|
+
|
|
174
|
+
Before any phase advances:
|
|
175
|
+
|
|
176
|
+
| Gate | Check |
|
|
177
|
+
|------|-------|
|
|
178
|
+
| Build | Project compiles/bundles |
|
|
179
|
+
| Types | Type checker passes |
|
|
180
|
+
| Lint | Linter passes |
|
|
181
|
+
| Tests | All tests pass |
|
|
182
|
+
| Security | No exposed secrets |
|
|
183
|
+
| Diff | Review changes |
|
|
184
|
+
|
|
185
|
+
---
|
|
186
|
+
|
|
187
|
+
## File Structure
|
|
188
|
+
|
|
189
|
+
```
|
|
190
|
+
<your-repo>/.aether/ # Repo-local runtime
|
|
191
|
+
βββ QUEEN.md # Colony wisdom
|
|
192
|
+
βββ workers.md # Worker specs
|
|
193
|
+
βββ aether-utils.sh # Utility layer (80+ subcommands)
|
|
194
|
+
β
|
|
195
|
+
βββ docs/ # Documentation
|
|
196
|
+
βββ utils/ # Utility scripts
|
|
197
|
+
βββ templates/ # File templates
|
|
198
|
+
β
|
|
199
|
+
βββ data/ # State (NEVER synced)
|
|
200
|
+
β βββ COLONY_STATE.json # Goal, plan, memory
|
|
201
|
+
β βββ constraints.json # Focus and redirects
|
|
202
|
+
β βββ pheromones.json # Signal tracking
|
|
203
|
+
β βββ midden/ # Failure tracking
|
|
204
|
+
β
|
|
205
|
+
βββ dreams/ # Session notes
|
|
206
|
+
βββ chambers/ # Archived colonies
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
---
|
|
210
|
+
|
|
211
|
+
## Pheromone Signals
|
|
212
|
+
|
|
213
|
+
| Signal | Command | Use When |
|
|
214
|
+
|--------|---------|----------|
|
|
215
|
+
| FOCUS | `/ant:focus "area"` | "Pay attention here" |
|
|
216
|
+
| REDIRECT | `/ant:redirect "avoid"` | "Don't do this" |
|
|
217
|
+
| FEEDBACK | `/ant:feedback "note"` | "Adjust based on this" |
|
|
218
|
+
|
|
219
|
+
---
|
|
220
|
+
|
|
221
|
+
## Typical Workflow
|
|
222
|
+
|
|
223
|
+
```
|
|
224
|
+
1. /ant:init "Build feature X" # Set the goal
|
|
225
|
+
2. /ant:colonize # Analyze codebase (optional)
|
|
226
|
+
3. /ant:plan # Generate phases
|
|
227
|
+
4. /ant:build 1 # Execute phase 1
|
|
228
|
+
5. /ant:continue # Verify, advance
|
|
229
|
+
6. Repeat until done
|
|
230
|
+
7. /ant:seal # Complete and archive
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
---
|
|
234
|
+
|
|
235
|
+
## Safety Features
|
|
236
|
+
|
|
237
|
+
- **File Locking** β Prevents concurrent modification
|
|
238
|
+
- **Atomic Writes** β Temp file + rename pattern
|
|
239
|
+
- **State Validation** β Schema validation
|
|
240
|
+
- **Session Freshness Detection** β Stale sessions handled
|
|
241
|
+
|
|
242
|
+
---
|
|
243
|
+
|
|
244
|
+
## CLI Commands
|
|
245
|
+
|
|
246
|
+
```bash
|
|
247
|
+
aether version # View version
|
|
248
|
+
aether update # Update system files from hub
|
|
249
|
+
aether update --all # Update all registered repos
|
|
250
|
+
aether telemetry # View usage stats
|
|
251
|
+
aether spawn-tree # Display worker spawn tree
|
|
252
|
+
```
|
|
253
|
+
|
|
254
|
+
---
|
|
255
|
+
|
|
256
|
+
## License
|
|
257
|
+
|
|
258
|
+
MIT
|