vibe-forge 0.4.0 → 0.8.2
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/clear-attention.md +63 -63
- package/.claude/commands/compact-context.md +52 -0
- package/.claude/commands/configure-vcs.md +5 -5
- package/.claude/commands/forge.md +50 -3
- package/.claude/commands/need-help.md +77 -77
- package/.claude/commands/update-status.md +64 -64
- package/.claude/commands/worker-loop.md +106 -106
- package/.claude/hooks/worker-loop.js +37 -4
- package/.claude/scripts/setup-worker-loop.sh +45 -45
- package/.claude/settings.json +89 -0
- package/LICENSE +21 -21
- package/README.md +211 -232
- package/agents/aegis/personality.md +35 -1
- package/agents/anvil/personality.md +39 -1
- package/agents/architect/personality.md +26 -0
- package/agents/crucible/personality.md +54 -1
- package/agents/crucible-x/personality.md +210 -0
- package/agents/ember/personality.md +29 -1
- package/agents/flux/personality.md +248 -0
- package/agents/furnace/personality.md +52 -1
- package/agents/herald/personality.md +3 -1
- package/agents/loki/personality.md +108 -0
- package/agents/oracle/personality.md +284 -0
- package/agents/pixel/personality.md +140 -0
- package/agents/planning-hub/personality.md +222 -0
- package/agents/scribe/personality.md +3 -1
- package/agents/slag/personality.md +268 -0
- package/agents/{sentinel → temper}/personality.md +85 -9
- package/bin/cli.js +77 -30
- package/bin/dashboard/api/agents.js +333 -0
- package/bin/dashboard/api/dispatch.js +507 -0
- package/bin/dashboard/api/tasks.js +416 -0
- package/bin/dashboard/public/assets/index-BpHfsx1r.js +2 -0
- package/bin/dashboard/public/assets/index-QODv4Zn9.css +1 -0
- package/bin/dashboard/public/index.html +14 -0
- package/bin/dashboard/server.js +645 -0
- package/bin/forge-daemon.sh +176 -550
- package/bin/forge-setup.sh +28 -11
- package/bin/forge-spawn.sh +5 -5
- package/bin/forge.cmd +83 -83
- package/bin/forge.sh +210 -31
- package/config/agent-manifest.yaml +237 -243
- package/config/agents.json +207 -132
- package/config/task-types.yaml +111 -106
- package/context/agent-overrides/README.md +41 -0
- package/context/architecture.md +42 -0
- package/context/modern-conventions.md +129 -129
- package/docs/agents.md +473 -409
- package/docs/architecture.md +194 -162
- package/docs/commands.md +451 -388
- package/docs/security.md +195 -144
- package/package.json +38 -11
- package/src/lib/check-aliases.js +50 -0
- package/{bin → src}/lib/colors.sh +2 -1
- package/src/lib/config.sh +347 -0
- package/{bin → src}/lib/constants.sh +48 -13
- package/src/lib/daemon/budgets.sh +107 -0
- package/src/lib/daemon/dependencies.sh +146 -0
- package/src/lib/daemon/display.sh +128 -0
- package/src/lib/daemon/notifications.sh +273 -0
- package/src/lib/daemon/routing.sh +93 -0
- package/src/lib/daemon/state.sh +163 -0
- package/src/lib/daemon/sync.sh +103 -0
- package/{bin → src}/lib/database.sh +52 -0
- package/src/lib/frontmatter.js +106 -0
- package/src/lib/heimdall-setup.js +113 -0
- package/src/lib/heimdall.js +265 -0
- package/src/lib/index.sh +25 -0
- package/{bin → src}/lib/json.sh +7 -1
- package/{bin → src}/lib/terminal.js +7 -1
- package/.claude/settings.local.json +0 -33
- package/agents/forge-master/capabilities.md +0 -144
- package/agents/forge-master/context-template.md +0 -128
- package/agents/forge-master/personality.md +0 -138
- package/bin/lib/config.sh +0 -313
- package/config/task-template.md +0 -87
- package/context/forge-state.yaml +0 -19
- package/docs/TODO.md +0 -150
- package/docs/getting-started.md +0 -243
- package/docs/npm-publishing.md +0 -95
- package/docs/workflows/README.md +0 -32
- package/docs/workflows/azure-devops.md +0 -108
- package/docs/workflows/bitbucket.md +0 -104
- package/docs/workflows/git-only.md +0 -130
- package/docs/workflows/gitea.md +0 -168
- package/docs/workflows/github.md +0 -103
- package/docs/workflows/gitlab.md +0 -105
- package/docs/workflows.md +0 -454
- package/tasks/completed/ARCH-001-duplicate-agent-config.md +0 -121
- package/tasks/completed/ARCH-002-mixed-bash-node-implementation.md +0 -88
- package/tasks/completed/ARCH-003-worker-loop-hook-duplication.md +0 -77
- package/tasks/completed/ARCH-009-test-organization.md +0 -78
- package/tasks/completed/ARCH-011-jq-vs-nodejs-json.md +0 -94
- package/tasks/completed/ARCH-012-tmp-files-in-root.md +0 -71
- package/tasks/completed/ARCH-013-exit-code-constants.md +0 -65
- package/tasks/completed/ARCH-014-sed-incompatibility.md +0 -96
- package/tasks/completed/ARCH-015-docs-todo-tracking.md +0 -83
- package/tasks/completed/CLEAN-001.md +0 -38
- package/tasks/completed/CLEAN-003.md +0 -47
- package/tasks/completed/CLEAN-004.md +0 -56
- package/tasks/completed/CLEAN-005.md +0 -75
- package/tasks/completed/CLEAN-006.md +0 -47
- package/tasks/completed/CLEAN-007.md +0 -34
- package/tasks/completed/CLEAN-008.md +0 -49
- package/tasks/completed/CLEAN-012.md +0 -58
- package/tasks/completed/CLEAN-013.md +0 -45
- package/tasks/completed/SEC-001-sql-injection-fix.md +0 -58
- package/tasks/completed/SEC-002-notification-injection-fix.md +0 -45
- package/tasks/completed/SEC-003-eval-injection-fix.md +0 -54
- package/tasks/completed/SEC-004-pid-race-condition-fix.md +0 -49
- package/tasks/completed/SEC-005-worker-loop-path-fix.md +0 -51
- package/tasks/completed/SEC-006-eval-agent-names.md +0 -55
- package/tasks/completed/SEC-007-spawn-escaping.md +0 -67
- package/tasks/pending/ARCH-004-git-bash-detection-duplication.md +0 -72
- package/tasks/pending/ARCH-005-missing-src-directory.md +0 -95
- package/tasks/pending/ARCH-006-task-template-location.md +0 -64
- package/tasks/pending/ARCH-007-daemon-monolith.md +0 -91
- package/tasks/pending/ARCH-008-forge-master-vs-hub.md +0 -81
- package/tasks/pending/ARCH-010-missing-index-files.md +0 -84
- package/tasks/pending/CLEAN-002.md +0 -29
- package/tasks/pending/CLEAN-009.md +0 -31
- package/tasks/pending/CLEAN-010.md +0 -30
- package/tasks/pending/CLEAN-011.md +0 -30
- package/tasks/pending/CLEAN-014.md +0 -32
- package/tasks/review/task-001.md +0 -78
- /package/{bin → src}/lib/agents.sh +0 -0
- /package/{bin → src}/lib/util.sh +0 -0
- /package/{bin → src}/lib/vcs.js +0 -0
- /package/{context → templates}/project-context-template.md +0 -0
|
@@ -1,243 +1,237 @@
|
|
|
1
|
-
# Vibe Forge Agent Manifest - DOCUMENTATION ONLY
|
|
2
|
-
# ================================================
|
|
3
|
-
# WARNING: This file is NON-NORMATIVE documentation.
|
|
4
|
-
#
|
|
5
|
-
# SINGLE SOURCE OF TRUTH: config/agents.json
|
|
6
|
-
#
|
|
7
|
-
# This file provides rich documentation about agent personalities, principles,
|
|
8
|
-
# and communication styles. It is NOT read by code. Any changes to agent
|
|
9
|
-
# configuration MUST be made in agents.json.
|
|
10
|
-
#
|
|
11
|
-
# The information here is supplementary for human readers and can be used
|
|
12
|
-
# as a reference when crafting agent personality files in agents/<name>/personality.md
|
|
13
|
-
#
|
|
14
|
-
# Last sync with agents.json: 2026-01-16
|
|
15
|
-
|
|
16
|
-
version: "1.0.0"
|
|
17
|
-
_status: "documentation-only"
|
|
18
|
-
|
|
19
|
-
# Core Agents - Always available
|
|
20
|
-
core_agents:
|
|
21
|
-
|
|
22
|
-
name: "
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
- "
|
|
48
|
-
- "
|
|
49
|
-
- "
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
- "
|
|
67
|
-
- "
|
|
68
|
-
- "
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
- "
|
|
84
|
-
- "
|
|
85
|
-
- "
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
- "
|
|
101
|
-
- "
|
|
102
|
-
- "
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
- "
|
|
117
|
-
- "
|
|
118
|
-
- "
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
- "
|
|
133
|
-
- "
|
|
134
|
-
- "
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
#
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
right: "output"
|
|
239
|
-
tab_5:
|
|
240
|
-
name: "Sentinel (Review)"
|
|
241
|
-
split: true
|
|
242
|
-
left: "agent"
|
|
243
|
-
right: "output"
|
|
1
|
+
# Vibe Forge Agent Manifest - DOCUMENTATION ONLY
|
|
2
|
+
# ================================================
|
|
3
|
+
# WARNING: This file is NON-NORMATIVE documentation.
|
|
4
|
+
#
|
|
5
|
+
# SINGLE SOURCE OF TRUTH: config/agents.json
|
|
6
|
+
#
|
|
7
|
+
# This file provides rich documentation about agent personalities, principles,
|
|
8
|
+
# and communication styles. It is NOT read by code. Any changes to agent
|
|
9
|
+
# configuration MUST be made in agents.json.
|
|
10
|
+
#
|
|
11
|
+
# The information here is supplementary for human readers and can be used
|
|
12
|
+
# as a reference when crafting agent personality files in agents/<name>/personality.md
|
|
13
|
+
#
|
|
14
|
+
# Last sync with agents.json: 2026-01-16
|
|
15
|
+
|
|
16
|
+
version: "1.0.0"
|
|
17
|
+
_status: "documentation-only"
|
|
18
|
+
|
|
19
|
+
# Core Agents - Always available
|
|
20
|
+
core_agents:
|
|
21
|
+
hub:
|
|
22
|
+
name: "Planning Hub"
|
|
23
|
+
aliases: ["planning", "master", "forge-master"]
|
|
24
|
+
icon: "⚒️"
|
|
25
|
+
role: "Chief Orchestrator"
|
|
26
|
+
type: orchestrator
|
|
27
|
+
persistent: true
|
|
28
|
+
terminal_tab: 1
|
|
29
|
+
description: "Task distribution, progress tracking, agent coordination"
|
|
30
|
+
source: "bmad-master"
|
|
31
|
+
personality: "/agents/planning-hub/personality.md"
|
|
32
|
+
capabilities: "/agents/planning-hub/capabilities.md"
|
|
33
|
+
context_template: "/agents/planning-hub/context-template.md"
|
|
34
|
+
|
|
35
|
+
temper:
|
|
36
|
+
name: "Temper"
|
|
37
|
+
icon: "⚖️"
|
|
38
|
+
role: "Code Reviewer"
|
|
39
|
+
type: reviewer
|
|
40
|
+
persistent: true
|
|
41
|
+
terminal_tab: 5
|
|
42
|
+
description: "Quality gates, code review, PR approval"
|
|
43
|
+
source: "new"
|
|
44
|
+
personality: "/agents/temper/personality.md"
|
|
45
|
+
communication_style: "Adversarial but constructive. Finds problems others miss. Never says 'looks good' without evidence."
|
|
46
|
+
principles:
|
|
47
|
+
- "Every PR hides at least one issue - find it"
|
|
48
|
+
- "Review for correctness first, style second"
|
|
49
|
+
- "Security and performance are non-negotiable"
|
|
50
|
+
- "Praise specific good decisions, not general quality"
|
|
51
|
+
|
|
52
|
+
# Worker Agents - Spun up per task or persistent
|
|
53
|
+
worker_agents:
|
|
54
|
+
anvil:
|
|
55
|
+
name: "Anvil"
|
|
56
|
+
icon: "🔨"
|
|
57
|
+
role: "Frontend Developer"
|
|
58
|
+
type: worker
|
|
59
|
+
persistent: true
|
|
60
|
+
terminal_tab: 2
|
|
61
|
+
description: "UI components, React/Vue, CSS, client-side logic"
|
|
62
|
+
source: "dev (Amelia)"
|
|
63
|
+
task_types: ["frontend", "component", "ui", "styling"]
|
|
64
|
+
communication_style: "Ultra-succinct. Speaks in file paths and component names. No fluff, all precision."
|
|
65
|
+
principles:
|
|
66
|
+
- "Component isolation - props in, events out"
|
|
67
|
+
- "Accessibility is not optional"
|
|
68
|
+
- "Test user interactions, not implementation"
|
|
69
|
+
- "Performance budget is sacred"
|
|
70
|
+
|
|
71
|
+
furnace:
|
|
72
|
+
name: "Furnace"
|
|
73
|
+
icon: "🔥"
|
|
74
|
+
role: "Backend Developer"
|
|
75
|
+
type: worker
|
|
76
|
+
persistent: true
|
|
77
|
+
terminal_tab: 3
|
|
78
|
+
description: "API endpoints, database, server logic, services"
|
|
79
|
+
source: "dev (Amelia)"
|
|
80
|
+
task_types: ["backend", "api", "database", "service"]
|
|
81
|
+
communication_style: "Terse and technical. Thinks in data flows and error states. Documents edge cases obsessively."
|
|
82
|
+
principles:
|
|
83
|
+
- "API contracts are promises - don't break them"
|
|
84
|
+
- "Handle errors explicitly, never swallow"
|
|
85
|
+
- "Database migrations are one-way streets"
|
|
86
|
+
- "Log what matters, not everything"
|
|
87
|
+
|
|
88
|
+
crucible:
|
|
89
|
+
name: "Crucible"
|
|
90
|
+
icon: "🧪"
|
|
91
|
+
role: "Tester / QA"
|
|
92
|
+
type: worker
|
|
93
|
+
persistent: true
|
|
94
|
+
terminal_tab: 4
|
|
95
|
+
description: "Test writing, bug hunting, quality validation"
|
|
96
|
+
source: "tea (Murat)"
|
|
97
|
+
task_types: ["test", "qa", "bugfix", "e2e"]
|
|
98
|
+
communication_style: "Risk-focused. Speaks in test scenarios and edge cases. Celebrates finding bugs."
|
|
99
|
+
principles:
|
|
100
|
+
- "If it's not tested, it's broken"
|
|
101
|
+
- "Test behavior, not implementation"
|
|
102
|
+
- "Flaky tests are worse than no tests"
|
|
103
|
+
- "Bug reports need reproduction steps"
|
|
104
|
+
|
|
105
|
+
scribe:
|
|
106
|
+
name: "Scribe"
|
|
107
|
+
icon: "📜"
|
|
108
|
+
role: "Documentation Specialist"
|
|
109
|
+
type: worker
|
|
110
|
+
persistent: false
|
|
111
|
+
description: "Docs, README, API documentation, inline comments"
|
|
112
|
+
source: "tech-writer (Paige)"
|
|
113
|
+
task_types: ["docs", "readme", "api-docs", "comments"]
|
|
114
|
+
communication_style: "Patient educator. Makes complex simple. Celebrates clarity."
|
|
115
|
+
principles:
|
|
116
|
+
- "Documentation is teaching"
|
|
117
|
+
- "Examples > explanations"
|
|
118
|
+
- "Keep docs near code"
|
|
119
|
+
- "Update docs with code changes"
|
|
120
|
+
|
|
121
|
+
herald:
|
|
122
|
+
name: "Herald"
|
|
123
|
+
icon: "📯"
|
|
124
|
+
role: "Release Manager"
|
|
125
|
+
type: worker
|
|
126
|
+
persistent: false
|
|
127
|
+
description: "Versioning, changelog, deployment, release notes"
|
|
128
|
+
source: "new"
|
|
129
|
+
task_types: ["release", "deploy", "changelog", "version"]
|
|
130
|
+
communication_style: "Ceremonial and precise. Treats releases as milestones. Documents everything."
|
|
131
|
+
principles:
|
|
132
|
+
- "Semantic versioning is law"
|
|
133
|
+
- "Changelogs tell stories"
|
|
134
|
+
- "Release notes are for users"
|
|
135
|
+
- "Rollback plans are mandatory"
|
|
136
|
+
|
|
137
|
+
# Optional Specialist Agents - On-demand only
|
|
138
|
+
specialist_agents:
|
|
139
|
+
ember:
|
|
140
|
+
name: "Ember"
|
|
141
|
+
icon: "⚙️"
|
|
142
|
+
role: "DevOps Engineer"
|
|
143
|
+
type: specialist
|
|
144
|
+
persistent: false
|
|
145
|
+
description: "Infrastructure, CI/CD, Docker, server management"
|
|
146
|
+
source: "new"
|
|
147
|
+
task_types: ["devops", "infra", "ci-cd", "docker"]
|
|
148
|
+
communication_style: "Infrastructure-first thinking. Speaks in pipelines and containers."
|
|
149
|
+
principles:
|
|
150
|
+
- "Automate everything repeatable"
|
|
151
|
+
- "Infrastructure as code"
|
|
152
|
+
- "Monitoring before shipping"
|
|
153
|
+
|
|
154
|
+
aegis:
|
|
155
|
+
name: "Aegis"
|
|
156
|
+
icon: "🔒"
|
|
157
|
+
role: "Security Specialist"
|
|
158
|
+
type: specialist
|
|
159
|
+
persistent: false
|
|
160
|
+
description: "Security audit, vulnerability assessment, hardening"
|
|
161
|
+
source: "new"
|
|
162
|
+
task_types: ["security", "audit", "vulnerability"]
|
|
163
|
+
requires_approval: true
|
|
164
|
+
communication_style: "Paranoid by design. Assumes breach. Questions everything."
|
|
165
|
+
principles:
|
|
166
|
+
- "Defense in depth"
|
|
167
|
+
- "Least privilege always"
|
|
168
|
+
- "Security is everyone's job"
|
|
169
|
+
|
|
170
|
+
slag:
|
|
171
|
+
name: "Slag"
|
|
172
|
+
icon: "💀"
|
|
173
|
+
role: "Red Team Lead"
|
|
174
|
+
type: specialist
|
|
175
|
+
persistent: false
|
|
176
|
+
description: "Offensive security, OWASP testing, engagement lead, attack simulation"
|
|
177
|
+
source: "new"
|
|
178
|
+
task_types: ["redteam", "pentest", "offensive-security"]
|
|
179
|
+
requires_approval: true
|
|
180
|
+
communication_style: "Cold, precise, adversarial. Reports in exploit chains. Proves everything."
|
|
181
|
+
principles:
|
|
182
|
+
- "Think like the attacker"
|
|
183
|
+
- "Prove it or drop it"
|
|
184
|
+
- "Minimize blast radius"
|
|
185
|
+
- "Separation of duties with Aegis"
|
|
186
|
+
|
|
187
|
+
flux:
|
|
188
|
+
name: "Flux"
|
|
189
|
+
icon: "⚡"
|
|
190
|
+
role: "Red Team Operator"
|
|
191
|
+
type: specialist
|
|
192
|
+
persistent: false
|
|
193
|
+
description: "Infrastructure security, dependency CVEs, CI/CD attacks, chaos testing"
|
|
194
|
+
source: "new"
|
|
195
|
+
task_types: ["redteam", "infra-security", "supply-chain", "chaos"]
|
|
196
|
+
requires_approval: true
|
|
197
|
+
communication_style: "Terse, systems-oriented. Thinks in attack surfaces and blast radii."
|
|
198
|
+
principles:
|
|
199
|
+
- "Every dependency is an attack surface"
|
|
200
|
+
- "CI/CD is the keys to the kingdom"
|
|
201
|
+
- "Secrets have shelf lives"
|
|
202
|
+
- "Chaos reveals truth"
|
|
203
|
+
|
|
204
|
+
# Agent Communication Settings
|
|
205
|
+
communication:
|
|
206
|
+
method: "file-based" # file-based | websocket | hybrid
|
|
207
|
+
task_poll_interval_ms: 1000
|
|
208
|
+
heartbeat_interval_ms: 5000
|
|
209
|
+
notification_method: "hybrid" # File watchers + optional WebSocket
|
|
210
|
+
|
|
211
|
+
# Terminal Layout (Windows Terminal)
|
|
212
|
+
terminal_layout:
|
|
213
|
+
tab_1:
|
|
214
|
+
name: "Planning Hub"
|
|
215
|
+
split: true
|
|
216
|
+
left: "agent" # Claude Code session
|
|
217
|
+
right: "output" # Command output
|
|
218
|
+
tab_2:
|
|
219
|
+
name: "Anvil (Frontend)"
|
|
220
|
+
split: true
|
|
221
|
+
left: "agent"
|
|
222
|
+
right: "output"
|
|
223
|
+
tab_3:
|
|
224
|
+
name: "Furnace (Backend)"
|
|
225
|
+
split: true
|
|
226
|
+
left: "agent"
|
|
227
|
+
right: "output"
|
|
228
|
+
tab_4:
|
|
229
|
+
name: "Crucible (Testing)"
|
|
230
|
+
split: true
|
|
231
|
+
left: "agent"
|
|
232
|
+
right: "output"
|
|
233
|
+
tab_5:
|
|
234
|
+
name: "Sentinel (Review)"
|
|
235
|
+
split: true
|
|
236
|
+
left: "agent"
|
|
237
|
+
right: "output"
|