- Add CONTRIBUTING.md with TDD requirements, PR workflow, and AI usage policy - Add CODE_OF_CONDUCT.md based on Contributor Covenant - Add SECURITY.md with vulnerability reporting scope and process - Add AGENTS.md with AI usage policy for human contributors and AI agents - Add CLAUDE.md to require reading AGENTS.md before any work - Add Gitea issue templates for bug reports and feature requests - Add pull request template with TDD and code quality checklist
978 B
978 B
Description
Closes #
Type of Change
- Bug fix (
fix/branch) - New feature (
feature/branch) - Documentation update
- Other (please describe):
Checklist
Branch & Scope
- Branches from
developand targetsdevelop - Covers a single topic (one feature or one fix)
Test-Driven Development
- Failing tests were written before the implementation
- All new code is covered by tests
just testpasses locally
Code Quality
just lintpasses with no warningsjust format-checkpasses- Code coverage has not dropped below 75%
AI Usage
- No AI-generated code, or AI usage is disclosed below and the majority of the code is human-authored