docs(HAI-016): complete Step 7 — update JSDoc for maxConcurrent and AgentSemaphore
This commit is contained in:
@@ -43,6 +43,8 @@ export interface TaskCreateInput {
|
||||
}
|
||||
|
||||
export interface Settings {
|
||||
/** Maximum number of concurrent AI agents across all activity types
|
||||
* (triage specification, task execution, and merge operations). */
|
||||
maxConcurrent: number;
|
||||
maxWorktrees: number;
|
||||
pollIntervalMs: number;
|
||||
|
||||
Reference in New Issue
Block a user