ac-framework 1.9.5 → 1.9.7
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/LICENSE +1 -0
- package/README.md +16 -1
- package/framework/mobile_development/.agent/workflows/ac.md +57 -4
- package/framework/mobile_development/.amazonq/prompts/ac.md +57 -4
- package/framework/mobile_development/.antigravity/workflows/ac.md +57 -4
- package/framework/mobile_development/.augment/commands/ac.md +57 -4
- package/framework/mobile_development/.claude/commands/opsx/ac.md +57 -4
- package/framework/mobile_development/.cline/commands/opsx/ac.md +57 -4
- package/framework/mobile_development/.clinerules/workflows/ac.md +57 -4
- package/framework/mobile_development/.codebuddy/commands/opsx/ac.md +57 -4
- package/framework/mobile_development/.continue/prompts/ac.md +57 -4
- package/framework/mobile_development/.cospec/openspec/commands/ac.md +57 -4
- package/framework/mobile_development/.crush/commands/opsx/ac.md +57 -4
- package/framework/mobile_development/.cursor/commands/ac.md +57 -4
- package/framework/mobile_development/.factory/commands/ac.md +57 -4
- package/framework/mobile_development/.gemini/commands/opsx/ac.md +57 -4
- package/framework/mobile_development/.github/prompts/ac.md +57 -4
- package/framework/mobile_development/.iflow/commands/ac.md +57 -4
- package/framework/mobile_development/.kilocode/workflows/ac.md +57 -4
- package/framework/mobile_development/.kimi/workflows/ac.md +57 -4
- package/framework/mobile_development/.opencode/command/ac.md +57 -4
- package/framework/mobile_development/.qoder/commands/opsx/ac.md +57 -4
- package/framework/mobile_development/.qwen/commands/ac.md +57 -4
- package/framework/mobile_development/.roo/commands/ac.md +57 -4
- package/framework/mobile_development/.windsurf/workflows/ac.md +57 -4
- package/framework/new_project/.agent/workflows/ac.md +39 -0
- package/framework/new_project/.amazonq/prompts/ac.md +39 -0
- package/framework/new_project/.antigravity/workflows/ac.md +39 -0
- package/framework/new_project/.augment/commands/ac.md +39 -0
- package/framework/new_project/.claude/commands/opsx/ac.md +39 -0
- package/framework/new_project/.cline/commands/opsx/ac.md +39 -0
- package/framework/new_project/.clinerules/workflows/ac.md +39 -0
- package/framework/new_project/.codebuddy/commands/opsx/ac.md +39 -0
- package/framework/new_project/.continue/prompts/ac.md +39 -0
- package/framework/new_project/.cospec/openspec/commands/ac.md +39 -0
- package/framework/new_project/.crush/commands/opsx/ac.md +39 -0
- package/framework/new_project/.cursor/commands/ac.md +39 -0
- package/framework/new_project/.factory/commands/ac.md +39 -0
- package/framework/new_project/.gemini/commands/opsx/ac.md +39 -0
- package/framework/new_project/.github/prompts/ac.md +39 -0
- package/framework/new_project/.iflow/commands/ac.md +39 -0
- package/framework/new_project/.kilocode/workflows/ac.md +39 -0
- package/framework/new_project/.kimi/workflows/ac.md +39 -0
- package/framework/new_project/.opencode/command/ac.md +16 -4
- package/framework/new_project/.qoder/commands/opsx/ac.md +39 -0
- package/framework/new_project/.qwen/commands/ac.md +39 -0
- package/framework/new_project/.roo/commands/ac.md +39 -0
- package/framework/new_project/.windsurf/workflows/ac.md +39 -0
- package/framework/web_development/.agent/workflows/ac.md +39 -0
- package/framework/web_development/.amazonq/prompts/ac.md +39 -0
- package/framework/web_development/.antigravity/workflows/ac.md +39 -0
- package/framework/web_development/.augment/commands/ac.md +39 -0
- package/framework/web_development/.claude/commands/opsx/ac.md +39 -0
- package/framework/web_development/.cline/commands/opsx/ac.md +39 -0
- package/framework/web_development/.clinerules/workflows/ac.md +39 -0
- package/framework/web_development/.codebuddy/commands/opsx/ac.md +39 -0
- package/framework/web_development/.continue/prompts/ac.md +39 -0
- package/framework/web_development/.cospec/openspec/commands/ac.md +39 -0
- package/framework/web_development/.crush/commands/opsx/ac.md +39 -0
- package/framework/web_development/.cursor/commands/ac.md +39 -0
- package/framework/web_development/.factory/commands/ac.md +39 -0
- package/framework/web_development/.gemini/commands/opsx/ac.md +39 -0
- package/framework/web_development/.github/prompts/ac.md +39 -0
- package/framework/web_development/.iflow/commands/ac.md +39 -0
- package/framework/web_development/.kilocode/workflows/ac.md +39 -0
- package/framework/web_development/.kimi/workflows/ac.md +39 -0
- package/framework/web_development/.opencode/command/ac.md +16 -4
- package/framework/web_development/.qoder/commands/opsx/ac.md +39 -0
- package/framework/web_development/.qwen/commands/ac.md +39 -0
- package/framework/web_development/.roo/commands/ac.md +39 -0
- package/framework/web_development/.windsurf/workflows/ac.md +39 -0
- package/package.json +1 -1
- package/src/agents/config-store.js +49 -0
- package/src/agents/constants.js +1 -0
- package/src/agents/model-selection.js +38 -0
- package/src/agents/opencode-client.js +68 -9
- package/src/agents/orchestrator.js +10 -3
- package/src/agents/runtime.js +82 -0
- package/src/agents/state-store.js +3 -1
- package/src/commands/agents.js +319 -83
- package/src/mcp/collab-server.js +105 -4
- package/src/services/dependency-installer.js +20 -1
|
@@ -98,6 +98,45 @@ acfm memory stats
|
|
|
98
98
|
|
|
99
99
|
**User communication:** "Memory saved: [brief description]" when auto-saving occurs.
|
|
100
100
|
|
|
101
|
+
### SynapseGrid Collaborative MCP Protocol (Optional)
|
|
102
|
+
|
|
103
|
+
If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborative MCP server automatically for detected assistants.
|
|
104
|
+
|
|
105
|
+
**Session-start requirement when collaboration is enabled:**
|
|
106
|
+
1. Prefer the available SynapseGrid MCP tools for collaborative session control before falling back to direct CLI.
|
|
107
|
+
2. Use shared session state and transcript as the source of truth for role-by-role collaboration.
|
|
108
|
+
3. If collaborative MCP is unavailable, use CLI fallback commands and keep behavior equivalent.
|
|
109
|
+
|
|
110
|
+
**How to use SynapseGrid collaboration:**
|
|
111
|
+
```text
|
|
112
|
+
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for start/status/step/resume/stop.
|
|
113
|
+
Fallback: use AC Framework agents CLI commands directly.
|
|
114
|
+
```
|
|
115
|
+
```bash
|
|
116
|
+
# Install/update collaborative MCP server integrations
|
|
117
|
+
acfm agents install-mcps
|
|
118
|
+
|
|
119
|
+
# Start collaborative runtime with visible 4-pane tmux war-room
|
|
120
|
+
acfm agents start --task "design and implement feature X" --attach --model-coder provider/model
|
|
121
|
+
|
|
122
|
+
# If already running in background, attach to panes and inspect logs
|
|
123
|
+
acfm agents live
|
|
124
|
+
acfm agents logs --role all --lines 120
|
|
125
|
+
|
|
126
|
+
# Resume/list/export operations
|
|
127
|
+
acfm agents resume
|
|
128
|
+
acfm agents list
|
|
129
|
+
acfm agents export --format md --out synapse-session.md
|
|
130
|
+
|
|
131
|
+
# Fast diagnostics for OpenCode resolution errors
|
|
132
|
+
acfm agents setup
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**Troubleshooting notes:**
|
|
136
|
+
- If transcript shows `Agent failed: spawn opencode ENOENT`, run `acfm agents setup` and restart/resume session.
|
|
137
|
+
- If session exists but panes are not visible, use `acfm agents live` (or `acfm agents attach`) or `tmux attach -t <session-name>`.
|
|
138
|
+
- For MCP-first flows, ensure session start enables worker spawning so tmux panes are created.
|
|
139
|
+
- Per-role models can be set at start (`--model-planner`, `--model-critic`, `--model-coder`, `--model-reviewer`) or persisted via `acfm agents model set`.
|
|
101
140
|
|
|
102
141
|
### OpenSpec Skills (The heart of the framework)
|
|
103
142
|
|
|
@@ -98,6 +98,45 @@ acfm memory stats
|
|
|
98
98
|
|
|
99
99
|
**User communication:** "Memory saved: [brief description]" when auto-saving occurs.
|
|
100
100
|
|
|
101
|
+
### SynapseGrid Collaborative MCP Protocol (Optional)
|
|
102
|
+
|
|
103
|
+
If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborative MCP server automatically for detected assistants.
|
|
104
|
+
|
|
105
|
+
**Session-start requirement when collaboration is enabled:**
|
|
106
|
+
1. Prefer the available SynapseGrid MCP tools for collaborative session control before falling back to direct CLI.
|
|
107
|
+
2. Use shared session state and transcript as the source of truth for role-by-role collaboration.
|
|
108
|
+
3. If collaborative MCP is unavailable, use CLI fallback commands and keep behavior equivalent.
|
|
109
|
+
|
|
110
|
+
**How to use SynapseGrid collaboration:**
|
|
111
|
+
```text
|
|
112
|
+
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for start/status/step/resume/stop.
|
|
113
|
+
Fallback: use AC Framework agents CLI commands directly.
|
|
114
|
+
```
|
|
115
|
+
```bash
|
|
116
|
+
# Install/update collaborative MCP server integrations
|
|
117
|
+
acfm agents install-mcps
|
|
118
|
+
|
|
119
|
+
# Start collaborative runtime with visible 4-pane tmux war-room
|
|
120
|
+
acfm agents start --task "design and implement feature X" --attach --model-coder provider/model
|
|
121
|
+
|
|
122
|
+
# If already running in background, attach to panes and inspect logs
|
|
123
|
+
acfm agents live
|
|
124
|
+
acfm agents logs --role all --lines 120
|
|
125
|
+
|
|
126
|
+
# Resume/list/export operations
|
|
127
|
+
acfm agents resume
|
|
128
|
+
acfm agents list
|
|
129
|
+
acfm agents export --format md --out synapse-session.md
|
|
130
|
+
|
|
131
|
+
# Fast diagnostics for OpenCode resolution errors
|
|
132
|
+
acfm agents setup
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**Troubleshooting notes:**
|
|
136
|
+
- If transcript shows `Agent failed: spawn opencode ENOENT`, run `acfm agents setup` and restart/resume session.
|
|
137
|
+
- If session exists but panes are not visible, use `acfm agents live` (or `acfm agents attach`) or `tmux attach -t <session-name>`.
|
|
138
|
+
- For MCP-first flows, ensure session start enables worker spawning so tmux panes are created.
|
|
139
|
+
- Per-role models can be set at start (`--model-planner`, `--model-critic`, `--model-coder`, `--model-reviewer`) or persisted via `acfm agents model set`.
|
|
101
140
|
|
|
102
141
|
### OpenSpec Skills (The heart of the framework)
|
|
103
142
|
|
|
@@ -98,6 +98,45 @@ acfm memory stats
|
|
|
98
98
|
|
|
99
99
|
**User communication:** "Memory saved: [brief description]" when auto-saving occurs.
|
|
100
100
|
|
|
101
|
+
### SynapseGrid Collaborative MCP Protocol (Optional)
|
|
102
|
+
|
|
103
|
+
If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborative MCP server automatically for detected assistants.
|
|
104
|
+
|
|
105
|
+
**Session-start requirement when collaboration is enabled:**
|
|
106
|
+
1. Prefer the available SynapseGrid MCP tools for collaborative session control before falling back to direct CLI.
|
|
107
|
+
2. Use shared session state and transcript as the source of truth for role-by-role collaboration.
|
|
108
|
+
3. If collaborative MCP is unavailable, use CLI fallback commands and keep behavior equivalent.
|
|
109
|
+
|
|
110
|
+
**How to use SynapseGrid collaboration:**
|
|
111
|
+
```text
|
|
112
|
+
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for start/status/step/resume/stop.
|
|
113
|
+
Fallback: use AC Framework agents CLI commands directly.
|
|
114
|
+
```
|
|
115
|
+
```bash
|
|
116
|
+
# Install/update collaborative MCP server integrations
|
|
117
|
+
acfm agents install-mcps
|
|
118
|
+
|
|
119
|
+
# Start collaborative runtime with visible 4-pane tmux war-room
|
|
120
|
+
acfm agents start --task "design and implement feature X" --attach --model-coder provider/model
|
|
121
|
+
|
|
122
|
+
# If already running in background, attach to panes and inspect logs
|
|
123
|
+
acfm agents live
|
|
124
|
+
acfm agents logs --role all --lines 120
|
|
125
|
+
|
|
126
|
+
# Resume/list/export operations
|
|
127
|
+
acfm agents resume
|
|
128
|
+
acfm agents list
|
|
129
|
+
acfm agents export --format md --out synapse-session.md
|
|
130
|
+
|
|
131
|
+
# Fast diagnostics for OpenCode resolution errors
|
|
132
|
+
acfm agents setup
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**Troubleshooting notes:**
|
|
136
|
+
- If transcript shows `Agent failed: spawn opencode ENOENT`, run `acfm agents setup` and restart/resume session.
|
|
137
|
+
- If session exists but panes are not visible, use `acfm agents live` (or `acfm agents attach`) or `tmux attach -t <session-name>`.
|
|
138
|
+
- For MCP-first flows, ensure session start enables worker spawning so tmux panes are created.
|
|
139
|
+
- Per-role models can be set at start (`--model-planner`, `--model-critic`, `--model-coder`, `--model-reviewer`) or persisted via `acfm agents model set`.
|
|
101
140
|
|
|
102
141
|
### OpenSpec Skills (The heart of the framework)
|
|
103
142
|
|
|
@@ -98,6 +98,45 @@ acfm memory stats
|
|
|
98
98
|
|
|
99
99
|
**User communication:** "Memory saved: [brief description]" when auto-saving occurs.
|
|
100
100
|
|
|
101
|
+
### SynapseGrid Collaborative MCP Protocol (Optional)
|
|
102
|
+
|
|
103
|
+
If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborative MCP server automatically for detected assistants.
|
|
104
|
+
|
|
105
|
+
**Session-start requirement when collaboration is enabled:**
|
|
106
|
+
1. Prefer the available SynapseGrid MCP tools for collaborative session control before falling back to direct CLI.
|
|
107
|
+
2. Use shared session state and transcript as the source of truth for role-by-role collaboration.
|
|
108
|
+
3. If collaborative MCP is unavailable, use CLI fallback commands and keep behavior equivalent.
|
|
109
|
+
|
|
110
|
+
**How to use SynapseGrid collaboration:**
|
|
111
|
+
```text
|
|
112
|
+
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for start/status/step/resume/stop.
|
|
113
|
+
Fallback: use AC Framework agents CLI commands directly.
|
|
114
|
+
```
|
|
115
|
+
```bash
|
|
116
|
+
# Install/update collaborative MCP server integrations
|
|
117
|
+
acfm agents install-mcps
|
|
118
|
+
|
|
119
|
+
# Start collaborative runtime with visible 4-pane tmux war-room
|
|
120
|
+
acfm agents start --task "design and implement feature X" --attach --model-coder provider/model
|
|
121
|
+
|
|
122
|
+
# If already running in background, attach to panes and inspect logs
|
|
123
|
+
acfm agents live
|
|
124
|
+
acfm agents logs --role all --lines 120
|
|
125
|
+
|
|
126
|
+
# Resume/list/export operations
|
|
127
|
+
acfm agents resume
|
|
128
|
+
acfm agents list
|
|
129
|
+
acfm agents export --format md --out synapse-session.md
|
|
130
|
+
|
|
131
|
+
# Fast diagnostics for OpenCode resolution errors
|
|
132
|
+
acfm agents setup
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**Troubleshooting notes:**
|
|
136
|
+
- If transcript shows `Agent failed: spawn opencode ENOENT`, run `acfm agents setup` and restart/resume session.
|
|
137
|
+
- If session exists but panes are not visible, use `acfm agents live` (or `acfm agents attach`) or `tmux attach -t <session-name>`.
|
|
138
|
+
- For MCP-first flows, ensure session start enables worker spawning so tmux panes are created.
|
|
139
|
+
- Per-role models can be set at start (`--model-planner`, `--model-critic`, `--model-coder`, `--model-reviewer`) or persisted via `acfm agents model set`.
|
|
101
140
|
|
|
102
141
|
### OpenSpec Skills (The heart of the framework)
|
|
103
142
|
|
|
@@ -98,6 +98,45 @@ acfm memory stats
|
|
|
98
98
|
|
|
99
99
|
**User communication:** "Memory saved: [brief description]" when auto-saving occurs.
|
|
100
100
|
|
|
101
|
+
### SynapseGrid Collaborative MCP Protocol (Optional)
|
|
102
|
+
|
|
103
|
+
If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborative MCP server automatically for detected assistants.
|
|
104
|
+
|
|
105
|
+
**Session-start requirement when collaboration is enabled:**
|
|
106
|
+
1. Prefer the available SynapseGrid MCP tools for collaborative session control before falling back to direct CLI.
|
|
107
|
+
2. Use shared session state and transcript as the source of truth for role-by-role collaboration.
|
|
108
|
+
3. If collaborative MCP is unavailable, use CLI fallback commands and keep behavior equivalent.
|
|
109
|
+
|
|
110
|
+
**How to use SynapseGrid collaboration:**
|
|
111
|
+
```text
|
|
112
|
+
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for start/status/step/resume/stop.
|
|
113
|
+
Fallback: use AC Framework agents CLI commands directly.
|
|
114
|
+
```
|
|
115
|
+
```bash
|
|
116
|
+
# Install/update collaborative MCP server integrations
|
|
117
|
+
acfm agents install-mcps
|
|
118
|
+
|
|
119
|
+
# Start collaborative runtime with visible 4-pane tmux war-room
|
|
120
|
+
acfm agents start --task "design and implement feature X" --attach --model-coder provider/model
|
|
121
|
+
|
|
122
|
+
# If already running in background, attach to panes and inspect logs
|
|
123
|
+
acfm agents live
|
|
124
|
+
acfm agents logs --role all --lines 120
|
|
125
|
+
|
|
126
|
+
# Resume/list/export operations
|
|
127
|
+
acfm agents resume
|
|
128
|
+
acfm agents list
|
|
129
|
+
acfm agents export --format md --out synapse-session.md
|
|
130
|
+
|
|
131
|
+
# Fast diagnostics for OpenCode resolution errors
|
|
132
|
+
acfm agents setup
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**Troubleshooting notes:**
|
|
136
|
+
- If transcript shows `Agent failed: spawn opencode ENOENT`, run `acfm agents setup` and restart/resume session.
|
|
137
|
+
- If session exists but panes are not visible, use `acfm agents live` (or `acfm agents attach`) or `tmux attach -t <session-name>`.
|
|
138
|
+
- For MCP-first flows, ensure session start enables worker spawning so tmux panes are created.
|
|
139
|
+
- Per-role models can be set at start (`--model-planner`, `--model-critic`, `--model-coder`, `--model-reviewer`) or persisted via `acfm agents model set`.
|
|
101
140
|
|
|
102
141
|
### OpenSpec Skills (The heart of the framework)
|
|
103
142
|
|
|
@@ -98,6 +98,45 @@ acfm memory stats
|
|
|
98
98
|
|
|
99
99
|
**User communication:** "Memory saved: [brief description]" when auto-saving occurs.
|
|
100
100
|
|
|
101
|
+
### SynapseGrid Collaborative MCP Protocol (Optional)
|
|
102
|
+
|
|
103
|
+
If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborative MCP server automatically for detected assistants.
|
|
104
|
+
|
|
105
|
+
**Session-start requirement when collaboration is enabled:**
|
|
106
|
+
1. Prefer the available SynapseGrid MCP tools for collaborative session control before falling back to direct CLI.
|
|
107
|
+
2. Use shared session state and transcript as the source of truth for role-by-role collaboration.
|
|
108
|
+
3. If collaborative MCP is unavailable, use CLI fallback commands and keep behavior equivalent.
|
|
109
|
+
|
|
110
|
+
**How to use SynapseGrid collaboration:**
|
|
111
|
+
```text
|
|
112
|
+
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for start/status/step/resume/stop.
|
|
113
|
+
Fallback: use AC Framework agents CLI commands directly.
|
|
114
|
+
```
|
|
115
|
+
```bash
|
|
116
|
+
# Install/update collaborative MCP server integrations
|
|
117
|
+
acfm agents install-mcps
|
|
118
|
+
|
|
119
|
+
# Start collaborative runtime with visible 4-pane tmux war-room
|
|
120
|
+
acfm agents start --task "design and implement feature X" --attach --model-coder provider/model
|
|
121
|
+
|
|
122
|
+
# If already running in background, attach to panes and inspect logs
|
|
123
|
+
acfm agents live
|
|
124
|
+
acfm agents logs --role all --lines 120
|
|
125
|
+
|
|
126
|
+
# Resume/list/export operations
|
|
127
|
+
acfm agents resume
|
|
128
|
+
acfm agents list
|
|
129
|
+
acfm agents export --format md --out synapse-session.md
|
|
130
|
+
|
|
131
|
+
# Fast diagnostics for OpenCode resolution errors
|
|
132
|
+
acfm agents setup
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**Troubleshooting notes:**
|
|
136
|
+
- If transcript shows `Agent failed: spawn opencode ENOENT`, run `acfm agents setup` and restart/resume session.
|
|
137
|
+
- If session exists but panes are not visible, use `acfm agents live` (or `acfm agents attach`) or `tmux attach -t <session-name>`.
|
|
138
|
+
- For MCP-first flows, ensure session start enables worker spawning so tmux panes are created.
|
|
139
|
+
- Per-role models can be set at start (`--model-planner`, `--model-critic`, `--model-coder`, `--model-reviewer`) or persisted via `acfm agents model set`.
|
|
101
140
|
|
|
102
141
|
### OpenSpec Skills (The heart of the framework)
|
|
103
142
|
|
|
@@ -98,6 +98,45 @@ acfm memory stats
|
|
|
98
98
|
|
|
99
99
|
**User communication:** "Memory saved: [brief description]" when auto-saving occurs.
|
|
100
100
|
|
|
101
|
+
### SynapseGrid Collaborative MCP Protocol (Optional)
|
|
102
|
+
|
|
103
|
+
If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborative MCP server automatically for detected assistants.
|
|
104
|
+
|
|
105
|
+
**Session-start requirement when collaboration is enabled:**
|
|
106
|
+
1. Prefer the available SynapseGrid MCP tools for collaborative session control before falling back to direct CLI.
|
|
107
|
+
2. Use shared session state and transcript as the source of truth for role-by-role collaboration.
|
|
108
|
+
3. If collaborative MCP is unavailable, use CLI fallback commands and keep behavior equivalent.
|
|
109
|
+
|
|
110
|
+
**How to use SynapseGrid collaboration:**
|
|
111
|
+
```text
|
|
112
|
+
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for start/status/step/resume/stop.
|
|
113
|
+
Fallback: use AC Framework agents CLI commands directly.
|
|
114
|
+
```
|
|
115
|
+
```bash
|
|
116
|
+
# Install/update collaborative MCP server integrations
|
|
117
|
+
acfm agents install-mcps
|
|
118
|
+
|
|
119
|
+
# Start collaborative runtime with visible 4-pane tmux war-room
|
|
120
|
+
acfm agents start --task "design and implement feature X" --attach --model-coder provider/model
|
|
121
|
+
|
|
122
|
+
# If already running in background, attach to panes and inspect logs
|
|
123
|
+
acfm agents live
|
|
124
|
+
acfm agents logs --role all --lines 120
|
|
125
|
+
|
|
126
|
+
# Resume/list/export operations
|
|
127
|
+
acfm agents resume
|
|
128
|
+
acfm agents list
|
|
129
|
+
acfm agents export --format md --out synapse-session.md
|
|
130
|
+
|
|
131
|
+
# Fast diagnostics for OpenCode resolution errors
|
|
132
|
+
acfm agents setup
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**Troubleshooting notes:**
|
|
136
|
+
- If transcript shows `Agent failed: spawn opencode ENOENT`, run `acfm agents setup` and restart/resume session.
|
|
137
|
+
- If session exists but panes are not visible, use `acfm agents live` (or `acfm agents attach`) or `tmux attach -t <session-name>`.
|
|
138
|
+
- For MCP-first flows, ensure session start enables worker spawning so tmux panes are created.
|
|
139
|
+
- Per-role models can be set at start (`--model-planner`, `--model-critic`, `--model-coder`, `--model-reviewer`) or persisted via `acfm agents model set`.
|
|
101
140
|
|
|
102
141
|
### OpenSpec Skills (The heart of the framework)
|
|
103
142
|
|
|
@@ -98,6 +98,45 @@ acfm memory stats
|
|
|
98
98
|
|
|
99
99
|
**User communication:** "Memory saved: [brief description]" when auto-saving occurs.
|
|
100
100
|
|
|
101
|
+
### SynapseGrid Collaborative MCP Protocol (Optional)
|
|
102
|
+
|
|
103
|
+
If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborative MCP server automatically for detected assistants.
|
|
104
|
+
|
|
105
|
+
**Session-start requirement when collaboration is enabled:**
|
|
106
|
+
1. Prefer the available SynapseGrid MCP tools for collaborative session control before falling back to direct CLI.
|
|
107
|
+
2. Use shared session state and transcript as the source of truth for role-by-role collaboration.
|
|
108
|
+
3. If collaborative MCP is unavailable, use CLI fallback commands and keep behavior equivalent.
|
|
109
|
+
|
|
110
|
+
**How to use SynapseGrid collaboration:**
|
|
111
|
+
```text
|
|
112
|
+
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for start/status/step/resume/stop.
|
|
113
|
+
Fallback: use AC Framework agents CLI commands directly.
|
|
114
|
+
```
|
|
115
|
+
```bash
|
|
116
|
+
# Install/update collaborative MCP server integrations
|
|
117
|
+
acfm agents install-mcps
|
|
118
|
+
|
|
119
|
+
# Start collaborative runtime with visible 4-pane tmux war-room
|
|
120
|
+
acfm agents start --task "design and implement feature X" --attach --model-coder provider/model
|
|
121
|
+
|
|
122
|
+
# If already running in background, attach to panes and inspect logs
|
|
123
|
+
acfm agents live
|
|
124
|
+
acfm agents logs --role all --lines 120
|
|
125
|
+
|
|
126
|
+
# Resume/list/export operations
|
|
127
|
+
acfm agents resume
|
|
128
|
+
acfm agents list
|
|
129
|
+
acfm agents export --format md --out synapse-session.md
|
|
130
|
+
|
|
131
|
+
# Fast diagnostics for OpenCode resolution errors
|
|
132
|
+
acfm agents setup
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**Troubleshooting notes:**
|
|
136
|
+
- If transcript shows `Agent failed: spawn opencode ENOENT`, run `acfm agents setup` and restart/resume session.
|
|
137
|
+
- If session exists but panes are not visible, use `acfm agents live` (or `acfm agents attach`) or `tmux attach -t <session-name>`.
|
|
138
|
+
- For MCP-first flows, ensure session start enables worker spawning so tmux panes are created.
|
|
139
|
+
- Per-role models can be set at start (`--model-planner`, `--model-critic`, `--model-coder`, `--model-reviewer`) or persisted via `acfm agents model set`.
|
|
101
140
|
|
|
102
141
|
### OpenSpec Skills (The heart of the framework)
|
|
103
142
|
|
|
@@ -109,22 +109,34 @@ If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborativ
|
|
|
109
109
|
|
|
110
110
|
**How to use SynapseGrid collaboration:**
|
|
111
111
|
```text
|
|
112
|
-
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for
|
|
112
|
+
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for start/status/step/resume/stop.
|
|
113
113
|
Fallback: use AC Framework agents CLI commands directly.
|
|
114
114
|
```
|
|
115
115
|
```bash
|
|
116
|
-
#
|
|
116
|
+
# Install/update collaborative MCP server integrations
|
|
117
117
|
acfm agents install-mcps
|
|
118
118
|
|
|
119
|
-
# Start collaborative runtime
|
|
120
|
-
acfm agents start --task "design and implement feature X"
|
|
119
|
+
# Start collaborative runtime with visible 4-pane tmux war-room
|
|
120
|
+
acfm agents start --task "design and implement feature X" --attach --model-coder provider/model
|
|
121
|
+
|
|
122
|
+
# If already running in background, attach to panes and inspect logs
|
|
123
|
+
acfm agents live
|
|
124
|
+
acfm agents logs --role all --lines 120
|
|
121
125
|
|
|
122
126
|
# Resume/list/export operations
|
|
123
127
|
acfm agents resume
|
|
124
128
|
acfm agents list
|
|
125
129
|
acfm agents export --format md --out synapse-session.md
|
|
130
|
+
|
|
131
|
+
# Fast diagnostics for OpenCode resolution errors
|
|
132
|
+
acfm agents setup
|
|
126
133
|
```
|
|
127
134
|
|
|
135
|
+
**Troubleshooting notes:**
|
|
136
|
+
- If transcript shows `Agent failed: spawn opencode ENOENT`, run `acfm agents setup` and restart/resume session.
|
|
137
|
+
- If session exists but panes are not visible, use `acfm agents live` (or `acfm agents attach`) or `tmux attach -t <session-name>`.
|
|
138
|
+
- For MCP-first flows, ensure session start enables worker spawning so tmux panes are created.
|
|
139
|
+
- Per-role models can be set at start (`--model-planner`, `--model-critic`, `--model-coder`, `--model-reviewer`) or persisted via `acfm agents model set`.
|
|
128
140
|
|
|
129
141
|
### OpenSpec Skills (The heart of the framework)
|
|
130
142
|
|
|
@@ -98,6 +98,45 @@ acfm memory stats
|
|
|
98
98
|
|
|
99
99
|
**User communication:** "Memory saved: [brief description]" when auto-saving occurs.
|
|
100
100
|
|
|
101
|
+
### SynapseGrid Collaborative MCP Protocol (Optional)
|
|
102
|
+
|
|
103
|
+
If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborative MCP server automatically for detected assistants.
|
|
104
|
+
|
|
105
|
+
**Session-start requirement when collaboration is enabled:**
|
|
106
|
+
1. Prefer the available SynapseGrid MCP tools for collaborative session control before falling back to direct CLI.
|
|
107
|
+
2. Use shared session state and transcript as the source of truth for role-by-role collaboration.
|
|
108
|
+
3. If collaborative MCP is unavailable, use CLI fallback commands and keep behavior equivalent.
|
|
109
|
+
|
|
110
|
+
**How to use SynapseGrid collaboration:**
|
|
111
|
+
```text
|
|
112
|
+
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for start/status/step/resume/stop.
|
|
113
|
+
Fallback: use AC Framework agents CLI commands directly.
|
|
114
|
+
```
|
|
115
|
+
```bash
|
|
116
|
+
# Install/update collaborative MCP server integrations
|
|
117
|
+
acfm agents install-mcps
|
|
118
|
+
|
|
119
|
+
# Start collaborative runtime with visible 4-pane tmux war-room
|
|
120
|
+
acfm agents start --task "design and implement feature X" --attach --model-coder provider/model
|
|
121
|
+
|
|
122
|
+
# If already running in background, attach to panes and inspect logs
|
|
123
|
+
acfm agents live
|
|
124
|
+
acfm agents logs --role all --lines 120
|
|
125
|
+
|
|
126
|
+
# Resume/list/export operations
|
|
127
|
+
acfm agents resume
|
|
128
|
+
acfm agents list
|
|
129
|
+
acfm agents export --format md --out synapse-session.md
|
|
130
|
+
|
|
131
|
+
# Fast diagnostics for OpenCode resolution errors
|
|
132
|
+
acfm agents setup
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**Troubleshooting notes:**
|
|
136
|
+
- If transcript shows `Agent failed: spawn opencode ENOENT`, run `acfm agents setup` and restart/resume session.
|
|
137
|
+
- If session exists but panes are not visible, use `acfm agents live` (or `acfm agents attach`) or `tmux attach -t <session-name>`.
|
|
138
|
+
- For MCP-first flows, ensure session start enables worker spawning so tmux panes are created.
|
|
139
|
+
- Per-role models can be set at start (`--model-planner`, `--model-critic`, `--model-coder`, `--model-reviewer`) or persisted via `acfm agents model set`.
|
|
101
140
|
|
|
102
141
|
### OpenSpec Skills (The heart of the framework)
|
|
103
142
|
|
|
@@ -98,6 +98,45 @@ acfm memory stats
|
|
|
98
98
|
|
|
99
99
|
**User communication:** "Memory saved: [brief description]" when auto-saving occurs.
|
|
100
100
|
|
|
101
|
+
### SynapseGrid Collaborative MCP Protocol (Optional)
|
|
102
|
+
|
|
103
|
+
If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborative MCP server automatically for detected assistants.
|
|
104
|
+
|
|
105
|
+
**Session-start requirement when collaboration is enabled:**
|
|
106
|
+
1. Prefer the available SynapseGrid MCP tools for collaborative session control before falling back to direct CLI.
|
|
107
|
+
2. Use shared session state and transcript as the source of truth for role-by-role collaboration.
|
|
108
|
+
3. If collaborative MCP is unavailable, use CLI fallback commands and keep behavior equivalent.
|
|
109
|
+
|
|
110
|
+
**How to use SynapseGrid collaboration:**
|
|
111
|
+
```text
|
|
112
|
+
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for start/status/step/resume/stop.
|
|
113
|
+
Fallback: use AC Framework agents CLI commands directly.
|
|
114
|
+
```
|
|
115
|
+
```bash
|
|
116
|
+
# Install/update collaborative MCP server integrations
|
|
117
|
+
acfm agents install-mcps
|
|
118
|
+
|
|
119
|
+
# Start collaborative runtime with visible 4-pane tmux war-room
|
|
120
|
+
acfm agents start --task "design and implement feature X" --attach --model-coder provider/model
|
|
121
|
+
|
|
122
|
+
# If already running in background, attach to panes and inspect logs
|
|
123
|
+
acfm agents live
|
|
124
|
+
acfm agents logs --role all --lines 120
|
|
125
|
+
|
|
126
|
+
# Resume/list/export operations
|
|
127
|
+
acfm agents resume
|
|
128
|
+
acfm agents list
|
|
129
|
+
acfm agents export --format md --out synapse-session.md
|
|
130
|
+
|
|
131
|
+
# Fast diagnostics for OpenCode resolution errors
|
|
132
|
+
acfm agents setup
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**Troubleshooting notes:**
|
|
136
|
+
- If transcript shows `Agent failed: spawn opencode ENOENT`, run `acfm agents setup` and restart/resume session.
|
|
137
|
+
- If session exists but panes are not visible, use `acfm agents live` (or `acfm agents attach`) or `tmux attach -t <session-name>`.
|
|
138
|
+
- For MCP-first flows, ensure session start enables worker spawning so tmux panes are created.
|
|
139
|
+
- Per-role models can be set at start (`--model-planner`, `--model-critic`, `--model-coder`, `--model-reviewer`) or persisted via `acfm agents model set`.
|
|
101
140
|
|
|
102
141
|
### OpenSpec Skills (The heart of the framework)
|
|
103
142
|
|
|
@@ -98,6 +98,45 @@ acfm memory stats
|
|
|
98
98
|
|
|
99
99
|
**User communication:** "Memory saved: [brief description]" when auto-saving occurs.
|
|
100
100
|
|
|
101
|
+
### SynapseGrid Collaborative MCP Protocol (Optional)
|
|
102
|
+
|
|
103
|
+
If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborative MCP server automatically for detected assistants.
|
|
104
|
+
|
|
105
|
+
**Session-start requirement when collaboration is enabled:**
|
|
106
|
+
1. Prefer the available SynapseGrid MCP tools for collaborative session control before falling back to direct CLI.
|
|
107
|
+
2. Use shared session state and transcript as the source of truth for role-by-role collaboration.
|
|
108
|
+
3. If collaborative MCP is unavailable, use CLI fallback commands and keep behavior equivalent.
|
|
109
|
+
|
|
110
|
+
**How to use SynapseGrid collaboration:**
|
|
111
|
+
```text
|
|
112
|
+
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for start/status/step/resume/stop.
|
|
113
|
+
Fallback: use AC Framework agents CLI commands directly.
|
|
114
|
+
```
|
|
115
|
+
```bash
|
|
116
|
+
# Install/update collaborative MCP server integrations
|
|
117
|
+
acfm agents install-mcps
|
|
118
|
+
|
|
119
|
+
# Start collaborative runtime with visible 4-pane tmux war-room
|
|
120
|
+
acfm agents start --task "design and implement feature X" --attach --model-coder provider/model
|
|
121
|
+
|
|
122
|
+
# If already running in background, attach to panes and inspect logs
|
|
123
|
+
acfm agents live
|
|
124
|
+
acfm agents logs --role all --lines 120
|
|
125
|
+
|
|
126
|
+
# Resume/list/export operations
|
|
127
|
+
acfm agents resume
|
|
128
|
+
acfm agents list
|
|
129
|
+
acfm agents export --format md --out synapse-session.md
|
|
130
|
+
|
|
131
|
+
# Fast diagnostics for OpenCode resolution errors
|
|
132
|
+
acfm agents setup
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**Troubleshooting notes:**
|
|
136
|
+
- If transcript shows `Agent failed: spawn opencode ENOENT`, run `acfm agents setup` and restart/resume session.
|
|
137
|
+
- If session exists but panes are not visible, use `acfm agents live` (or `acfm agents attach`) or `tmux attach -t <session-name>`.
|
|
138
|
+
- For MCP-first flows, ensure session start enables worker spawning so tmux panes are created.
|
|
139
|
+
- Per-role models can be set at start (`--model-planner`, `--model-critic`, `--model-coder`, `--model-reviewer`) or persisted via `acfm agents model set`.
|
|
101
140
|
|
|
102
141
|
### OpenSpec Skills (The heart of the framework)
|
|
103
142
|
|
|
@@ -98,6 +98,45 @@ acfm memory stats
|
|
|
98
98
|
|
|
99
99
|
**User communication:** "Memory saved: [brief description]" when auto-saving occurs.
|
|
100
100
|
|
|
101
|
+
### SynapseGrid Collaborative MCP Protocol (Optional)
|
|
102
|
+
|
|
103
|
+
If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborative MCP server automatically for detected assistants.
|
|
104
|
+
|
|
105
|
+
**Session-start requirement when collaboration is enabled:**
|
|
106
|
+
1. Prefer the available SynapseGrid MCP tools for collaborative session control before falling back to direct CLI.
|
|
107
|
+
2. Use shared session state and transcript as the source of truth for role-by-role collaboration.
|
|
108
|
+
3. If collaborative MCP is unavailable, use CLI fallback commands and keep behavior equivalent.
|
|
109
|
+
|
|
110
|
+
**How to use SynapseGrid collaboration:**
|
|
111
|
+
```text
|
|
112
|
+
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for start/status/step/resume/stop.
|
|
113
|
+
Fallback: use AC Framework agents CLI commands directly.
|
|
114
|
+
```
|
|
115
|
+
```bash
|
|
116
|
+
# Install/update collaborative MCP server integrations
|
|
117
|
+
acfm agents install-mcps
|
|
118
|
+
|
|
119
|
+
# Start collaborative runtime with visible 4-pane tmux war-room
|
|
120
|
+
acfm agents start --task "design and implement feature X" --attach --model-coder provider/model
|
|
121
|
+
|
|
122
|
+
# If already running in background, attach to panes and inspect logs
|
|
123
|
+
acfm agents live
|
|
124
|
+
acfm agents logs --role all --lines 120
|
|
125
|
+
|
|
126
|
+
# Resume/list/export operations
|
|
127
|
+
acfm agents resume
|
|
128
|
+
acfm agents list
|
|
129
|
+
acfm agents export --format md --out synapse-session.md
|
|
130
|
+
|
|
131
|
+
# Fast diagnostics for OpenCode resolution errors
|
|
132
|
+
acfm agents setup
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**Troubleshooting notes:**
|
|
136
|
+
- If transcript shows `Agent failed: spawn opencode ENOENT`, run `acfm agents setup` and restart/resume session.
|
|
137
|
+
- If session exists but panes are not visible, use `acfm agents live` (or `acfm agents attach`) or `tmux attach -t <session-name>`.
|
|
138
|
+
- For MCP-first flows, ensure session start enables worker spawning so tmux panes are created.
|
|
139
|
+
- Per-role models can be set at start (`--model-planner`, `--model-critic`, `--model-coder`, `--model-reviewer`) or persisted via `acfm agents model set`.
|
|
101
140
|
|
|
102
141
|
### OpenSpec Skills (The heart of the framework)
|
|
103
142
|
|
|
@@ -98,6 +98,45 @@ acfm memory stats
|
|
|
98
98
|
|
|
99
99
|
**User communication:** "Memory saved: [brief description]" when auto-saving occurs.
|
|
100
100
|
|
|
101
|
+
### SynapseGrid Collaborative MCP Protocol (Optional)
|
|
102
|
+
|
|
103
|
+
If SynapseGrid is enabled in `acfm init`, AC Framework installs the collaborative MCP server automatically for detected assistants.
|
|
104
|
+
|
|
105
|
+
**Session-start requirement when collaboration is enabled:**
|
|
106
|
+
1. Prefer the available SynapseGrid MCP tools for collaborative session control before falling back to direct CLI.
|
|
107
|
+
2. Use shared session state and transcript as the source of truth for role-by-role collaboration.
|
|
108
|
+
3. If collaborative MCP is unavailable, use CLI fallback commands and keep behavior equivalent.
|
|
109
|
+
|
|
110
|
+
**How to use SynapseGrid collaboration:**
|
|
111
|
+
```text
|
|
112
|
+
Preferred: use SynapseGrid MCP tools (ac-framework-collab) for start/status/step/resume/stop.
|
|
113
|
+
Fallback: use AC Framework agents CLI commands directly.
|
|
114
|
+
```
|
|
115
|
+
```bash
|
|
116
|
+
# Install/update collaborative MCP server integrations
|
|
117
|
+
acfm agents install-mcps
|
|
118
|
+
|
|
119
|
+
# Start collaborative runtime with visible 4-pane tmux war-room
|
|
120
|
+
acfm agents start --task "design and implement feature X" --attach --model-coder provider/model
|
|
121
|
+
|
|
122
|
+
# If already running in background, attach to panes and inspect logs
|
|
123
|
+
acfm agents live
|
|
124
|
+
acfm agents logs --role all --lines 120
|
|
125
|
+
|
|
126
|
+
# Resume/list/export operations
|
|
127
|
+
acfm agents resume
|
|
128
|
+
acfm agents list
|
|
129
|
+
acfm agents export --format md --out synapse-session.md
|
|
130
|
+
|
|
131
|
+
# Fast diagnostics for OpenCode resolution errors
|
|
132
|
+
acfm agents setup
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**Troubleshooting notes:**
|
|
136
|
+
- If transcript shows `Agent failed: spawn opencode ENOENT`, run `acfm agents setup` and restart/resume session.
|
|
137
|
+
- If session exists but panes are not visible, use `acfm agents live` (or `acfm agents attach`) or `tmux attach -t <session-name>`.
|
|
138
|
+
- For MCP-first flows, ensure session start enables worker spawning so tmux panes are created.
|
|
139
|
+
- Per-role models can be set at start (`--model-planner`, `--model-critic`, `--model-coder`, `--model-reviewer`) or persisted via `acfm agents model set`.
|
|
101
140
|
|
|
102
141
|
### OpenSpec Skills (The heart of the framework)
|
|
103
142
|
|