aether-colony 3.1.3 → 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.
@@ -209,6 +209,7 @@ CONSTRAINTS: (none)
209
209
  ```bash
210
210
  bash .aether/aether-utils.sh generate-ant-name "archaeologist"
211
211
  bash .aether/aether-utils.sh spawn-log "Queen" "scout" "{archaeologist_name}" "Pre-build archaeology scan"
212
+ bash .aether/aether-utils.sh swarm-display-update "{archaeologist_name}" "scout" "excavating" "Pre-build archaeology scan" "Queen" '{"read":0,"grep":0,"edit":0,"bash":0}' 0 "fungus_garden" 15
212
213
  ```
213
214
 
214
215
  Display:
@@ -217,7 +218,7 @@ CONSTRAINTS: (none)
217
218
  Scanning history of files to be modified...
218
219
  ```
219
220
 
220
- 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:
221
222
 
222
223
  ```
223
224
  You are {Archaeologist-Name}, a 🏺 Archaeologist Ant (Scout) in the Aether Colony.
@@ -257,9 +258,10 @@ CONSTRAINTS: (none)
257
258
 
258
259
  **Wait for results** (blocking — use TaskOutput with `block: true`).
259
260
 
260
- Log completion:
261
+ Log completion and update swarm display:
261
262
  ```bash
262
263
  bash .aether/aether-utils.sh spawn-complete "{archaeologist_name}" "completed" "Pre-build archaeology scan"
264
+ bash .aether/aether-utils.sh swarm-display-update "{archaeologist_name}" "scout" "completed" "Pre-build archaeology scan" "Queen" '{"read":8,"grep":5,"edit":0,"bash":2}' 100 "fungus_garden" 100
263
265
  ```
264
266
 
265
267
  3. **Store and display findings:**
@@ -350,7 +352,7 @@ Total: {N} Builders + 1 Watcher + 1 Chaos = {N+2} spawns
350
352
 
351
353
  **CRITICAL: Spawn ALL Wave 1 workers in a SINGLE message using multiple Task tool calls.**
352
354
 
353
- 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`:
354
356
 
355
357
  Log each spawn and update swarm display:
356
358
  ```bash
@@ -427,7 +429,7 @@ Before spawning:
427
429
  2. Generate name: bash .aether/aether-utils.sh generate-ant-name "{caste}"
428
430
  3. Log spawn: bash .aether/aether-utils.sh spawn-log "{your_name}" "{caste}" "{child_name}" "{task}"
429
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
430
- 5. Use Task tool with subagent_type="general"
432
+ 5. Use Task tool with subagent_type="general-purpose"
431
433
  6. After completion:
432
434
  - Log completion: bash .aether/aether-utils.sh spawn-complete "{child_name}" "{status}" "{summary}"
433
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
@@ -624,7 +626,7 @@ bash .aether/aether-utils.sh flag-list --phase {phase_number}
624
626
  ```
625
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".
626
628
 
627
- Spawn the Chaos Ant using Task tool with `subagent_type="general"`:
629
+ Spawn the Chaos Ant using Task tool with `subagent_type="general-purpose"`:
628
630
 
629
631
  **Chaos Ant Prompt:**
630
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.
@@ -218,6 +218,7 @@ CONSTRAINTS: (none)
218
218
  ```bash
219
219
  bash .aether/aether-utils.sh generate-ant-name "archaeologist"
220
220
  bash .aether/aether-utils.sh spawn-log "Queen" "scout" "{archaeologist_name}" "Pre-build archaeology scan"
221
+ bash .aether/aether-utils.sh swarm-display-update "{archaeologist_name}" "scout" "excavating" "Pre-build archaeology scan" "Queen" '{"read":0,"grep":0,"edit":0,"bash":0}' 0 "fungus_garden" 15
221
222
  ```
222
223
 
223
224
  Display:
@@ -226,7 +227,7 @@ CONSTRAINTS: (none)
226
227
  Scanning history of files to be modified...
227
228
  ```
228
229
 
229
- 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:
230
231
 
231
232
  ```
232
233
  You are {Archaeologist-Name}, a 🏺 Archaeologist Ant (Scout) in the Aether Colony.
@@ -259,9 +260,10 @@ CONSTRAINTS: (none)
259
260
 
260
261
  **Wait for results** (blocking — use TaskOutput with `block: true`).
261
262
 
262
- Log completion:
263
+ Log completion and update swarm display:
263
264
  ```bash
264
265
  bash .aether/aether-utils.sh spawn-complete "{archaeologist_name}" "completed" "Pre-build archaeology scan"
266
+ bash .aether/aether-utils.sh swarm-display-update "{archaeologist_name}" "scout" "completed" "Pre-build archaeology scan" "Queen" '{"read":8,"grep":5,"edit":0,"bash":2}' 100 "fungus_garden" 100
265
267
  ```
266
268
 
267
269
  3. **Store and display findings:**
@@ -350,7 +352,7 @@ Total: {N} Builders + 1 Watcher + 1 Chaos = {N+2} spawns
350
352
 
351
353
  **CRITICAL: Spawn ALL Wave 1 workers in a SINGLE message using multiple Task tool calls.**
352
354
 
353
- 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`:
354
356
 
355
357
  Log each spawn and update swarm display:
356
358
  ```bash
@@ -427,7 +429,7 @@ Before spawning:
427
429
  2. Generate name: bash .aether/aether-utils.sh generate-ant-name "{caste}"
428
430
  3. Log spawn: bash .aether/aether-utils.sh spawn-log "{your_name}" "{caste}" "{child_name}" "{task}"
429
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
430
- 5. Use Task tool with subagent_type="general"
432
+ 5. Use Task tool with subagent_type="general-purpose"
431
433
  6. After completion:
432
434
  - Log completion: bash .aether/aether-utils.sh spawn-complete "{child_name}" "{status}" "{summary}"
433
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
@@ -607,7 +609,7 @@ bash .aether/aether-utils.sh flag-list --phase {phase_number}
607
609
  ```
608
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".
609
611
 
610
- Spawn the Chaos Ant using Task tool with `subagent_type="general"`:
612
+ Spawn the Chaos Ant using Task tool with `subagent_type="general-purpose"`:
611
613
 
612
614
  **Chaos Ant Prompt:**
613
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,16 @@ 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
+
13
+ ## [3.1.4] - 2026-02-15
14
+
15
+ ### Fixed
16
+ - **Archaeologist Visualization** — Added swarm display integration for the Archaeologist scout (Step 4.5). The archaeologist now appears in the visual display with proper emoji (🏺), progress tracking (15% → 100%), and tool usage stats when spawned during pre-build scans. (`.claude/commands/ant/build.md`, `.opencode/commands/ant/build.md`)
17
+
8
18
  ## [3.1.3] - 2026-02-15
9
19
 
10
20
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aether-colony",
3
- "version": "3.1.3",
3
+ "version": "3.1.5",
4
4
  "description": "Multi-agent system using ant colony intelligence for Claude Code and OpenCode — workers self-organize via pheromone signals",
5
5
  "bin": {
6
6
  "aether": "bin/cli.js"
@@ -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