docs(HAI-016): complete Step 7 — update JSDoc for maxConcurrent and AgentSemaphore

This commit is contained in:
Dustin Byrne
2026-03-25 21:27:05 -04:00
parent 0f80d4f2b2
commit dcf9da35a0

View File

@@ -43,6 +43,8 @@ export interface TaskCreateInput {
} }
export interface Settings { export interface Settings {
/** Maximum number of concurrent AI agents across all activity types
* (triage specification, task execution, and merge operations). */
maxConcurrent: number; maxConcurrent: number;
maxWorktrees: number; maxWorktrees: number;
pollIntervalMs: number; pollIntervalMs: number;