Files
Vijay Janapa Reddi dcac6d8979 cleanup: remove stale AI-workflow scaffolding from repo
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.
2026-05-14 11:36:42 -04:00
..