Template evolution informed by real-world policies.
- Rename Permissive preset to Open
- Add AI disclosure option (Assisted-by trailer: encouraged or required)
- Standard: no AI-generated PR descriptions, no ping-pong during review
- Strict: stronger enforcement, scope restrictions, contextual disclosure
- All three tiers now produce distinct output in every section
- Backwards compatible: ?preset=permissive URLs still work
Repo hygiene, self-adoption, and polish.
- CI: shared workflows from 1mb-dev/.github, tag-triggered deploy
- Dependabot for GitHub Actions and npm dependencies
- Convention drift detection cron (weekly, creates issues on change)
- Arrow-key navigation on preset cards (WAI-ARIA radio group)
- Debounce on text input (250ms)
- Cloudflare Web Analytics (cookieless)
- Self-adopted: AI_POLICY.md + AGENTS.md committed (Standard preset)
- GitHub community files: CONTRIBUTING, SECURITY, CODE_OF_CONDUCT, templates
- Copy button icon preserved after click
- Tab bar scrollbar removed
- README and page copy tightened per review
- Dark mode CSS token deduplication
Initial release.
- Three presets: Permissive, Standard, Strict
- Three generated files: AI_POLICY.md, AGENTS.md, CLAUDE.md
- Customization panel with 9 options
- URL-as-config for sharing configurations
- Per-file copy + Download All as ZIP
- Theme toggle (auto / light / dark)
- Convention explainer with references
- Accessible: ARIA roles, keyboard navigation, screen reader support