Add .gitignore, enhance AGENTS and Definition of Done documentation, update README with project details, and improve test coverage for Windows-specific functionality
This commit is contained in:
@@ -10,6 +10,7 @@ This Definition of Done defines the minimum quality bar for every completed chan
|
||||
- Every code change is covered by tests where applicable.
|
||||
- New functionality includes new tests.
|
||||
- Bug fixes include at least one regression test.
|
||||
- Minimum code coverage is 80% (statements, measured with `go test -cover`).
|
||||
|
||||
1. Functional documentation
|
||||
- Implemented functionality is documented.
|
||||
@@ -38,6 +39,7 @@ This Definition of Done defines the minimum quality bar for every completed chan
|
||||
|
||||
- [ ] Change is implemented and meets acceptance criteria.
|
||||
- [ ] Tests were added/updated and pass.
|
||||
- [ ] Code coverage is at least 80%.
|
||||
- [ ] Functionality is documented.
|
||||
- [ ] Documentation is in English.
|
||||
- [ ] Documentation is located under `docs/` (except `README.md` and `AGENTS.md`).
|
||||
|
||||
Reference in New Issue
Block a user