docs: drop stale bash-first framing #24
Reference in New Issue
Block a user
Delete Branch "docs-bash-first-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The project started life as bash scripts and got rewritten to Python (documented in
docs/research/bash-vs-python-vs-go.md), but several docs still carried the old "bash-first" framing. Repo is now ~8.7k lines of Python vs. ~130 lines of bash (all inscripts/demo*.sh).Touched: CLAUDE.md (both the "What this is" paragraph and the "Conventions" stdlib-first rule), PRD 0010 (quoted the old wording), and 5 research docs that variously called the project "bash-first" or "bash-orchestrated".
Left untouched (still accurate): bash code-fence syntax in examples, README's literal
bash scripts/demo.sh(the demo really is a bash script), Claude Code's "Bash tool" references, IVIJL/devbox's "in bash" description (that external project actually is bash), andbash-vs-python-vs-go.mditself (decision record).