MANIFEST.in
README.md
pyproject.toml
oat/__init__.py
oat/cli.py
oat/compiler.py
oat/config.py
oat/discovery.py
oat/template_manager.py
oat/validator.py
oat/templates/.oat-root
oat/templates/AGENTS.md
oat/templates/__init__.py
oat/templates/inherits.yaml
oat/templates/project.md
oat/templates/memory/constitution.md
oat/templates/memory/general-context.md
oat/templates/memory/manifest.yaml
oat/templates/memory/personal-context.md
oat/templates/personas/backend-developer.md
oat/templates/personas/devops.md
oat/templates/personas/frontend-developer.md
oat/templates/personas/me.md
oat/templates/personas/qa.md
oat/templates/personas/tech-lead.md
oat/templates/skills/db.md
oat/templates/skills/git.md
oat/templates/skills/review-checklist.md
oat/templates/skills/test.md
oat/templates/skills/go/go.md
oat/templates/skills/java/java.md
oat/templates/skills/javascript/jest.md
oat/templates/skills/javascript/nodejs.md
oat/templates/skills/javascript/react.md
oat/templates/skills/python/django.md
oat/templates/skills/python/fastapi.md
oat/templates/skills/python/pytest.md
oat/templates/skills/python/python.md
oat/templates/skills/python/uv.md
oat/templates/skills/rust/rust.md
oat/templates/teams/_template.md
oat/templates/teams/platform.md
oat/templates/teams/product.md
oat/templates/toolkit/README.md
oat/templates/toolkit/oat
oat/templates/toolkit/targets.yaml
oat/templates/toolkit/schemas/inherits.schema.json
oat/templates/toolkit/schemas/manifest.schema.json
oat/templates/toolkit/templates/AGENTS.md.template
oat/templates/toolkit/templates/inherits.yaml.template
oat/templates/toolkit/templates/project.md.template
oat/templates/toolkit/templates/project/AGENTS.md
oat/templates/toolkit/templates/project/.agent/inherits.yaml
oat/templates/toolkit/templates/project/.agent/project.md
org_agentic_toolkit.egg-info/PKG-INFO
org_agentic_toolkit.egg-info/SOURCES.txt
org_agentic_toolkit.egg-info/dependency_links.txt
org_agentic_toolkit.egg-info/entry_points.txt
org_agentic_toolkit.egg-info/requires.txt
org_agentic_toolkit.egg-info/top_level.txt
tests/test_cli_init.py
tests/test_compiler.py
tests/test_config.py
tests/test_discovery.py
tests/test_validator.py