feat(FN-1498): merge fusion/fn-1498

This commit is contained in:
gsxdsm
2026-04-14 08:43:51 -07:00
parent 919c2774ca
commit 981d2cb032
7 changed files with 53 additions and 4 deletions

View File

@@ -110,7 +110,7 @@ Triage → Todo → In Progress → In Review → Done → Archived
| Setting | Default | Description |
|---------|---------|-------------|
| `maxConcurrent` | 2 | Concurrent task execution |
| `maxConcurrent` | 2 | Concurrent task execution lanes (triage, executor, merge). Utility AI workflows such as planning, subtask breakdown, interviews, and title summarization bypass this limit. |
| `autoMerge` | true | Auto-merge completed tasks |
| `requirePlanApproval` | false | Manual approval for specs |
| `prCompletionMode` | direct | Completion: direct/pr-first |

View File

@@ -134,6 +134,8 @@ What the task should accomplish.
}
```
> **Note:** `maxConcurrent` applies to task-lane agents (triage, execution, merge) only. Utility AI workflows—planning mode, subtask breakdown, mission interviews, agent heartbeat/chat wake, and title summarization—run outside this limit on a dedicated control-plane lane.
## Global Settings
User-level settings at `~/.pi/fusion/settings.json`: