MANIFEST.in
README.md
pyproject.toml
src/allox/__init__.py
src/allox/__main__.py
src/allox/cli.py
src/allox/version.py
src/allox.egg-info/PKG-INFO
src/allox.egg-info/SOURCES.txt
src/allox.egg-info/dependency_links.txt
src/allox.egg-info/entry_points.txt
src/allox.egg-info/top_level.txt
src/allox/assets/project_template/default/AGENTS.md
src/allox/assets/project_template/default/CLAUDE.md
src/allox/assets/project_template/default/GEMINI.md
src/allox/assets/project_template/default/manifest.json
src/allox/assets/project_template/default/.agents/skills/closeout-task/SKILL.md
src/allox/assets/project_template/default/.agents/skills/implement-milestone/SKILL.md
src/allox/assets/project_template/default/.agents/skills/review-milestone/SKILL.md
src/allox/assets/project_template/default/.agents/skills/supervisor/SKILL.md
src/allox/assets/project_template/default/.agents/skills/task-bootstrap/SKILL.md
src/allox/assets/project_template/default/.claude/agents/code-reviewer.md
src/allox/assets/project_template/default/.claude/agents/plan-critic.md
src/allox/assets/project_template/default/.claude/agents/security-reviewer.md
src/allox/assets/project_template/default/.claude/agents/test-critic.md
src/allox/assets/project_template/default/.codex/README.md
src/allox/assets/project_template/default/.codex/config.toml
src/allox/assets/project_template/default/.gemini/agents/architecture-reviewer.md
src/allox/assets/project_template/default/.gemini/agents/performance-reviewer.md
src/allox/assets/project_template/default/.gemini/agents/plan-critic.md
src/allox/assets/project_template/default/.gemini/agents/regression-reviewer.md
src/allox/assets/project_template/default/PROMPTS/CODEX_PROJECT_START.md
src/allox/assets/project_template/default/ai/config/project_commands.json
src/allox/assets/project_template/default/ai/config/review_redactions.json
src/allox/assets/project_template/default/ai/prompts/final_gate.md
src/allox/assets/project_template/default/ai/prompts/milestone_gate.md
src/allox/assets/project_template/default/ai/prompts/plan_gate.md
src/allox/assets/project_template/default/ai/schemas/plan_feedback.schema.json
src/allox/assets/project_template/default/ai/schemas/review_findings.schema.json
src/allox/assets/project_template/default/ai/templates/ADJUDICATION.md
src/allox/assets/project_template/default/ai/templates/CLOSEOUT.md
src/allox/assets/project_template/default/ai/templates/PLAN.md
src/allox/assets/project_template/default/ai/templates/PROGRESS.md
src/allox/assets/project_template/default/ai/templates/REVIEW_PACKET.md
src/allox/assets/project_template/default/ai/templates/TASK.md
src/allox/assets/project_template/default/docs/ai-workflow.md
src/allox/assets/project_template/default/scripts/ai/bootstrap_task.py
src/allox/assets/project_template/default/scripts/ai/cleanup.py
src/allox/assets/project_template/default/scripts/ai/closeout.py
src/allox/assets/project_template/default/scripts/ai/doctor.py
src/allox/assets/project_template/default/scripts/ai/milestone_gate.py
src/allox/assets/project_template/default/scripts/ai/plan_gate.py
src/allox/assets/project_template/default/scripts/ai/worktree_setup.py
src/allox/commands/__init__.py
src/allox/commands/doctor.py
src/allox/commands/new.py
src/allox/commands/project.py
src/allox/commands/self_test.py
src/allox/commands/upgrade.py
src/allox/commands/version.py
src/allox/core/__init__.py
src/allox/core/assets.py
src/allox/core/doctoring.py
src/allox/core/hashing.py
src/allox/core/manifest.py
src/allox/core/markers.py
src/allox/core/pathing.py
src/allox/core/redaction.py
src/allox/core/reviews.py
src/allox/core/runtime.py
src/allox/core/subprocesses.py
src/allox/core/templating.py
src/allox/core/upgrade.py
tests/test_cli_doctor.py
tests/test_cli_new.py
tests/test_cli_upgrade.py
tests/test_manifest.py
tests/test_markers.py
tests/test_project_runtime.py
tests/test_redaction.py
tests/test_review_normalization.py
tests/test_self_test_smoke.py
tests/test_subprocesses.py
tests/test_template_rendering.py
tests/test_upgrade_merge.py