mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-07-16 14:42:29 -05:00
Removed orchestration code, prompt templates, and one-off LLM scripts
that were either zero-referenced, self-referencing, or already retired:
book/tools/audit/
- subagent_lane.py + subagent_prompts/sentence_case_h3.md
(audit-driver scaffolding, no external callers)
book/tools/scripts/
- gemini_review.py, figure_audit_gemini.py
- testing/gemini_math_check.py
(zero external references; one-off audit utilities)
scripts/cross-references/
- agent-playbook.md (prompt template; only referenced by one
print line in audit_crossrefs.py, scrubbed)
periodic-table/scripts/archive/
- entire directory (14 files): iteration-loop scripts and
panel-debate runners used to produce v0.2 of the periodic
table. README labeled it research provenance only; not part
of any active build.
No CI workflows, Makefiles, or active scripts touch any of the
removed files. Net: -2,523 lines.