aether-colony 3.1.4 → 3.1.5
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/.claude/commands/ant/build.md +4 -4
- package/.claude/commands/ant/organize.md +1 -1
- package/.claude/commands/ant/plan.md +2 -2
- package/.opencode/commands/ant/build.md +4 -4
- package/.opencode/commands/ant/organize.md +1 -1
- package/.opencode/commands/ant/plan.md +2 -2
- package/CHANGELOG.md +5 -0
- package/package.json +1 -1
- package/runtime/workers.md +2 -2
|
@@ -218,7 +218,7 @@ CONSTRAINTS: (none)
|
|
|
218
218
|
Scanning history of files to be modified...
|
|
219
219
|
```
|
|
220
220
|
|
|
221
|
-
Spawn a Scout (using Task tool with `subagent_type="general"`) with this prompt:
|
|
221
|
+
Spawn a Scout (using Task tool with `subagent_type="general-purpose"`) with this prompt:
|
|
222
222
|
|
|
223
223
|
```
|
|
224
224
|
You are {Archaeologist-Name}, a 🏺 Archaeologist Ant (Scout) in the Aether Colony.
|
|
@@ -352,7 +352,7 @@ Total: {N} Builders + 1 Watcher + 1 Chaos = {N+2} spawns
|
|
|
352
352
|
|
|
353
353
|
**CRITICAL: Spawn ALL Wave 1 workers in a SINGLE message using multiple Task tool calls.**
|
|
354
354
|
|
|
355
|
-
For each Wave 1 task, use Task tool with `subagent_type="general"` and `run_in_background: true`:
|
|
355
|
+
For each Wave 1 task, use Task tool with `subagent_type="general-purpose"` and `run_in_background: true`:
|
|
356
356
|
|
|
357
357
|
Log each spawn and update swarm display:
|
|
358
358
|
```bash
|
|
@@ -429,7 +429,7 @@ Before spawning:
|
|
|
429
429
|
2. Generate name: bash .aether/aether-utils.sh generate-ant-name "{caste}"
|
|
430
430
|
3. Log spawn: bash .aether/aether-utils.sh spawn-log "{your_name}" "{caste}" "{child_name}" "{task}"
|
|
431
431
|
4. Update swarm display: bash .aether/aether-utils.sh swarm-display-update "{child_name}" "{caste}" "excavating" "{task}" "{your_name}" '{"read":0,"grep":0,"edit":0,"bash":0}' 0 "fungus_garden" 10
|
|
432
|
-
5. Use Task tool with subagent_type="general"
|
|
432
|
+
5. Use Task tool with subagent_type="general-purpose"
|
|
433
433
|
6. After completion:
|
|
434
434
|
- Log completion: bash .aether/aether-utils.sh spawn-complete "{child_name}" "{status}" "{summary}"
|
|
435
435
|
- Update swarm display: bash .aether/aether-utils.sh swarm-display-update "{child_name}" "{caste}" "completed" "{task}" "{your_name}" '{"read":5,"grep":3,"edit":2,"bash":1}' 100 "fungus_garden" 100
|
|
@@ -626,7 +626,7 @@ bash .aether/aether-utils.sh flag-list --phase {phase_number}
|
|
|
626
626
|
```
|
|
627
627
|
Parse the result and extract unresolved flag titles into a list: `{existing_flag_titles}` (comma-separated titles from `.result.flags[].title`). If no flags exist, set `{existing_flag_titles}` to "None".
|
|
628
628
|
|
|
629
|
-
Spawn the Chaos Ant using Task tool with `subagent_type="general"`:
|
|
629
|
+
Spawn the Chaos Ant using Task tool with `subagent_type="general-purpose"`:
|
|
630
630
|
|
|
631
631
|
**Chaos Ant Prompt:**
|
|
632
632
|
```
|
|
@@ -48,7 +48,7 @@ If no active signals after filtering:
|
|
|
48
48
|
|
|
49
49
|
Read `.aether/workers.md` and extract the `## Architect` section.
|
|
50
50
|
|
|
51
|
-
Spawn via **Task tool** with `subagent_type="general"`:
|
|
51
|
+
Spawn via **Task tool** with `subagent_type="general-purpose"`:
|
|
52
52
|
|
|
53
53
|
```
|
|
54
54
|
--- WORKER SPEC ---
|
|
@@ -123,7 +123,7 @@ while iteration < 50 AND confidence < 95:
|
|
|
123
123
|
|
|
124
124
|
# === RESEARCH PHASE ===
|
|
125
125
|
|
|
126
|
-
Spawn Research Ant (Scout) via Task tool with subagent_type="general":
|
|
126
|
+
Spawn Research Ant (Scout) via Task tool with subagent_type="general-purpose":
|
|
127
127
|
|
|
128
128
|
"""
|
|
129
129
|
You are a Scout Ant in the Aether Colony.
|
|
@@ -173,7 +173,7 @@ while iteration < 50 AND confidence < 95:
|
|
|
173
173
|
|
|
174
174
|
# === PLANNING PHASE ===
|
|
175
175
|
|
|
176
|
-
Spawn Planning Ant (Route-Setter) via Task tool with subagent_type="general":
|
|
176
|
+
Spawn Planning Ant (Route-Setter) via Task tool with subagent_type="general-purpose":
|
|
177
177
|
|
|
178
178
|
"""
|
|
179
179
|
You are a Route-Setter Ant in the Aether Colony.
|
|
@@ -227,7 +227,7 @@ CONSTRAINTS: (none)
|
|
|
227
227
|
Scanning history of files to be modified...
|
|
228
228
|
```
|
|
229
229
|
|
|
230
|
-
Spawn a Scout (using Task tool with `subagent_type="general"`) with this prompt:
|
|
230
|
+
Spawn a Scout (using Task tool with `subagent_type="general-purpose"`) with this prompt:
|
|
231
231
|
|
|
232
232
|
```
|
|
233
233
|
You are {Archaeologist-Name}, a 🏺 Archaeologist Ant (Scout) in the Aether Colony.
|
|
@@ -352,7 +352,7 @@ Total: {N} Builders + 1 Watcher + 1 Chaos = {N+2} spawns
|
|
|
352
352
|
|
|
353
353
|
**CRITICAL: Spawn ALL Wave 1 workers in a SINGLE message using multiple Task tool calls.**
|
|
354
354
|
|
|
355
|
-
For each Wave 1 task, use Task tool with `subagent_type="general"` and `run_in_background: true`:
|
|
355
|
+
For each Wave 1 task, use Task tool with `subagent_type="general-purpose"` and `run_in_background: true`:
|
|
356
356
|
|
|
357
357
|
Log each spawn and update swarm display:
|
|
358
358
|
```bash
|
|
@@ -429,7 +429,7 @@ Before spawning:
|
|
|
429
429
|
2. Generate name: bash .aether/aether-utils.sh generate-ant-name "{caste}"
|
|
430
430
|
3. Log spawn: bash .aether/aether-utils.sh spawn-log "{your_name}" "{caste}" "{child_name}" "{task}"
|
|
431
431
|
4. Update swarm display: bash .aether/aether-utils.sh swarm-display-update "{child_name}" "{caste}" "excavating" "{task}" "{your_name}" '{"read":0,"grep":0,"edit":0,"bash":0}' 0 "fungus_garden" 10
|
|
432
|
-
5. Use Task tool with subagent_type="general"
|
|
432
|
+
5. Use Task tool with subagent_type="general-purpose"
|
|
433
433
|
6. After completion:
|
|
434
434
|
- Log completion: bash .aether/aether-utils.sh spawn-complete "{child_name}" "{status}" "{summary}"
|
|
435
435
|
- Update swarm display: bash .aether/aether-utils.sh swarm-display-update "{child_name}" "{caste}" "completed" "{task}" "{your_name}" '{"read":5,"grep":3,"edit":2,"bash":1}' 100 "fungus_garden" 100
|
|
@@ -609,7 +609,7 @@ bash .aether/aether-utils.sh flag-list --phase {phase_number}
|
|
|
609
609
|
```
|
|
610
610
|
Parse the result and extract unresolved flag titles into a list: `{existing_flag_titles}` (comma-separated titles from `.result.flags[].title`). If no flags exist, set `{existing_flag_titles}` to "None".
|
|
611
611
|
|
|
612
|
-
Spawn the Chaos Ant using Task tool with `subagent_type="general"`:
|
|
612
|
+
Spawn the Chaos Ant using Task tool with `subagent_type="general-purpose"`:
|
|
613
613
|
|
|
614
614
|
**Chaos Ant Prompt:**
|
|
615
615
|
```
|
|
@@ -48,7 +48,7 @@ If no active signals after filtering:
|
|
|
48
48
|
|
|
49
49
|
Read `.aether/workers.md` and extract the `## Architect` section.
|
|
50
50
|
|
|
51
|
-
Spawn via **Task tool** with `subagent_type="general"`:
|
|
51
|
+
Spawn via **Task tool** with `subagent_type="general-purpose"`:
|
|
52
52
|
|
|
53
53
|
```
|
|
54
54
|
--- WORKER SPEC ---
|
|
@@ -106,7 +106,7 @@ while iteration < 50 AND confidence < 95:
|
|
|
106
106
|
|
|
107
107
|
# === RESEARCH PHASE ===
|
|
108
108
|
|
|
109
|
-
Spawn Research Ant (Scout) via Task tool with subagent_type="general":
|
|
109
|
+
Spawn Research Ant (Scout) via Task tool with subagent_type="general-purpose":
|
|
110
110
|
|
|
111
111
|
"""
|
|
112
112
|
You are a Scout Ant in the Aether Colony.
|
|
@@ -156,7 +156,7 @@ while iteration < 50 AND confidence < 95:
|
|
|
156
156
|
|
|
157
157
|
# === PLANNING PHASE ===
|
|
158
158
|
|
|
159
|
-
Spawn Planning Ant (Route-Setter) via Task tool with subagent_type="general":
|
|
159
|
+
Spawn Planning Ant (Route-Setter) via Task tool with subagent_type="general-purpose":
|
|
160
160
|
|
|
161
161
|
"""
|
|
162
162
|
You are a Route-Setter Ant in the Aether Colony.
|
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ 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
|
+
## [3.1.5] - 2026-02-15
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- **Agent Type Correction** — Changed all occurrences of `subagent_type="general"` to `subagent_type="general-purpose"` across all command files. The error "Agent type 'general' not found" was occurring because the correct agent type name is `general-purpose`. Fixed in: build.md, plan.md, organize.md, and workers.md (both Claude and OpenCode versions, plus runtime copy). (`.claude/commands/ant/build.md`, `.claude/commands/ant/plan.md`, `.claude/commands/ant/organize.md`, `.opencode/commands/ant/build.md`, `.opencode/commands/ant/plan.md`, `.opencode/commands/ant/organize.md`, `.aether/workers.md`, `runtime/workers.md`)
|
|
12
|
+
|
|
8
13
|
## [3.1.4] - 2026-02-15
|
|
9
14
|
|
|
10
15
|
### Fixed
|
package/package.json
CHANGED
package/runtime/workers.md
CHANGED
|
@@ -266,7 +266,7 @@ Actions: CREATED (path + lines), MODIFIED (path), RESEARCH (finding), SPAWN (cas
|
|
|
266
266
|
|
|
267
267
|
### Spawning Sub-Workers
|
|
268
268
|
|
|
269
|
-
Workers can spawn sub-workers directly using the **Task tool** with `subagent_type="general"`.
|
|
269
|
+
Workers can spawn sub-workers directly using the **Task tool** with `subagent_type="general-purpose"`.
|
|
270
270
|
|
|
271
271
|
**Depth-Based Behavior:**
|
|
272
272
|
|
|
@@ -318,7 +318,7 @@ bash .aether/aether-utils.sh swarm-display-update "{child_name}" "{child_caste}"
|
|
|
318
318
|
|
|
319
319
|
**Step 4: Use Task tool**
|
|
320
320
|
```
|
|
321
|
-
Use the Task tool with subagent_type="general":
|
|
321
|
+
Use the Task tool with subagent_type="general-purpose":
|
|
322
322
|
|
|
323
323
|
You are {child_name}, a {emoji} {Caste} Ant in the Aether Colony at depth {your_depth + 1}.
|
|
324
324
|
|