docs: add GENOME template and refresh root genome (#666)
This commit is contained in:
@@ -8,6 +8,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
|
||||
- `templates/GENOME-template.md` — reusable review scaffold with the exact sections the generator emits
|
||||
- `scripts/codebase_genome_nightly.py` — org-aware nightly runner that selects the next repo, updates a local checkout, and writes the genome artifact
|
||||
- `GENOME.md` — generated analysis for `timmy-home` itself
|
||||
|
||||
@@ -40,6 +41,14 @@ The hyphenated wrapper also works:
|
||||
python3 pipelines/codebase-genome.py --repo-root /path/to/repo --repo Timmy_Foundation/some-repo
|
||||
```
|
||||
|
||||
If an agent or human wants to review or hand-edit the artifact before publishing it, start from:
|
||||
|
||||
```text
|
||||
templates/GENOME-template.md
|
||||
```
|
||||
|
||||
The template uses the same section names as the generator output, so issue-specific verification can lock the structure without depending on one repo's exact contents.
|
||||
|
||||
## Nightly org rotation
|
||||
|
||||
Dry-run the next selection:
|
||||
|
||||
Reference in New Issue
Block a user