aether-colony 1.1.0 → 1.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/.aether/QUEEN.md +67 -3
- package/.aether/aether-utils.sh +2288 -323
- package/.aether/agents-claude/aether-ambassador.md +264 -0
- package/.aether/agents-claude/aether-archaeologist.md +322 -0
- package/.aether/agents-claude/aether-auditor.md +266 -0
- package/.aether/agents-claude/aether-builder.md +187 -0
- package/.aether/agents-claude/aether-chaos.md +268 -0
- package/.aether/agents-claude/aether-chronicler.md +304 -0
- package/.aether/agents-claude/aether-gatekeeper.md +325 -0
- package/.aether/agents-claude/aether-includer.md +373 -0
- package/.aether/agents-claude/aether-keeper.md +271 -0
- package/.aether/agents-claude/aether-measurer.md +317 -0
- package/.aether/agents-claude/aether-probe.md +210 -0
- package/.aether/agents-claude/aether-queen.md +325 -0
- package/.aether/agents-claude/aether-route-setter.md +173 -0
- package/.aether/agents-claude/aether-sage.md +353 -0
- package/.aether/agents-claude/aether-scout.md +142 -0
- package/.aether/agents-claude/aether-surveyor-disciplines.md +416 -0
- package/.aether/agents-claude/aether-surveyor-nest.md +354 -0
- package/.aether/agents-claude/aether-surveyor-pathogens.md +288 -0
- package/.aether/agents-claude/aether-surveyor-provisions.md +359 -0
- package/.aether/agents-claude/aether-tracker.md +265 -0
- package/.aether/agents-claude/aether-watcher.md +244 -0
- package/.aether/agents-claude/aether-weaver.md +247 -0
- package/.aether/docs/INCIDENT_TEMPLATE.md +32 -0
- package/.aether/docs/QUEEN-SYSTEM.md +11 -11
- package/.aether/docs/README.md +32 -2
- package/.aether/docs/command-playbooks/README.md +23 -0
- package/.aether/docs/command-playbooks/build-complete.md +317 -0
- package/.aether/docs/command-playbooks/build-context.md +184 -0
- package/.aether/docs/command-playbooks/build-full.md +1609 -0
- package/.aether/docs/command-playbooks/build-prep.md +253 -0
- package/.aether/docs/command-playbooks/build-verify.md +359 -0
- package/.aether/docs/command-playbooks/build-wave.md +490 -0
- package/.aether/docs/command-playbooks/continue-advance.md +259 -0
- package/.aether/docs/command-playbooks/continue-finalize.md +314 -0
- package/.aether/docs/command-playbooks/continue-full.md +1594 -0
- package/.aether/docs/command-playbooks/continue-gates.md +686 -0
- package/.aether/docs/command-playbooks/continue-verify.md +357 -0
- package/.aether/docs/context-continuity.md +84 -0
- package/.aether/docs/pheromones.md +67 -0
- package/.aether/docs/plans/pheromone-display-plan.md +257 -0
- package/.aether/docs/queen-commands.md +4 -4
- package/.aether/docs/source-of-truth-map.md +125 -0
- package/.aether/docs/xml-utilities.md +47 -0
- package/.aether/scripts/incident-test-add.sh +47 -0
- package/.aether/scripts/weekly-audit.sh +79 -0
- package/.aether/templates/midden.template.json +7 -1
- package/.aether/utils/atomic-write.sh +16 -9
- package/.aether/utils/chamber-utils.sh +4 -1
- package/.aether/utils/file-lock.sh +7 -5
- package/.aether/utils/semantic-cli.sh +10 -8
- package/.aether/utils/state-loader.sh +8 -6
- package/.aether/workers.md +2 -2
- package/.claude/commands/ant/archaeology.md +1 -1
- package/.claude/commands/ant/build.md +42 -1138
- package/.claude/commands/ant/chaos.md +1 -1
- package/.claude/commands/ant/continue.md +39 -1050
- package/.claude/commands/ant/dream.md +7 -0
- package/.claude/commands/ant/entomb.md +1 -1
- package/.claude/commands/ant/help.md +4 -2
- package/.claude/commands/ant/insert-phase.md +100 -0
- package/.claude/commands/ant/oracle.md +7 -0
- package/.claude/commands/ant/organize.md +31 -5
- package/.claude/commands/ant/pause-colony.md +7 -7
- package/.claude/commands/ant/pheromones.md +170 -0
- package/.claude/commands/ant/plan.md +47 -14
- package/.claude/commands/ant/resume-colony.md +33 -5
- package/.claude/commands/ant/seal.md +217 -2
- package/.claude/commands/ant/status.md +49 -0
- package/.opencode/agents/aether-builder.md +1 -1
- package/.opencode/agents/aether-scout.md +1 -1
- package/.opencode/commands/ant/archaeology.md +1 -1
- package/.opencode/commands/ant/build.md +24 -9
- package/.opencode/commands/ant/chaos.md +1 -1
- package/.opencode/commands/ant/colonize.md +7 -0
- package/.opencode/commands/ant/continue.md +25 -1
- package/.opencode/commands/ant/council.md +1 -1
- package/.opencode/commands/ant/dream.md +7 -0
- package/.opencode/commands/ant/entomb.md +6 -0
- package/.opencode/commands/ant/help.md +4 -2
- package/.opencode/commands/ant/init.md +1 -1
- package/.opencode/commands/ant/insert-phase.md +106 -0
- package/.opencode/commands/ant/lay-eggs.md +1 -1
- package/.opencode/commands/ant/oracle.md +13 -0
- package/.opencode/commands/ant/organize.md +5 -4
- package/.opencode/commands/ant/pause-colony.md +8 -8
- package/.opencode/commands/ant/pheromones.md +170 -0
- package/.opencode/commands/ant/plan.md +48 -15
- package/.opencode/commands/ant/resume-colony.md +34 -6
- package/.opencode/commands/ant/seal.md +1 -1
- package/.opencode/commands/ant/status.md +23 -0
- package/CHANGELOG.md +18 -2
- package/README.md +152 -84
- package/bin/cli.js +12 -3
- package/bin/generate-commands.sh +99 -5
- package/bin/lib/update-transaction.js +137 -32
- package/package.json +1 -1
package/.aether/QUEEN.md
CHANGED
|
@@ -18,6 +18,33 @@ Core beliefs that guide all colony work. These are validated through repeated su
|
|
|
18
18
|
|
|
19
19
|
Validated approaches that consistently work. These represent discovered best practices that have proven themselves in the field.
|
|
20
20
|
|
|
21
|
+
- **test-colony** (2026-02-22T05:17:06Z): Test pattern
|
|
22
|
+
- **colony** (2026-02-22T05:16:17Z): Test
|
|
23
|
+
- **test-colony** (2026-02-22T05:15:44Z): Test pattern
|
|
24
|
+
- **test-colony** (2026-02-22T05:15:25Z): Test pattern
|
|
25
|
+
- **test-colony** (2026-02-22T05:14:04Z): Test pattern
|
|
26
|
+
- **test-colony** (2026-02-22T05:13:19Z): Test pattern
|
|
27
|
+
- **test-colony** (2026-02-22T05:12:43Z): Failure pattern to learn
|
|
28
|
+
- **colony-1** (2026-02-22T05:12:42Z): End-to-end test observation 1
|
|
29
|
+
- **test-colony** (2026-02-22T05:12:41Z): Wisdom to be primed
|
|
30
|
+
- **test-colony** (2026-02-22T05:12:40Z): Test pattern for promotion
|
|
31
|
+
- **test-colony** (2026-02-22T05:11:48Z): Failure pattern to learn
|
|
32
|
+
- **colony-1** (2026-02-22T05:11:47Z): End-to-end test observation 1
|
|
33
|
+
- **test-colony** (2026-02-22T05:11:46Z): Wisdom to be primed
|
|
34
|
+
- **test-colony** (2026-02-22T05:11:46Z): Test pattern for promotion
|
|
35
|
+
- **test-colony** (2026-02-22T05:11:17Z): Test pattern
|
|
36
|
+
- **test-colony** (2026-02-22T05:11:12Z): Failure pattern to learn
|
|
37
|
+
- **colony-1** (2026-02-22T05:11:11Z): End-to-end test observation 1
|
|
38
|
+
- **test-colony** (2026-02-22T05:11:10Z): Wisdom to be primed
|
|
39
|
+
- **test-colony** (2026-02-22T05:11:10Z): Test pattern for promotion
|
|
40
|
+
- **test-colony** (2026-02-22T05:10:36Z): Test pattern
|
|
41
|
+
- **test-colony** (2026-02-22T05:09:51Z): Failure pattern to learn
|
|
42
|
+
- **colony-1** (2026-02-22T05:09:50Z): End-to-end test observation 1
|
|
43
|
+
- **test-colony** (2026-02-22T05:09:49Z): Wisdom to be primed
|
|
44
|
+
- **test-colony** (2026-02-22T05:09:49Z): Test pattern for promotion
|
|
45
|
+
- **test-colony** (2026-02-22T05:08:09Z): Failure pattern to learn
|
|
46
|
+
- **test-colony** (2026-02-22T05:08:07Z): Wisdom to be primed
|
|
47
|
+
- **test-colony** (2026-02-22T05:08:07Z): Test pattern for promotion
|
|
21
48
|
- **colony-b** (2026-02-15T13:08:28Z): Always validate inputs
|
|
22
49
|
|
|
23
50
|
---
|
|
@@ -42,6 +69,10 @@ Technology-specific insights and constraints detected through codebase analysis.
|
|
|
42
69
|
|
|
43
70
|
User-mandated rules that override other guidance. These represent explicit directives from the Queen.
|
|
44
71
|
|
|
72
|
+
- **test-colony** (2026-02-22T05:12:42Z): Immediate decree test
|
|
73
|
+
- **test-colony** (2026-02-22T05:11:48Z): Immediate decree test
|
|
74
|
+
- **test-colony** (2026-02-22T05:11:12Z): Immediate decree test
|
|
75
|
+
- **test-colony** (2026-02-22T05:09:51Z): Immediate decree test
|
|
45
76
|
- **colony-e** (2026-02-15T13:08:40Z): All code must have tests
|
|
46
77
|
|
|
47
78
|
---
|
|
@@ -52,6 +83,37 @@ Track how wisdom has evolved over time.
|
|
|
52
83
|
|
|
53
84
|
| Date | Colony | Change | Details |
|
|
54
85
|
|------|--------|--------|---------|
|
|
86
|
+
| 2026-02-22T05:17:06Z | test-colony | promoted_pattern | Added: Test pattern... |
|
|
87
|
+
| 2026-02-22T05:16:17Z | colony | promoted_pattern | Added: Test... |
|
|
88
|
+
| 2026-02-22T05:15:44Z | test-colony | promoted_pattern | Added: Test pattern... |
|
|
89
|
+
| 2026-02-22T05:15:25Z | test-colony | promoted_pattern | Added: Test pattern... |
|
|
90
|
+
| 2026-02-22T05:14:04Z | test-colony | promoted_pattern | Added: Test pattern... |
|
|
91
|
+
| 2026-02-22T05:13:19Z | test-colony | promoted_pattern | Added: Test pattern... |
|
|
92
|
+
| 2026-02-22T05:12:43Z | test-colony | promoted_failure | Added: Failure pattern to learn... |
|
|
93
|
+
| 2026-02-22T05:12:42Z | test-colony | promoted_decree | Added: Immediate decree test... |
|
|
94
|
+
| 2026-02-22T05:12:42Z | colony-1 | promoted_pattern | Added: End-to-end test observation 1... |
|
|
95
|
+
| 2026-02-22T05:12:41Z | test-colony | promoted_pattern | Added: Wisdom to be primed... |
|
|
96
|
+
| 2026-02-22T05:12:40Z | test-colony | promoted_pattern | Added: Test pattern for promotion... |
|
|
97
|
+
| 2026-02-22T05:11:48Z | test-colony | promoted_failure | Added: Failure pattern to learn... |
|
|
98
|
+
| 2026-02-22T05:11:48Z | test-colony | promoted_decree | Added: Immediate decree test... |
|
|
99
|
+
| 2026-02-22T05:11:47Z | colony-1 | promoted_pattern | Added: End-to-end test observation 1... |
|
|
100
|
+
| 2026-02-22T05:11:46Z | test-colony | promoted_pattern | Added: Wisdom to be primed... |
|
|
101
|
+
| 2026-02-22T05:11:46Z | test-colony | promoted_pattern | Added: Test pattern for promotion... |
|
|
102
|
+
| 2026-02-22T05:11:17Z | test-colony | promoted_pattern | Added: Test pattern... |
|
|
103
|
+
| 2026-02-22T05:11:12Z | test-colony | promoted_failure | Added: Failure pattern to learn... |
|
|
104
|
+
| 2026-02-22T05:11:12Z | test-colony | promoted_decree | Added: Immediate decree test... |
|
|
105
|
+
| 2026-02-22T05:11:11Z | colony-1 | promoted_pattern | Added: End-to-end test observation 1... |
|
|
106
|
+
| 2026-02-22T05:11:10Z | test-colony | promoted_pattern | Added: Wisdom to be primed... |
|
|
107
|
+
| 2026-02-22T05:11:10Z | test-colony | promoted_pattern | Added: Test pattern for promotion... |
|
|
108
|
+
| 2026-02-22T05:10:36Z | test-colony | promoted_pattern | Added: Test pattern... |
|
|
109
|
+
| 2026-02-22T05:09:51Z | test-colony | promoted_failure | Added: Failure pattern to learn... |
|
|
110
|
+
| 2026-02-22T05:09:51Z | test-colony | promoted_decree | Added: Immediate decree test... |
|
|
111
|
+
| 2026-02-22T05:09:50Z | colony-1 | promoted_pattern | Added: End-to-end test observation 1... |
|
|
112
|
+
| 2026-02-22T05:09:49Z | test-colony | promoted_pattern | Added: Wisdom to be primed... |
|
|
113
|
+
| 2026-02-22T05:09:49Z | test-colony | promoted_pattern | Added: Test pattern for promotion... |
|
|
114
|
+
| 2026-02-22T05:08:09Z | test-colony | promoted_failure | Added: Failure pattern to learn... |
|
|
115
|
+
| 2026-02-22T05:08:07Z | test-colony | promoted_pattern | Added: Wisdom to be primed... |
|
|
116
|
+
| 2026-02-22T05:08:07Z | test-colony | promoted_pattern | Added: Test pattern for promotion... |
|
|
55
117
|
| 2026-02-15T13:08:40Z | colony-e | promoted_decree | Added: All code must have tests... |
|
|
56
118
|
| 2026-02-15T13:08:36Z | colony-d | promoted_stack | Added: Use jq for JSON in bash... |
|
|
57
119
|
| 2026-02-15T13:08:31Z | colony-c | promoted_redirect | Added: Never skip security checks... |
|
|
@@ -64,7 +126,7 @@ Track how wisdom has evolved over time.
|
|
|
64
126
|
<!-- METADATA
|
|
65
127
|
{
|
|
66
128
|
"version": "1.0.0",
|
|
67
|
-
"last_evolved": "2026-02-
|
|
129
|
+
"last_evolved": "2026-02-22T05:17:06Z",
|
|
68
130
|
"colonies_contributed": ["colony-a"],
|
|
69
131
|
"promotion_thresholds": {
|
|
70
132
|
"philosophy": 5,
|
|
@@ -75,10 +137,12 @@ Track how wisdom has evolved over time.
|
|
|
75
137
|
},
|
|
76
138
|
"stats": {
|
|
77
139
|
"total_philosophies": 1,
|
|
78
|
-
"total_patterns":
|
|
140
|
+
"total_patterns": 22,
|
|
79
141
|
"total_redirects": 1,
|
|
80
142
|
"total_stack_entries": 1,
|
|
81
|
-
"total_decrees":
|
|
143
|
+
"total_decrees": 5
|
|
82
144
|
}
|
|
145
|
+
,
|
|
146
|
+
"evolution_log": [{"timestamp": "2026-02-22T05:08:07Z", "action": "promote", "wisdom_type": "pattern", "content_hash": "sha256:3f42d4b92d55e65aa1de10fa44444affb1af467a4999349fbebf4f8865607849", "colony": "test-colony"}]
|
|
83
147
|
}
|
|
84
148
|
-->
|