Repository Hygiene

The public repository should contain source code, documentation, small showcase media, and safe examples. It should not contain private runtime state or raw local generation output.

Commit

Do Not Commit

Showcase Media Rules

Pre-PR Checks

git status --ignored --short
git ls-files | grep -E '(^|/)(\.env$|.*\.db$|.*\.sqlite$|.*\.sqlite3$|logs/|output/|data/local\.db|\.playwright-mcp/|artifacts/|design-qa-artifacts/|design-preview/|docs/design-exploration/|docs/superpowers/)'
machine_path='/Users'"/mima1234"
codex_runtime='\.cache/codex'"-runtimes"
git grep -n -I -E "${machine_path}|${codex_runtime}" -- .
python3 scripts/check_readme_assets.py

The two git checks should print nothing.