Normalize repository validation and metadata
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
ci / test (push) Successful in 1m21s

This commit is contained in:
tegwick 2026-08-20 11:04:43 +02:00
parent d4a4560a8d
commit 9d996d7936
36 changed files with 298 additions and 175 deletions

View file

@ -43,7 +43,7 @@ for the Forgejo PyPI `--extra-index-url` install path.
### Project Structure
This repository follows PythonVibes best practices:
- `src/kaizen_agentic/` - Core framework source code
- `agents/` - Specialized agent definitions (17+ agents)
- `agents/` - Specialized agent definitions (20 agents)
- `tests/` - Comprehensive test suite
- `workplans/` - Active workstreams and tasks (ADR-001)
- `CHANGELOG.md` - Version history (Keep a Changelog format)
@ -161,7 +161,7 @@ When reporting bugs, please include:
## Agent-Assisted Development
This repository includes 17+ specialized agents to assist with development:
This repository includes 20 specialized agents to assist with development:
- Use `keepaChangelog` for CHANGELOG.md updates
- Use `project-assistant` for workplan and session orientation
- Use `contributing-keeper` for this file maintenance