feat: add codebase genome status rollup (#665)
Some checks failed
Self-Healing Smoke / self-healing-smoke (pull_request) Failing after 17s
Smoke Test / smoke (pull_request) Failing after 18s
Agent PR Gate / gate (pull_request) Failing after 28s
Agent PR Gate / report (pull_request) Has been cancelled

This commit is contained in:
Alexander Whitestone
2026-04-18 15:15:16 -04:00
parent 2f3138db6d
commit 0b18f106b9
2 changed files with 219 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ This pipeline gives Timmy a repeatable way to generate a deterministic `GENOME.m
- `pipelines/codebase_genome.py` — static analyzer that writes `GENOME.md`
- `pipelines/codebase-genome.py` — thin CLI wrapper matching the expected pipeline-style entrypoint
- `scripts/codebase_genome_nightly.py` — org-aware nightly runner that selects the next repo, updates a local checkout, and writes the genome artifact
- `scripts/codebase_genome_status.py` — rollup/status reporter for artifact coverage, duplicate paths, and next uncovered repo
- `GENOME.md` — generated analysis for `timmy-home` itself
## Genome output