Copy-pasteable commands to bring an existing repo up to standards or start a new repo from scratch using Claude Code.
Configure prettier with proseWrap: always. Reformat all markdown files to conform.
Add .gitignore, LICENSE (MIT), Makefile, Dockerfile, .dockerignore, and pin prettier via yarn lockfile for integrity-checked markdown formatting. Update REPO_POLICIES.md self-reference to point to this repo. Format markdown files with prettier.
Initial commit with project description, getting started, rationale, design, and license information.