MANIFEST.in
README.md
pyproject.toml
oat/__init__.py
oat/cli.py
oat/compiler.py
oat/config.py
oat/constants.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/skill.md
oat/templates/skills/git/skill.md
oat/templates/skills/go/go/skill.md
oat/templates/skills/java/java/skill.md
oat/templates/skills/javascript/jest/skill.md
oat/templates/skills/javascript/nodejs/skill.md
oat/templates/skills/javascript/react/skill.md
oat/templates/skills/python/django/skill.md
oat/templates/skills/python/fastapi/skill.md
oat/templates/skills/python/pytest/skill.md
oat/templates/skills/python/python/skill.md
oat/templates/skills/python/uv/skill.md
oat/templates/skills/review-checklist/skill.md
oat/templates/skills/rust/rust/skill.md
oat/templates/skills/test/skill.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_helpers_compile_summary.py
tests/test_cli_helpers_file_creation.py
tests/test_cli_helpers_output.py
tests/test_cli_helpers_setup_sync.py
tests/test_cli_init.py
tests/test_compiler.py
tests/test_config.py
tests/test_constants.py
tests/test_discovery.py
tests/test_validator.py