workflow.max_feedback_rounds | 최대 피드백 반복 횟수 | 5 | number |
workflow.auto_approve_spec | 스펙 자동 승인 여부 | false | boolean |
workflow.auto_accept_result | Phase 3 리뷰 PASS 후 자동 수락 여부 | true | boolean |
workflow.auto_approve_on_unblock | 의존성 해소 후 자동 approve 실행 여부 | false | boolean |
discussion.response_char_limit | Discussion 라운드 응답 글자 제한 | 2000 | number |
discussion.critique_char_limit | Discussion Critic 평가 글자 제한 | 2000 | number |
discussion.default_max_rounds | Discussion 기본 최대 라운드 수 | 5 | number |
discussion.max_rounds_upper_limit | Discussion 최대 라운드 상한 | 10 | number |
ideation.opinion_char_limit | Ideation 의견 글자 제한 | 2000 | number |
ideation.critique_char_limit | Ideation Critic 평가 글자 제한 | 2000 | number |
workflow.default_agent | 기본 실행 에이전트 | codex-dev | string |
server.port | 대시보드 포트 | 3847 | number |
server.host | 대시보드 호스트 | 127.0.0.1 | string |
concurrency.max_parallel_tasks | 최대 병렬 태스크 수 | 5 | number |
concurrency.max_parallel_reviews | 최대 병렬 리뷰 수 | 3 | number |
concurrency.queue_strategy | 큐 전략 | fifo | string |
timeouts.cli_default_ms | CLI 기본 타임아웃 (ms) | 300000 | number |
timeouts.cli_large_task_ms | 대규모 태스크 타임아웃 (ms) | 1800000 | number |
timeouts.pre_check_ms | 사전 검증 타임아웃 (ms) | 120000 | number |
timeouts.merge_ms | Merge 타임아웃 (ms) | 60000 | number |
worktree.root_directory | worktree 루트 경로 | .gran-maestro/worktrees | string |
worktree.max_active | 최대 활성 worktree 수 | 10 | number |
worktree.base_branch | worktree 기준 브랜치 | main | string |
worktree.stale_timeout_hours | stale 판정 시간 (시) | 24 | number |
retry.max_cli_retries | 최대 CLI 재시도 횟수 | 2 | number |
retry.max_fallback_depth | 최대 fallback 깊이 | 1 | number |
retry.backoff_base_ms | 재시도 백오프 기준 (ms) | 1000 | number |
delegation.host | host 감지/고정 (auto 권장) | auto | string |
delegation.default_provider | 기본 위임 provider | codex | string |
agile.dispatch.provider | Sprint dispatch provider | codex | string |
history.retention_days | 이력 보존 기간 (일) | 30 | number |
history.auto_archive | 자동 아카이브 | true | boolean |
ideation.agents.codex | { count: 2, tier: "premium" } | Ideation Codex 참여 설정 (0=제외) | object |
ideation.agents.agy | { count: 0, tier: "premium" } | Ideation AGY 참여 설정 (0=제외) | object |
ideation.agents.claude | { count: 0, tier: "economy" } | Ideation Claude 참여 설정 (0=제외) | object |
discussion.agents.codex | { count: 2, tier: "premium" } | Discussion Codex 참여 설정 (0=제외) | object |
discussion.agents.agy | { count: 0, tier: "premium" } | Discussion AGY 참여 설정 (0=제외) | object |
discussion.agents.claude | { count: 0, tier: "economy" } | Discussion Claude 참여 설정 (0=제외) | object |
notifications.terminal | 터미널 알림 활성화 | true | boolean |
notifications.dashboard | 대시보드 알림 활성화 | true | boolean |
debug.enabled | 디버그 모드 | false | boolean |
debug.log_level | 로그 레벨 | info | string |
debug.log_prompts | 프롬프트 로깅 | false | boolean |
explore.agents.codex | { count: 2, tier: "premium" } | Explore Codex 탐색 에이전트 설정 (0=제외) | object |
explore.agents.agy | { count: 0, tier: "premium" } | Explore AGY 탐색 에이전트 설정 (0=제외) | object |
explore.agents.claude | { count: 0, tier: "economy" } | Explore Claude 탐색 에이전트 설정 (0=제외) | object |
auto_mode.plan | /mst:plan Q&A 단계 자율 실행 (config 레벨 -a 활성화) | false | boolean |
auto_mode.request | /mst:request 스펙 승인 자동 실행 (config 레벨 -a 활성화) | false | boolean |
auto_mode.review | /mst:review fix 루프 자율 실행 (config 레벨 --auto 활성화) | false | boolean |
auto_mode.confidence_threshold | PM 자율 판단 vs discussion 실행 경계값 (0.0~1.0) | 0.7 | number |
auto_mode.max_review_iterations | 자율 review fix 루프 최대 반복 횟수 | 3 | number |