Do not commit secrets, tokens, OAuth credentials, private certificates, production configuration, or .env files.
Use .env.example to document required variables without values.
Before publishing a repository created from this template, run:
python scripts/check-template.pyThe validator flags common public-template hygiene issues without printing secret values.
Do not copy a previous project's .git/ directory into a new public starter unless you intentionally want to preserve its commit history and remote URLs.
Agents must not modify secrets, production credentials, deployment credentials, or customer data unless explicitly instructed and reviewed.
Record security-sensitive risks in memory-bank/risks.md and handle them with a careful plan before implementation.