4 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
c8b887249c docs: generalize internal rule-file references in comments
Replace pointers to the private project rules/docs tree (relative .claude/rules
and .claude/docs paths) in code comments and docstrings with neutral phrasing
("the project prose style guide", etc.). Load-bearing runtime paths that the
tooling reads or writes are left intact.
2026-05-30 17:32:19 -04:00
Vijay Janapa Reddi
f5fa4a4170 fix: align textbook cross-references 2026-05-20 08:36:11 -07:00
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
Vijay Janapa Reddi
defdb220b5 Refine and validate cross-references 2026-05-12 18:34:42 -04:00