LICENSE
MANIFEST.in
README.md
process-graph.json
pyproject.toml
engineering_process/__init__.py
engineering_process/__main__.py
engineering_process/_supervisor_contract.py
engineering_process/_supervisor_posix.py
engineering_process/_supervisor_windows.py
engineering_process/_windows_job.py
engineering_process/adoption.py
engineering_process/cli.py
engineering_process/commands.py
engineering_process/contracts.py
engineering_process/distribution.py
engineering_process/helper_launch.py
engineering_process/lifecycle.py
engineering_process/production_engineering.py
engineering_process/project.py
engineering_process/publication_compat.py
engineering_process/release.py
engineering_process/repository.py
engineering_process/requirements-dev.txt
engineering_process/requirements-runtime.txt
engineering_process/skills.py
engineering_process/supervision.py
engineering_process.egg-info/PKG-INFO
engineering_process.egg-info/SOURCES.txt
engineering_process.egg-info/dependency_links.txt
engineering_process.egg-info/entry_points.txt
engineering_process.egg-info/requires.txt
engineering_process.egg-info/top_level.txt
process_assets/skills/change-complete/SKILL.md
process_assets/skills/change-implement/SKILL.md
process_assets/skills/change-plan/SKILL.md
process_assets/skills/change-review/SKILL.md
process_assets/skills/change-start/SKILL.md
process_assets/skills/change-verify/SKILL.md
process_assets/skills/deliver-change/SKILL.md
process_assets/skills/process-improve/SKILL.md
process_assets/skills/production-engineering/SKILL.md
process_assets/skills/production-engineering/invariants.json
schemas/change.schema.json
schemas/plan.schema.json
schemas/process-graph.schema.json
schemas/process-lock.schema.json
schemas/production-engineering.schema.json
schemas/project-legacy.schema.json
schemas/project.schema.json
schemas/receipt.schema.json
schemas/release-change.schema.json
schemas/release.schema.json
schemas/review.schema.json
schemas/run.schema.json
templates/AGENTS.process.md
templates/PULL_REQUEST_TEMPLATE.md
templates/adopt-process-windows-job.py
templates/adopt-process.py
templates/renovate.json
tests/test_adoption.py
tests/test_architecture.py
tests/test_automation.py
tests/test_cli.py
tests/test_commands.py
tests/test_contracts.py
tests/test_distribution.py
tests/test_lifecycle.py
tests/test_production_engineering.py
tests/test_publication_compat.py
tests/test_pypi_cache_horizon.py
tests/test_release.py
tests/test_repository.py
tests/test_skills.py
tests/test_supervisor_posix.py