aether-colony 1.1.0 → 1.1.8

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.
Files changed (117) hide show
  1. package/.aether/QUEEN.md +67 -3
  2. package/.aether/aether-utils.sh +2415 -351
  3. package/.aether/agents-claude/aether-ambassador.md +264 -0
  4. package/.aether/agents-claude/aether-archaeologist.md +322 -0
  5. package/.aether/agents-claude/aether-auditor.md +266 -0
  6. package/.aether/agents-claude/aether-builder.md +187 -0
  7. package/.aether/agents-claude/aether-chaos.md +268 -0
  8. package/.aether/agents-claude/aether-chronicler.md +304 -0
  9. package/.aether/agents-claude/aether-gatekeeper.md +325 -0
  10. package/.aether/agents-claude/aether-includer.md +373 -0
  11. package/.aether/agents-claude/aether-keeper.md +271 -0
  12. package/.aether/agents-claude/aether-measurer.md +317 -0
  13. package/.aether/agents-claude/aether-probe.md +210 -0
  14. package/.aether/agents-claude/aether-queen.md +325 -0
  15. package/.aether/agents-claude/aether-route-setter.md +173 -0
  16. package/.aether/agents-claude/aether-sage.md +353 -0
  17. package/.aether/agents-claude/aether-scout.md +142 -0
  18. package/.aether/agents-claude/aether-surveyor-disciplines.md +416 -0
  19. package/.aether/agents-claude/aether-surveyor-nest.md +354 -0
  20. package/.aether/agents-claude/aether-surveyor-pathogens.md +288 -0
  21. package/.aether/agents-claude/aether-surveyor-provisions.md +359 -0
  22. package/.aether/agents-claude/aether-tracker.md +265 -0
  23. package/.aether/agents-claude/aether-watcher.md +244 -0
  24. package/.aether/agents-claude/aether-weaver.md +247 -0
  25. package/.aether/docs/INCIDENT_TEMPLATE.md +32 -0
  26. package/.aether/docs/QUEEN-SYSTEM.md +11 -11
  27. package/.aether/docs/README.md +32 -2
  28. package/.aether/docs/command-playbooks/README.md +23 -0
  29. package/.aether/docs/command-playbooks/build-complete.md +312 -0
  30. package/.aether/docs/command-playbooks/build-context.md +186 -0
  31. package/.aether/docs/command-playbooks/build-full.md +1579 -0
  32. package/.aether/docs/command-playbooks/build-prep.md +247 -0
  33. package/.aether/docs/command-playbooks/build-verify.md +360 -0
  34. package/.aether/docs/command-playbooks/build-wave.md +471 -0
  35. package/.aether/docs/command-playbooks/continue-advance.md +259 -0
  36. package/.aether/docs/command-playbooks/continue-finalize.md +324 -0
  37. package/.aether/docs/command-playbooks/continue-full.md +1581 -0
  38. package/.aether/docs/command-playbooks/continue-gates.md +674 -0
  39. package/.aether/docs/command-playbooks/continue-verify.md +343 -0
  40. package/.aether/docs/context-continuity.md +84 -0
  41. package/.aether/docs/pheromones.md +67 -0
  42. package/.aether/docs/plans/pheromone-display-plan.md +257 -0
  43. package/.aether/docs/queen-commands.md +4 -4
  44. package/.aether/docs/source-of-truth-map.md +125 -0
  45. package/.aether/docs/xml-utilities.md +47 -0
  46. package/.aether/scripts/incident-test-add.sh +47 -0
  47. package/.aether/scripts/weekly-audit.sh +79 -0
  48. package/.aether/templates/midden.template.json +7 -1
  49. package/.aether/utils/atomic-write.sh +22 -15
  50. package/.aether/utils/chamber-utils.sh +4 -1
  51. package/.aether/utils/file-lock.sh +59 -26
  52. package/.aether/utils/semantic-cli.sh +10 -8
  53. package/.aether/utils/state-loader.sh +8 -6
  54. package/.aether/workers.md +11 -3
  55. package/.claude/commands/ant/archaeology.md +0 -8
  56. package/.claude/commands/ant/build.md +42 -1138
  57. package/.claude/commands/ant/chaos.md +0 -14
  58. package/.claude/commands/ant/colonize.md +0 -14
  59. package/.claude/commands/ant/continue.md +39 -1050
  60. package/.claude/commands/ant/council.md +0 -15
  61. package/.claude/commands/ant/dream.md +0 -10
  62. package/.claude/commands/ant/entomb.md +3 -15
  63. package/.claude/commands/ant/help.md +17 -2
  64. package/.claude/commands/ant/init.md +0 -22
  65. package/.claude/commands/ant/insert-phase.md +100 -0
  66. package/.claude/commands/ant/lay-eggs.md +0 -11
  67. package/.claude/commands/ant/maturity.md +11 -10
  68. package/.claude/commands/ant/oracle.md +0 -10
  69. package/.claude/commands/ant/organize.md +9 -5
  70. package/.claude/commands/ant/pause-colony.md +7 -22
  71. package/.claude/commands/ant/pheromones.md +155 -0
  72. package/.claude/commands/ant/plan.md +48 -51
  73. package/.claude/commands/ant/resume-colony.md +33 -20
  74. package/.claude/commands/ant/seal.md +212 -13
  75. package/.claude/commands/ant/status.md +49 -0
  76. package/.claude/commands/ant/swarm.md +10 -23
  77. package/.claude/commands/ant/update.md +56 -139
  78. package/.opencode/agents/aether-ambassador.md +1 -1
  79. package/.opencode/agents/aether-builder.md +3 -3
  80. package/.opencode/agents/aether-queen.md +1 -1
  81. package/.opencode/agents/aether-route-setter.md +1 -1
  82. package/.opencode/agents/aether-scout.md +1 -1
  83. package/.opencode/agents/aether-surveyor-disciplines.md +6 -1
  84. package/.opencode/agents/aether-surveyor-nest.md +6 -1
  85. package/.opencode/agents/aether-surveyor-pathogens.md +6 -1
  86. package/.opencode/agents/aether-surveyor-provisions.md +6 -1
  87. package/.opencode/agents/aether-tracker.md +1 -1
  88. package/.opencode/agents/aether-watcher.md +1 -1
  89. package/.opencode/agents/aether-weaver.md +1 -1
  90. package/.opencode/commands/ant/archaeology.md +0 -8
  91. package/.opencode/commands/ant/build.md +28 -67
  92. package/.opencode/commands/ant/chaos.md +0 -18
  93. package/.opencode/commands/ant/colonize.md +1 -11
  94. package/.opencode/commands/ant/continue.md +542 -62
  95. package/.opencode/commands/ant/council.md +0 -18
  96. package/.opencode/commands/ant/dream.md +0 -12
  97. package/.opencode/commands/ant/entomb.md +0 -12
  98. package/.opencode/commands/ant/help.md +4 -2
  99. package/.opencode/commands/ant/init.md +0 -20
  100. package/.opencode/commands/ant/insert-phase.md +106 -0
  101. package/.opencode/commands/ant/lay-eggs.md +0 -18
  102. package/.opencode/commands/ant/oracle.md +1 -11
  103. package/.opencode/commands/ant/organize.md +5 -4
  104. package/.opencode/commands/ant/pause-colony.md +7 -25
  105. package/.opencode/commands/ant/pheromones.md +161 -0
  106. package/.opencode/commands/ant/plan.md +49 -49
  107. package/.opencode/commands/ant/resume-colony.md +33 -23
  108. package/.opencode/commands/ant/seal.md +0 -18
  109. package/.opencode/commands/ant/status.md +23 -0
  110. package/.opencode/commands/ant/swarm.md +0 -23
  111. package/.opencode/commands/ant/update.md +55 -131
  112. package/CHANGELOG.md +18 -2
  113. package/README.md +152 -84
  114. package/bin/cli.js +79 -5
  115. package/bin/generate-commands.sh +99 -5
  116. package/bin/lib/update-transaction.js +249 -35
  117. 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-15T13:08:40Z",
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": 0,
140
+ "total_patterns": 22,
79
141
  "total_redirects": 1,
80
142
  "total_stack_entries": 1,
81
- "total_decrees": 1
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
  -->