aether-colony 5.0.0 → 5.2.1
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/aether-utils.sh +3226 -3345
- package/.aether/agents-claude/aether-ambassador.md +265 -0
- package/.aether/agents-claude/aether-archaeologist.md +327 -0
- package/.aether/agents-claude/aether-architect.md +236 -0
- package/.aether/agents-claude/aether-auditor.md +271 -0
- package/.aether/agents-claude/aether-builder.md +224 -0
- package/.aether/agents-claude/aether-chaos.md +269 -0
- package/.aether/agents-claude/aether-chronicler.md +305 -0
- package/.aether/agents-claude/aether-gatekeeper.md +330 -0
- package/.aether/agents-claude/aether-includer.md +374 -0
- package/.aether/agents-claude/aether-keeper.md +272 -0
- package/.aether/agents-claude/aether-measurer.md +322 -0
- package/.aether/agents-claude/aether-oracle.md +237 -0
- package/.aether/agents-claude/aether-probe.md +211 -0
- package/.aether/agents-claude/aether-queen.md +330 -0
- package/.aether/agents-claude/aether-route-setter.md +178 -0
- package/.aether/agents-claude/aether-sage.md +418 -0
- package/.aether/agents-claude/aether-scout.md +179 -0
- package/.aether/agents-claude/aether-surveyor-disciplines.md +417 -0
- package/.aether/agents-claude/aether-surveyor-nest.md +355 -0
- package/.aether/agents-claude/aether-surveyor-pathogens.md +289 -0
- package/.aether/agents-claude/aether-surveyor-provisions.md +360 -0
- package/.aether/agents-claude/aether-tracker.md +270 -0
- package/.aether/agents-claude/aether-watcher.md +280 -0
- package/.aether/agents-claude/aether-weaver.md +248 -0
- package/.aether/commands/archaeology.yaml +653 -0
- package/.aether/commands/build.yaml +1221 -0
- package/.aether/commands/chaos.yaml +653 -0
- package/.aether/commands/colonize.yaml +442 -0
- package/.aether/commands/continue.yaml +1484 -0
- package/.aether/commands/council.yaml +509 -0
- package/.aether/commands/data-clean.yaml +80 -0
- package/.aether/commands/dream.yaml +275 -0
- package/.aether/commands/entomb.yaml +863 -0
- package/.aether/commands/export-signals.yaml +64 -0
- package/.aether/commands/feedback.yaml +158 -0
- package/.aether/commands/flag.yaml +160 -0
- package/.aether/commands/flags.yaml +177 -0
- package/.aether/commands/focus.yaml +112 -0
- package/.aether/commands/help.yaml +167 -0
- package/.aether/commands/history.yaml +137 -0
- package/.aether/commands/import-signals.yaml +79 -0
- package/.aether/commands/init.yaml +502 -0
- package/.aether/commands/insert-phase.yaml +102 -0
- package/.aether/commands/interpret.yaml +285 -0
- package/.aether/commands/lay-eggs.yaml +224 -0
- package/.aether/commands/maturity.yaml +122 -0
- package/.aether/commands/memory-details.yaml +74 -0
- package/.aether/commands/migrate-state.yaml +174 -0
- package/.aether/commands/oracle.yaml +1224 -0
- package/.aether/commands/organize.yaml +446 -0
- package/.aether/commands/patrol.yaml +621 -0
- package/.aether/commands/pause-colony.yaml +424 -0
- package/.aether/commands/phase.yaml +124 -0
- package/.aether/commands/pheromones.yaml +153 -0
- package/.aether/commands/plan.yaml +1364 -0
- package/.aether/commands/preferences.yaml +63 -0
- package/.aether/commands/quick.yaml +104 -0
- package/.aether/commands/redirect.yaml +123 -0
- package/.aether/commands/resume-colony.yaml +375 -0
- package/.aether/commands/resume.yaml +407 -0
- package/.aether/commands/run.yaml +229 -0
- package/.aether/commands/seal.yaml +1214 -0
- package/.aether/commands/skill-create.yaml +337 -0
- package/.aether/commands/status.yaml +408 -0
- package/.aether/commands/swarm.yaml +352 -0
- package/.aether/commands/tunnels.yaml +814 -0
- package/.aether/commands/update.yaml +131 -0
- package/.aether/commands/verify-castes.yaml +159 -0
- package/.aether/commands/watch.yaml +454 -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 +349 -0
- package/.aether/docs/command-playbooks/build-context.md +282 -0
- package/.aether/docs/command-playbooks/build-full.md +1683 -0
- package/.aether/docs/command-playbooks/build-prep.md +284 -0
- package/.aether/docs/command-playbooks/build-verify.md +405 -0
- package/.aether/docs/command-playbooks/build-wave.md +749 -0
- package/.aether/docs/command-playbooks/continue-advance.md +524 -0
- package/.aether/docs/command-playbooks/continue-finalize.md +447 -0
- package/.aether/docs/command-playbooks/continue-full.md +1725 -0
- package/.aether/docs/command-playbooks/continue-gates.md +686 -0
- package/.aether/docs/command-playbooks/continue-verify.md +407 -0
- package/.aether/docs/context-continuity.md +84 -0
- package/.aether/docs/disciplines/DISCIPLINES.md +9 -7
- package/.aether/docs/error-codes.md +1 -1
- package/.aether/docs/known-issues.md +34 -173
- package/.aether/docs/pheromones.md +86 -6
- package/.aether/docs/plans/pheromone-display-plan.md +257 -0
- package/.aether/docs/queen-commands.md +10 -9
- package/.aether/docs/source-of-truth-map.md +132 -0
- package/.aether/docs/xml-utilities.md +47 -0
- package/.aether/rules/aether-colony.md +23 -13
- package/.aether/scripts/incident-test-add.sh +47 -0
- package/.aether/scripts/weekly-audit.sh +79 -0
- package/.aether/skills/.index.json +649 -0
- package/.aether/skills/colony/.manifest.json +16 -0
- package/.aether/skills/colony/build-discipline/SKILL.md +78 -0
- package/.aether/skills/colony/colony-interaction/SKILL.md +56 -0
- package/.aether/skills/colony/colony-lifecycle/SKILL.md +77 -0
- package/.aether/skills/colony/colony-visuals/SKILL.md +112 -0
- package/.aether/skills/colony/context-management/SKILL.md +80 -0
- package/.aether/skills/colony/error-presentation/SKILL.md +99 -0
- package/.aether/skills/colony/pheromone-protocol/SKILL.md +79 -0
- package/.aether/skills/colony/pheromone-visibility/SKILL.md +81 -0
- package/.aether/skills/colony/state-safety/SKILL.md +84 -0
- package/.aether/skills/colony/worker-priming/SKILL.md +82 -0
- package/.aether/skills/domain/.manifest.json +24 -0
- package/.aether/skills/domain/README.md +33 -0
- package/.aether/skills/domain/django/SKILL.md +49 -0
- package/.aether/skills/domain/docker/SKILL.md +52 -0
- package/.aether/skills/domain/golang/SKILL.md +52 -0
- package/.aether/skills/domain/graphql/SKILL.md +51 -0
- package/.aether/skills/domain/html-css/SKILL.md +48 -0
- package/.aether/skills/domain/nextjs/SKILL.md +45 -0
- package/.aether/skills/domain/nodejs/SKILL.md +53 -0
- package/.aether/skills/domain/postgresql/SKILL.md +53 -0
- package/.aether/skills/domain/prisma/SKILL.md +59 -0
- package/.aether/skills/domain/python/SKILL.md +50 -0
- package/.aether/skills/domain/rails/SKILL.md +52 -0
- package/.aether/skills/domain/react/SKILL.md +45 -0
- package/.aether/skills/domain/rest-api/SKILL.md +58 -0
- package/.aether/skills/domain/svelte/SKILL.md +47 -0
- package/.aether/skills/domain/tailwind/SKILL.md +45 -0
- package/.aether/skills/domain/testing/SKILL.md +53 -0
- package/.aether/skills/domain/typescript/SKILL.md +58 -0
- package/.aether/skills/domain/vue/SKILL.md +49 -0
- package/.aether/templates/QUEEN.md.template +23 -41
- package/.aether/templates/colony-state-reset.jq.template +1 -0
- package/.aether/templates/colony-state.template.json +4 -0
- package/.aether/templates/learning-observations.template.json +6 -0
- package/.aether/templates/midden.template.json +13 -0
- package/.aether/templates/pheromones.template.json +6 -0
- package/.aether/templates/session.template.json +9 -0
- package/.aether/utils/atomic-write.sh +63 -17
- package/.aether/utils/chamber-utils.sh +145 -2
- package/.aether/utils/council.sh +425 -0
- package/.aether/utils/emoji-audit.sh +166 -0
- package/.aether/utils/error-handler.sh +21 -7
- package/.aether/utils/file-lock.sh +182 -27
- package/.aether/utils/flag.sh +278 -0
- package/.aether/utils/hive.sh +572 -0
- package/.aether/utils/immune.sh +508 -0
- package/.aether/utils/learning.sh +1928 -0
- package/.aether/utils/midden.sh +520 -0
- package/.aether/utils/oracle/oracle.md +168 -0
- package/.aether/utils/oracle/oracle.sh +1023 -0
- package/.aether/utils/pheromone.sh +2029 -0
- package/.aether/utils/queen.sh +1710 -0
- package/.aether/utils/scan.sh +860 -0
- package/.aether/utils/semantic-cli.sh +10 -8
- package/.aether/utils/session.sh +816 -0
- package/.aether/utils/skills.sh +509 -0
- package/.aether/utils/spawn-tree.sh +103 -271
- package/.aether/utils/spawn.sh +260 -0
- package/.aether/utils/state-api.sh +389 -0
- package/.aether/utils/state-loader.sh +8 -6
- package/.aether/utils/suggest.sh +611 -0
- package/.aether/utils/swarm-display.sh +10 -1
- package/.aether/utils/swarm.sh +1004 -0
- package/.aether/utils/watch-spawn-tree.sh +11 -2
- package/.aether/utils/xml-compose.sh +2 -2
- package/.aether/utils/xml-convert.sh +9 -5
- package/.aether/utils/xml-core.sh +5 -9
- package/.aether/utils/xml-query.sh +4 -4
- package/.aether/workers.md +86 -67
- package/.claude/agents/ant/aether-ambassador.md +2 -1
- package/.claude/agents/ant/aether-archaeologist.md +6 -1
- package/.claude/agents/ant/aether-architect.md +236 -0
- package/.claude/agents/ant/aether-auditor.md +6 -1
- package/.claude/agents/ant/aether-builder.md +38 -1
- package/.claude/agents/ant/aether-chaos.md +2 -1
- package/.claude/agents/ant/aether-chronicler.md +1 -0
- package/.claude/agents/ant/aether-gatekeeper.md +6 -1
- package/.claude/agents/ant/aether-includer.md +1 -0
- package/.claude/agents/ant/aether-keeper.md +1 -0
- package/.claude/agents/ant/aether-measurer.md +6 -1
- package/.claude/agents/ant/aether-oracle.md +237 -0
- package/.claude/agents/ant/aether-probe.md +2 -1
- package/.claude/agents/ant/aether-queen.md +6 -1
- package/.claude/agents/ant/aether-route-setter.md +6 -1
- package/.claude/agents/ant/aether-sage.md +68 -3
- package/.claude/agents/ant/aether-scout.md +38 -1
- package/.claude/agents/ant/aether-surveyor-disciplines.md +2 -1
- package/.claude/agents/ant/aether-surveyor-nest.md +2 -1
- package/.claude/agents/ant/aether-surveyor-pathogens.md +2 -1
- package/.claude/agents/ant/aether-surveyor-provisions.md +2 -1
- package/.claude/agents/ant/aether-tracker.md +6 -1
- package/.claude/agents/ant/aether-watcher.md +37 -1
- package/.claude/agents/ant/aether-weaver.md +2 -1
- package/.claude/commands/ant/archaeology.md +1 -8
- package/.claude/commands/ant/build.md +43 -1159
- package/.claude/commands/ant/chaos.md +1 -14
- package/.claude/commands/ant/colonize.md +3 -14
- package/.claude/commands/ant/continue.md +40 -1026
- package/.claude/commands/ant/council.md +213 -15
- package/.claude/commands/ant/data-clean.md +81 -0
- package/.claude/commands/ant/dream.md +12 -9
- package/.claude/commands/ant/entomb.md +62 -87
- package/.claude/commands/ant/export-signals.md +57 -0
- package/.claude/commands/ant/feedback.md +18 -0
- package/.claude/commands/ant/flag.md +12 -0
- package/.claude/commands/ant/flags.md +22 -8
- package/.claude/commands/ant/focus.md +18 -0
- package/.claude/commands/ant/help.md +40 -8
- package/.claude/commands/ant/history.md +3 -0
- package/.claude/commands/ant/import-signals.md +71 -0
- package/.claude/commands/ant/init.md +349 -191
- package/.claude/commands/ant/insert-phase.md +105 -0
- package/.claude/commands/ant/interpret.md +11 -0
- package/.claude/commands/ant/lay-eggs.md +167 -158
- package/.claude/commands/ant/maturity.md +22 -11
- package/.claude/commands/ant/memory-details.md +77 -0
- package/.claude/commands/ant/migrate-state.md +6 -0
- package/.claude/commands/ant/oracle.md +317 -62
- package/.claude/commands/ant/organize.md +10 -5
- package/.claude/commands/ant/patrol.md +620 -0
- package/.claude/commands/ant/pause-colony.md +8 -22
- package/.claude/commands/ant/phase.md +26 -37
- package/.claude/commands/ant/pheromones.md +156 -0
- package/.claude/commands/ant/plan.md +199 -50
- package/.claude/commands/ant/preferences.md +65 -0
- package/.claude/commands/ant/quick.md +100 -0
- package/.claude/commands/ant/redirect.md +18 -0
- package/.claude/commands/ant/resume-colony.md +37 -22
- package/.claude/commands/ant/resume.md +60 -7
- package/.claude/commands/ant/run.md +231 -0
- package/.claude/commands/ant/seal.md +506 -78
- package/.claude/commands/ant/skill-create.md +286 -0
- package/.claude/commands/ant/status.md +171 -1
- package/.claude/commands/ant/swarm.md +11 -23
- package/.claude/commands/ant/tunnels.md +1 -0
- package/.claude/commands/ant/update.md +58 -135
- package/.claude/commands/ant/verify-castes.md +90 -42
- package/.claude/commands/ant/watch.md +1 -0
- package/.opencode/agents/aether-ambassador.md +1 -1
- package/.opencode/agents/aether-architect.md +133 -0
- package/.opencode/agents/aether-builder.md +3 -3
- package/.opencode/agents/aether-oracle.md +137 -0
- package/.opencode/agents/aether-queen.md +1 -1
- package/.opencode/agents/aether-route-setter.md +1 -1
- package/.opencode/agents/aether-scout.md +1 -1
- package/.opencode/agents/aether-surveyor-disciplines.md +6 -1
- package/.opencode/agents/aether-surveyor-nest.md +6 -1
- package/.opencode/agents/aether-surveyor-pathogens.md +6 -1
- package/.opencode/agents/aether-surveyor-provisions.md +6 -1
- package/.opencode/agents/aether-tracker.md +1 -1
- package/.opencode/agents/aether-watcher.md +1 -1
- package/.opencode/agents/aether-weaver.md +1 -1
- package/.opencode/commands/ant/archaeology.md +7 -14
- package/.opencode/commands/ant/build.md +54 -88
- package/.opencode/commands/ant/chaos.md +7 -24
- package/.opencode/commands/ant/colonize.md +10 -17
- package/.opencode/commands/ant/continue.md +595 -66
- package/.opencode/commands/ant/council.md +150 -18
- package/.opencode/commands/ant/data-clean.md +77 -0
- package/.opencode/commands/ant/dream.md +15 -17
- package/.opencode/commands/ant/entomb.md +28 -18
- package/.opencode/commands/ant/export-signals.md +54 -0
- package/.opencode/commands/ant/feedback.md +24 -5
- package/.opencode/commands/ant/flag.md +16 -4
- package/.opencode/commands/ant/flags.md +24 -10
- package/.opencode/commands/ant/focus.md +22 -5
- package/.opencode/commands/ant/help.md +41 -8
- package/.opencode/commands/ant/history.md +9 -0
- package/.opencode/commands/ant/import-signals.md +68 -0
- package/.opencode/commands/ant/init.md +396 -154
- package/.opencode/commands/ant/insert-phase.md +111 -0
- package/.opencode/commands/ant/interpret.md +16 -0
- package/.opencode/commands/ant/lay-eggs.md +184 -112
- package/.opencode/commands/ant/maturity.md +18 -2
- package/.opencode/commands/ant/memory-details.md +83 -0
- package/.opencode/commands/ant/migrate-state.md +12 -0
- package/.opencode/commands/ant/oracle.md +322 -67
- package/.opencode/commands/ant/organize.md +14 -12
- package/.opencode/commands/ant/patrol.md +626 -0
- package/.opencode/commands/ant/pause-colony.md +12 -29
- package/.opencode/commands/ant/phase.md +30 -40
- package/.opencode/commands/ant/pheromones.md +162 -0
- package/.opencode/commands/ant/plan.md +210 -57
- package/.opencode/commands/ant/preferences.md +71 -0
- package/.opencode/commands/ant/quick.md +91 -0
- package/.opencode/commands/ant/redirect.md +22 -5
- package/.opencode/commands/ant/resume-colony.md +41 -29
- package/.opencode/commands/ant/resume.md +80 -20
- package/.opencode/commands/ant/run.md +237 -0
- package/.opencode/commands/ant/seal.md +230 -25
- package/.opencode/commands/ant/skill-create.md +63 -0
- package/.opencode/commands/ant/status.md +125 -30
- package/.opencode/commands/ant/swarm.md +3 -345
- package/.opencode/commands/ant/tunnels.md +3 -9
- package/.opencode/commands/ant/update.md +63 -127
- package/.opencode/commands/ant/verify-castes.md +96 -42
- package/.opencode/commands/ant/watch.md +7 -0
- package/CHANGELOG.md +368 -1
- package/README.md +195 -324
- package/bin/cli.js +236 -429
- package/bin/generate-commands.js +186 -0
- package/bin/generate-commands.sh +128 -89
- package/bin/lib/spawn-logger.js +0 -15
- package/bin/lib/update-transaction.js +285 -35
- package/bin/npx-install.js +178 -0
- package/bin/validate-package.sh +85 -3
- package/package.json +16 -4
- package/.aether/CONTEXT.md +0 -160
- package/.aether/docs/QUEEN.md +0 -84
- package/.aether/exchange/colony-registry.xml +0 -11
- package/.aether/exchange/pheromones.xml +0 -87
- package/.aether/exchange/queen-wisdom.xml +0 -14
- package/.aether/model-profiles.yaml +0 -100
- package/.aether/utils/spawn-with-model.sh +0 -56
- package/bin/lib/model-profiles.js +0 -445
- package/bin/lib/model-verify.js +0 -288
- package/bin/lib/proxy-health.js +0 -253
- package/bin/lib/telemetry.js +0 -441
|
@@ -0,0 +1,649 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0",
|
|
3
|
+
"built_at": "2026-03-22T14:07:30Z",
|
|
4
|
+
"skill_count": 28,
|
|
5
|
+
"skills": [
|
|
6
|
+
{
|
|
7
|
+
"name": "build-discipline",
|
|
8
|
+
"description": "Use when implementing code, writing tests, or executing build tasks as a builder worker",
|
|
9
|
+
"type": "colony",
|
|
10
|
+
"domains": [
|
|
11
|
+
"building",
|
|
12
|
+
"testing",
|
|
13
|
+
"quality",
|
|
14
|
+
"implementation"
|
|
15
|
+
],
|
|
16
|
+
"agent_roles": [
|
|
17
|
+
"builder"
|
|
18
|
+
],
|
|
19
|
+
"detect_files": [],
|
|
20
|
+
"detect_packages": [],
|
|
21
|
+
"priority": "normal",
|
|
22
|
+
"version": "1.0",
|
|
23
|
+
"file_path": ".aether/skills/colony/build-discipline/SKILL.md"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "colony-interaction",
|
|
27
|
+
"description": "Use when executing commands that involve major decisions, plan commits, build starts, verifications, or phase advances",
|
|
28
|
+
"type": "colony",
|
|
29
|
+
"domains": [
|
|
30
|
+
"interaction",
|
|
31
|
+
"ux",
|
|
32
|
+
"workflow"
|
|
33
|
+
],
|
|
34
|
+
"agent_roles": [
|
|
35
|
+
"builder",
|
|
36
|
+
"watcher",
|
|
37
|
+
"route_setter",
|
|
38
|
+
"architect"
|
|
39
|
+
],
|
|
40
|
+
"detect_files": [],
|
|
41
|
+
"detect_packages": [],
|
|
42
|
+
"priority": "normal",
|
|
43
|
+
"version": "1.0",
|
|
44
|
+
"file_path": ".aether/skills/colony/colony-interaction/SKILL.md"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "colony-lifecycle",
|
|
48
|
+
"description": "Use when producing command output, handling state transitions, or routing users to the next action in the colony workflow",
|
|
49
|
+
"type": "colony",
|
|
50
|
+
"domains": [
|
|
51
|
+
"lifecycle",
|
|
52
|
+
"routing",
|
|
53
|
+
"workflow",
|
|
54
|
+
"state"
|
|
55
|
+
],
|
|
56
|
+
"agent_roles": [
|
|
57
|
+
"builder",
|
|
58
|
+
"watcher",
|
|
59
|
+
"route_setter",
|
|
60
|
+
"architect"
|
|
61
|
+
],
|
|
62
|
+
"detect_files": [],
|
|
63
|
+
"detect_packages": [],
|
|
64
|
+
"priority": "normal",
|
|
65
|
+
"version": "1.0",
|
|
66
|
+
"file_path": ".aether/skills/colony/colony-lifecycle/SKILL.md"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "colony-visuals",
|
|
70
|
+
"description": "Use when producing any user-facing output including banners, progress indicators, section headers, or command results",
|
|
71
|
+
"type": "colony",
|
|
72
|
+
"domains": [
|
|
73
|
+
"visuals",
|
|
74
|
+
"ux",
|
|
75
|
+
"formatting"
|
|
76
|
+
],
|
|
77
|
+
"agent_roles": [
|
|
78
|
+
"builder",
|
|
79
|
+
"watcher",
|
|
80
|
+
"chronicler",
|
|
81
|
+
"scout"
|
|
82
|
+
],
|
|
83
|
+
"detect_files": [],
|
|
84
|
+
"detect_packages": [],
|
|
85
|
+
"priority": "normal",
|
|
86
|
+
"version": "1.0",
|
|
87
|
+
"file_path": ".aether/skills/colony/colony-visuals/SKILL.md"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "context-management",
|
|
91
|
+
"description": "Use when performing state-changing operations, recovering sessions, creating handoffs, or managing context freshness",
|
|
92
|
+
"type": "colony",
|
|
93
|
+
"domains": [
|
|
94
|
+
"context",
|
|
95
|
+
"session",
|
|
96
|
+
"recovery",
|
|
97
|
+
"state"
|
|
98
|
+
],
|
|
99
|
+
"agent_roles": [
|
|
100
|
+
"builder",
|
|
101
|
+
"watcher",
|
|
102
|
+
"scout",
|
|
103
|
+
"architect"
|
|
104
|
+
],
|
|
105
|
+
"detect_files": [],
|
|
106
|
+
"detect_packages": [],
|
|
107
|
+
"priority": "normal",
|
|
108
|
+
"version": "1.0",
|
|
109
|
+
"file_path": ".aether/skills/colony/context-management/SKILL.md"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "error-presentation",
|
|
113
|
+
"description": "Use when an operation fails, an error occurs, or a warning needs to be communicated to the user",
|
|
114
|
+
"type": "colony",
|
|
115
|
+
"domains": [
|
|
116
|
+
"errors",
|
|
117
|
+
"ux",
|
|
118
|
+
"formatting",
|
|
119
|
+
"diagnostics"
|
|
120
|
+
],
|
|
121
|
+
"agent_roles": [
|
|
122
|
+
"builder",
|
|
123
|
+
"watcher",
|
|
124
|
+
"scout"
|
|
125
|
+
],
|
|
126
|
+
"detect_files": [],
|
|
127
|
+
"detect_packages": [],
|
|
128
|
+
"priority": "normal",
|
|
129
|
+
"version": "1.0",
|
|
130
|
+
"file_path": ".aether/skills/colony/error-presentation/SKILL.md"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"name": "pheromone-protocol",
|
|
134
|
+
"description": "Use when pheromone signals are present in your assembled context and you need to interpret and comply with them",
|
|
135
|
+
"type": "colony",
|
|
136
|
+
"domains": [
|
|
137
|
+
"pheromones",
|
|
138
|
+
"protocol",
|
|
139
|
+
"signals",
|
|
140
|
+
"compliance"
|
|
141
|
+
],
|
|
142
|
+
"agent_roles": [
|
|
143
|
+
"builder",
|
|
144
|
+
"watcher",
|
|
145
|
+
"scout",
|
|
146
|
+
"chaos",
|
|
147
|
+
"oracle",
|
|
148
|
+
"architect",
|
|
149
|
+
"colonizer",
|
|
150
|
+
"route_setter",
|
|
151
|
+
"archaeologist",
|
|
152
|
+
"chronicler",
|
|
153
|
+
"keeper",
|
|
154
|
+
"tracker",
|
|
155
|
+
"probe",
|
|
156
|
+
"weaver",
|
|
157
|
+
"auditor",
|
|
158
|
+
"gatekeeper",
|
|
159
|
+
"includer",
|
|
160
|
+
"measurer",
|
|
161
|
+
"sage",
|
|
162
|
+
"ambassador"
|
|
163
|
+
],
|
|
164
|
+
"detect_files": [],
|
|
165
|
+
"detect_packages": [],
|
|
166
|
+
"priority": "normal",
|
|
167
|
+
"version": "1.0",
|
|
168
|
+
"file_path": ".aether/skills/colony/pheromone-protocol/SKILL.md"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"name": "pheromone-visibility",
|
|
172
|
+
"description": "Use when performing any pheromone operation including creating, reinforcing, expiring, or auto-emitting signals during builds and continues",
|
|
173
|
+
"type": "colony",
|
|
174
|
+
"domains": [
|
|
175
|
+
"pheromones",
|
|
176
|
+
"visibility",
|
|
177
|
+
"ux"
|
|
178
|
+
],
|
|
179
|
+
"agent_roles": [
|
|
180
|
+
"builder",
|
|
181
|
+
"watcher",
|
|
182
|
+
"scout"
|
|
183
|
+
],
|
|
184
|
+
"detect_files": [],
|
|
185
|
+
"detect_packages": [],
|
|
186
|
+
"priority": "normal",
|
|
187
|
+
"version": "1.0",
|
|
188
|
+
"file_path": ".aether/skills/colony/pheromone-visibility/SKILL.md"
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "state-safety",
|
|
192
|
+
"description": "Use when reading or writing JSON state files including COLONY_STATE.json, pheromones.json, constraints.json, or session.json",
|
|
193
|
+
"type": "colony",
|
|
194
|
+
"domains": [
|
|
195
|
+
"security",
|
|
196
|
+
"state",
|
|
197
|
+
"data-integrity",
|
|
198
|
+
"safety"
|
|
199
|
+
],
|
|
200
|
+
"agent_roles": [
|
|
201
|
+
"builder",
|
|
202
|
+
"watcher"
|
|
203
|
+
],
|
|
204
|
+
"detect_files": [],
|
|
205
|
+
"detect_packages": [],
|
|
206
|
+
"priority": "normal",
|
|
207
|
+
"version": "1.0",
|
|
208
|
+
"file_path": ".aether/skills/colony/state-safety/SKILL.md"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "worker-priming",
|
|
212
|
+
"description": "Use when starting work as a spawned worker to understand what context you have been given and how to use it",
|
|
213
|
+
"type": "colony",
|
|
214
|
+
"domains": [
|
|
215
|
+
"context",
|
|
216
|
+
"priming",
|
|
217
|
+
"awareness"
|
|
218
|
+
],
|
|
219
|
+
"agent_roles": [
|
|
220
|
+
"builder",
|
|
221
|
+
"watcher",
|
|
222
|
+
"scout",
|
|
223
|
+
"chaos",
|
|
224
|
+
"oracle",
|
|
225
|
+
"architect",
|
|
226
|
+
"colonizer",
|
|
227
|
+
"route_setter",
|
|
228
|
+
"archaeologist",
|
|
229
|
+
"chronicler",
|
|
230
|
+
"keeper",
|
|
231
|
+
"tracker",
|
|
232
|
+
"probe",
|
|
233
|
+
"weaver",
|
|
234
|
+
"auditor",
|
|
235
|
+
"gatekeeper",
|
|
236
|
+
"includer",
|
|
237
|
+
"measurer",
|
|
238
|
+
"sage",
|
|
239
|
+
"ambassador"
|
|
240
|
+
],
|
|
241
|
+
"detect_files": [],
|
|
242
|
+
"detect_packages": [],
|
|
243
|
+
"priority": "normal",
|
|
244
|
+
"version": "1.0",
|
|
245
|
+
"file_path": ".aether/skills/colony/worker-priming/SKILL.md"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"name": "django",
|
|
249
|
+
"description": "Use when the project uses Django for Python web development",
|
|
250
|
+
"type": "domain",
|
|
251
|
+
"domains": [
|
|
252
|
+
"backend",
|
|
253
|
+
"python",
|
|
254
|
+
"web"
|
|
255
|
+
],
|
|
256
|
+
"agent_roles": [
|
|
257
|
+
"builder"
|
|
258
|
+
],
|
|
259
|
+
"detect_files": [
|
|
260
|
+
"manage.py"
|
|
261
|
+
],
|
|
262
|
+
"detect_packages": [
|
|
263
|
+
"django"
|
|
264
|
+
],
|
|
265
|
+
"priority": "normal",
|
|
266
|
+
"version": "1.0",
|
|
267
|
+
"file_path": ".aether/skills/domain/django/SKILL.md"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"name": "docker",
|
|
271
|
+
"description": "Use when the project uses Docker for containerization and deployment",
|
|
272
|
+
"type": "domain",
|
|
273
|
+
"domains": [
|
|
274
|
+
"infrastructure",
|
|
275
|
+
"containers",
|
|
276
|
+
"deployment"
|
|
277
|
+
],
|
|
278
|
+
"agent_roles": [
|
|
279
|
+
"builder"
|
|
280
|
+
],
|
|
281
|
+
"detect_files": [
|
|
282
|
+
"Dockerfile*",
|
|
283
|
+
"docker-compose.*"
|
|
284
|
+
],
|
|
285
|
+
"detect_packages": [],
|
|
286
|
+
"priority": "normal",
|
|
287
|
+
"version": "1.0",
|
|
288
|
+
"file_path": ".aether/skills/domain/docker/SKILL.md"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"name": "golang",
|
|
292
|
+
"description": "Use when the project uses Go for systems programming or backend services",
|
|
293
|
+
"type": "domain",
|
|
294
|
+
"domains": [
|
|
295
|
+
"backend",
|
|
296
|
+
"systems",
|
|
297
|
+
"concurrency"
|
|
298
|
+
],
|
|
299
|
+
"agent_roles": [
|
|
300
|
+
"builder"
|
|
301
|
+
],
|
|
302
|
+
"detect_files": [
|
|
303
|
+
"go.mod",
|
|
304
|
+
"*.go"
|
|
305
|
+
],
|
|
306
|
+
"detect_packages": [],
|
|
307
|
+
"priority": "normal",
|
|
308
|
+
"version": "1.0",
|
|
309
|
+
"file_path": ".aether/skills/domain/golang/SKILL.md"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "graphql",
|
|
313
|
+
"description": "Use when the project uses GraphQL for API queries and mutations",
|
|
314
|
+
"type": "domain",
|
|
315
|
+
"domains": [
|
|
316
|
+
"api",
|
|
317
|
+
"query",
|
|
318
|
+
"schema"
|
|
319
|
+
],
|
|
320
|
+
"agent_roles": [
|
|
321
|
+
"builder"
|
|
322
|
+
],
|
|
323
|
+
"detect_files": [
|
|
324
|
+
"*.graphql"
|
|
325
|
+
],
|
|
326
|
+
"detect_packages": [
|
|
327
|
+
"apollo",
|
|
328
|
+
"graphql"
|
|
329
|
+
],
|
|
330
|
+
"priority": "normal",
|
|
331
|
+
"version": "1.0",
|
|
332
|
+
"file_path": ".aether/skills/domain/graphql/SKILL.md"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "html-css",
|
|
336
|
+
"description": "Use when the project uses plain HTML, CSS, or SCSS for web pages",
|
|
337
|
+
"type": "domain",
|
|
338
|
+
"domains": [
|
|
339
|
+
"frontend",
|
|
340
|
+
"styling",
|
|
341
|
+
"markup"
|
|
342
|
+
],
|
|
343
|
+
"agent_roles": [
|
|
344
|
+
"builder"
|
|
345
|
+
],
|
|
346
|
+
"detect_files": [
|
|
347
|
+
"*.html",
|
|
348
|
+
"*.css",
|
|
349
|
+
"*.scss"
|
|
350
|
+
],
|
|
351
|
+
"detect_packages": [],
|
|
352
|
+
"priority": "normal",
|
|
353
|
+
"version": "1.0",
|
|
354
|
+
"file_path": ".aether/skills/domain/html-css/SKILL.md"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "nextjs",
|
|
358
|
+
"description": "Use when the project uses Next.js for server-side rendering or full-stack React",
|
|
359
|
+
"type": "domain",
|
|
360
|
+
"domains": [
|
|
361
|
+
"frontend",
|
|
362
|
+
"ssr",
|
|
363
|
+
"fullstack"
|
|
364
|
+
],
|
|
365
|
+
"agent_roles": [
|
|
366
|
+
"builder"
|
|
367
|
+
],
|
|
368
|
+
"detect_files": [
|
|
369
|
+
"next.config.*"
|
|
370
|
+
],
|
|
371
|
+
"detect_packages": [
|
|
372
|
+
"next"
|
|
373
|
+
],
|
|
374
|
+
"priority": "normal",
|
|
375
|
+
"version": "1.0",
|
|
376
|
+
"file_path": ".aether/skills/domain/nextjs/SKILL.md"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "nodejs",
|
|
380
|
+
"description": "Use when the project uses Node.js for server-side JavaScript",
|
|
381
|
+
"type": "domain",
|
|
382
|
+
"domains": [
|
|
383
|
+
"backend",
|
|
384
|
+
"server",
|
|
385
|
+
"api"
|
|
386
|
+
],
|
|
387
|
+
"agent_roles": [
|
|
388
|
+
"builder"
|
|
389
|
+
],
|
|
390
|
+
"detect_files": [
|
|
391
|
+
"*.js",
|
|
392
|
+
"*.mjs"
|
|
393
|
+
],
|
|
394
|
+
"detect_packages": [
|
|
395
|
+
"express",
|
|
396
|
+
"fastify"
|
|
397
|
+
],
|
|
398
|
+
"priority": "normal",
|
|
399
|
+
"version": "1.0",
|
|
400
|
+
"file_path": ".aether/skills/domain/nodejs/SKILL.md"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"name": "postgresql",
|
|
404
|
+
"description": "Use when the project uses PostgreSQL for relational data storage",
|
|
405
|
+
"type": "domain",
|
|
406
|
+
"domains": [
|
|
407
|
+
"database",
|
|
408
|
+
"sql",
|
|
409
|
+
"data"
|
|
410
|
+
],
|
|
411
|
+
"agent_roles": [
|
|
412
|
+
"builder"
|
|
413
|
+
],
|
|
414
|
+
"detect_files": [
|
|
415
|
+
"*.sql"
|
|
416
|
+
],
|
|
417
|
+
"detect_packages": [
|
|
418
|
+
"pg",
|
|
419
|
+
"psycopg2"
|
|
420
|
+
],
|
|
421
|
+
"priority": "normal",
|
|
422
|
+
"version": "1.0",
|
|
423
|
+
"file_path": ".aether/skills/domain/postgresql/SKILL.md"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "prisma",
|
|
427
|
+
"description": "Use when the project uses Prisma ORM for database access",
|
|
428
|
+
"type": "domain",
|
|
429
|
+
"domains": [
|
|
430
|
+
"database",
|
|
431
|
+
"orm",
|
|
432
|
+
"schema"
|
|
433
|
+
],
|
|
434
|
+
"agent_roles": [
|
|
435
|
+
"builder"
|
|
436
|
+
],
|
|
437
|
+
"detect_files": [
|
|
438
|
+
"schema.prisma"
|
|
439
|
+
],
|
|
440
|
+
"detect_packages": [
|
|
441
|
+
"@prisma/client"
|
|
442
|
+
],
|
|
443
|
+
"priority": "normal",
|
|
444
|
+
"version": "1.0",
|
|
445
|
+
"file_path": ".aether/skills/domain/prisma/SKILL.md"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"name": "python",
|
|
449
|
+
"description": "Use when the project uses Python for backend, scripting, or data work",
|
|
450
|
+
"type": "domain",
|
|
451
|
+
"domains": [
|
|
452
|
+
"backend",
|
|
453
|
+
"scripting",
|
|
454
|
+
"data"
|
|
455
|
+
],
|
|
456
|
+
"agent_roles": [
|
|
457
|
+
"builder"
|
|
458
|
+
],
|
|
459
|
+
"detect_files": [
|
|
460
|
+
"*.py",
|
|
461
|
+
"requirements.txt",
|
|
462
|
+
"pyproject.toml"
|
|
463
|
+
],
|
|
464
|
+
"detect_packages": [],
|
|
465
|
+
"priority": "normal",
|
|
466
|
+
"version": "1.0",
|
|
467
|
+
"file_path": ".aether/skills/domain/python/SKILL.md"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"name": "rails",
|
|
471
|
+
"description": "Use when the project uses Ruby on Rails for web development",
|
|
472
|
+
"type": "domain",
|
|
473
|
+
"domains": [
|
|
474
|
+
"backend",
|
|
475
|
+
"ruby",
|
|
476
|
+
"web"
|
|
477
|
+
],
|
|
478
|
+
"agent_roles": [
|
|
479
|
+
"builder"
|
|
480
|
+
],
|
|
481
|
+
"detect_files": [
|
|
482
|
+
"Gemfile",
|
|
483
|
+
"config/routes.rb"
|
|
484
|
+
],
|
|
485
|
+
"detect_packages": [],
|
|
486
|
+
"priority": "normal",
|
|
487
|
+
"version": "1.0",
|
|
488
|
+
"file_path": ".aether/skills/domain/rails/SKILL.md"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "react",
|
|
492
|
+
"description": "Use when the project uses React for building user interfaces",
|
|
493
|
+
"type": "domain",
|
|
494
|
+
"domains": [
|
|
495
|
+
"frontend",
|
|
496
|
+
"components",
|
|
497
|
+
"ui"
|
|
498
|
+
],
|
|
499
|
+
"agent_roles": [
|
|
500
|
+
"builder"
|
|
501
|
+
],
|
|
502
|
+
"detect_files": [
|
|
503
|
+
"*.jsx",
|
|
504
|
+
"*.tsx"
|
|
505
|
+
],
|
|
506
|
+
"detect_packages": [
|
|
507
|
+
"react"
|
|
508
|
+
],
|
|
509
|
+
"priority": "normal",
|
|
510
|
+
"version": "1.0",
|
|
511
|
+
"file_path": ".aether/skills/domain/react/SKILL.md"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"name": "rest-api",
|
|
515
|
+
"description": "Use when the project designs or consumes RESTful HTTP APIs",
|
|
516
|
+
"type": "domain",
|
|
517
|
+
"domains": [
|
|
518
|
+
"api",
|
|
519
|
+
"http",
|
|
520
|
+
"design"
|
|
521
|
+
],
|
|
522
|
+
"agent_roles": [
|
|
523
|
+
"builder"
|
|
524
|
+
],
|
|
525
|
+
"detect_files": [
|
|
526
|
+
"openapi.*",
|
|
527
|
+
"swagger.*"
|
|
528
|
+
],
|
|
529
|
+
"detect_packages": [],
|
|
530
|
+
"priority": "normal",
|
|
531
|
+
"version": "1.0",
|
|
532
|
+
"file_path": ".aether/skills/domain/rest-api/SKILL.md"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"name": "svelte",
|
|
536
|
+
"description": "Use when the project uses Svelte or SvelteKit for building reactive UIs",
|
|
537
|
+
"type": "domain",
|
|
538
|
+
"domains": [
|
|
539
|
+
"frontend",
|
|
540
|
+
"components",
|
|
541
|
+
"ui"
|
|
542
|
+
],
|
|
543
|
+
"agent_roles": [
|
|
544
|
+
"builder"
|
|
545
|
+
],
|
|
546
|
+
"detect_files": [
|
|
547
|
+
"*.svelte",
|
|
548
|
+
"svelte.config.*"
|
|
549
|
+
],
|
|
550
|
+
"detect_packages": [
|
|
551
|
+
"svelte"
|
|
552
|
+
],
|
|
553
|
+
"priority": "normal",
|
|
554
|
+
"version": "1.0",
|
|
555
|
+
"file_path": ".aether/skills/domain/svelte/SKILL.md"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"name": "tailwind",
|
|
559
|
+
"description": "Use when the project uses Tailwind CSS for utility-first styling",
|
|
560
|
+
"type": "domain",
|
|
561
|
+
"domains": [
|
|
562
|
+
"css",
|
|
563
|
+
"frontend",
|
|
564
|
+
"styling"
|
|
565
|
+
],
|
|
566
|
+
"agent_roles": [
|
|
567
|
+
"builder"
|
|
568
|
+
],
|
|
569
|
+
"detect_files": [
|
|
570
|
+
"tailwind.config.*"
|
|
571
|
+
],
|
|
572
|
+
"detect_packages": [
|
|
573
|
+
"tailwindcss"
|
|
574
|
+
],
|
|
575
|
+
"priority": "normal",
|
|
576
|
+
"version": "1.0",
|
|
577
|
+
"file_path": ".aether/skills/domain/tailwind/SKILL.md"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"name": "testing",
|
|
581
|
+
"description": "Use when the project needs automated testing with Jest, Vitest, pytest, or similar frameworks",
|
|
582
|
+
"type": "domain",
|
|
583
|
+
"domains": [
|
|
584
|
+
"testing",
|
|
585
|
+
"quality",
|
|
586
|
+
"tdd"
|
|
587
|
+
],
|
|
588
|
+
"agent_roles": [
|
|
589
|
+
"builder"
|
|
590
|
+
],
|
|
591
|
+
"detect_files": [
|
|
592
|
+
"*.test.*",
|
|
593
|
+
"*.spec.*"
|
|
594
|
+
],
|
|
595
|
+
"detect_packages": [
|
|
596
|
+
"jest",
|
|
597
|
+
"vitest",
|
|
598
|
+
"pytest"
|
|
599
|
+
],
|
|
600
|
+
"priority": "normal",
|
|
601
|
+
"version": "1.0",
|
|
602
|
+
"file_path": ".aether/skills/domain/testing/SKILL.md"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"name": "typescript",
|
|
606
|
+
"description": "Use when the project uses TypeScript for type-safe JavaScript development",
|
|
607
|
+
"type": "domain",
|
|
608
|
+
"domains": [
|
|
609
|
+
"typing",
|
|
610
|
+
"language",
|
|
611
|
+
"safety"
|
|
612
|
+
],
|
|
613
|
+
"agent_roles": [
|
|
614
|
+
"builder"
|
|
615
|
+
],
|
|
616
|
+
"detect_files": [
|
|
617
|
+
"tsconfig.json",
|
|
618
|
+
"*.ts"
|
|
619
|
+
],
|
|
620
|
+
"detect_packages": [],
|
|
621
|
+
"priority": "normal",
|
|
622
|
+
"version": "1.0",
|
|
623
|
+
"file_path": ".aether/skills/domain/typescript/SKILL.md"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"name": "vue",
|
|
627
|
+
"description": "Use when the project uses Vue.js for building reactive user interfaces",
|
|
628
|
+
"type": "domain",
|
|
629
|
+
"domains": [
|
|
630
|
+
"frontend",
|
|
631
|
+
"components",
|
|
632
|
+
"ui"
|
|
633
|
+
],
|
|
634
|
+
"agent_roles": [
|
|
635
|
+
"builder"
|
|
636
|
+
],
|
|
637
|
+
"detect_files": [
|
|
638
|
+
"*.vue",
|
|
639
|
+
"vue.config.*"
|
|
640
|
+
],
|
|
641
|
+
"detect_packages": [
|
|
642
|
+
"vue"
|
|
643
|
+
],
|
|
644
|
+
"priority": "normal",
|
|
645
|
+
"version": "1.0",
|
|
646
|
+
"file_path": ".aether/skills/domain/vue/SKILL.md"
|
|
647
|
+
}
|
|
648
|
+
]
|
|
649
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"managed_by": "aether",
|
|
3
|
+
"version": "2.1.0",
|
|
4
|
+
"skills": [
|
|
5
|
+
"build-discipline",
|
|
6
|
+
"colony-interaction",
|
|
7
|
+
"colony-lifecycle",
|
|
8
|
+
"colony-visuals",
|
|
9
|
+
"context-management",
|
|
10
|
+
"error-presentation",
|
|
11
|
+
"pheromone-protocol",
|
|
12
|
+
"pheromone-visibility",
|
|
13
|
+
"state-safety",
|
|
14
|
+
"worker-priming"
|
|
15
|
+
]
|
|
16
|
+
}
|