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:
2026-03-29 13:31:23 +02:00
parent e69fd33931
commit a24fffa0e6
10 changed files with 171 additions and 104 deletions
+2
View File
@@ -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`).