Commit Graph

3 Commits

Author SHA1 Message Date
root
7b8de4af2d docs: update WIP.md with current state
- Remove outdated pydoc-markdown references
- Add CI/CD pipeline documentation
- Add semantic-release workflow description
- Add current architecture and stack
- Add testing and coverage info
- Add deployment instructions
- Clean up history section
2026-03-29 00:50:16 +00:00
root
455bbd166d chore: clean up repository artifacts
- Remove .coverage (already in .gitignore)
- Remove site/ documentation build (should be built by CI)
- Documentation will be built and deployed by Gitea Actions
2026-03-29 00:47:35 +00:00
root
0975b68334 feat: complete Kwork API client with 45+ endpoints
Initial release:
- Complete async API client (45+ endpoints)
- Pydantic models for all responses
- Two-step authentication
- Comprehensive error handling
- 92% test coverage
- Gitea Actions CI/CD
- Semantic release configured
2026-03-29 00:42:54 +00:00