Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .agents/aidevops/supervisor-module-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The central autonomous loop that drives all other domains.
| 3 | `check_system_load` | 587 | Check CPU/memory/load pressure |
| 4 | `calculate_adaptive_concurrency` | 1037 | Dynamic worker count from load |
| 5 | `cmd_pulse` | 9390 | CLI: `pulse` — the main orchestration loop |
| 6 | `cmd_auto_pickup` | 13100 | CLI: `auto-pickup` — scan TODO.md for tasks |
| 6 | `cmd_auto_pickup` | 13100 | CLI: `auto-pickup` — delegates to ai_auto_pickup (t1319) |
| 7 | `cmd_cron` | 13356 | CLI: `cron` — manage cron scheduling |
| 8 | `cmd_watch` | 13473 | CLI: `watch` — fswatch TODO.md |

Expand Down
1 change: 1 addition & 0 deletions .agents/scripts/supervisor-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ source "${SUPERVISOR_MODULE_DIR}/ai-reason.sh"
source "${SUPERVISOR_MODULE_DIR}/ai-actions.sh"
source "${SUPERVISOR_MODULE_DIR}/ai-lifecycle.sh"
source "${SUPERVISOR_MODULE_DIR}/ai-deploy-decisions.sh"
source "${SUPERVISOR_MODULE_DIR}/ai-pickup-decisions.sh"
source "${SUPERVISOR_MODULE_DIR}/issue-audit.sh"
source "${SUPERVISOR_MODULE_DIR}/routine-scheduler.sh"
source "${SUPERVISOR_MODULE_DIR}/sanity-check.sh"
Expand Down
Loading