thetacog_overview
Analyzes git commits from the last 14 days, groups by room, and returns recent completed work and next predicted actions based on dormancy and dependencies.
Instructions
Live 3-recent + 3-next overview computed from real git activity. Reads owned-surface globs from each .workflow/rooms/.html, groups commits in the last 14d by owning room (largest-fraction-of-files wins), filters auto-bumps, and returns: just_completed (3 most-recent meaningful commits, one per room), next_up (3 rooms scored by blocks_downstream × 2 + dormancy_days), and grid_12x12_colored_cells map. Spin-up DAG: voice → performer → network → operator → architect; foundation rooms (builder, laboratory, claudelab, vault, navigator) are independent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_back | No | How many days of git history to consider (default 14) | |
| repo_root | No | Optional explicit repo root path (defaults to git-detected from cwd) |