LICENSE
MANIFEST.in
README.md
RELEASE_NOTES.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/artifact_standards.py
engineering_process/automation_name.py
engineering_process/cli.py
engineering_process/commands.py
engineering_process/contracts.py
engineering_process/distribution.py
engineering_process/helper_launch.py
engineering_process/issue.py
engineering_process/lifecycle.py
engineering_process/pr_description.py
engineering_process/production_engineering.py
engineering_process/project.py
engineering_process/publication_compat.py
engineering_process/release.py
engineering_process/release_notes.py
engineering_process/repository.py
engineering_process/requirements-dev.txt
engineering_process/requirements-runtime.txt
engineering_process/review_contexts.py
engineering_process/skills.py
engineering_process/source_publication.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
process_assets/standards/automation-name.v1.json
process_assets/standards/issue.v1.json
process_assets/standards/pull-request.v1.json
process_assets/standards/release-notes.v1.json
schemas/artifact-selection.schema.json
schemas/artifact-standard.schema.json
schemas/automation-name-data.schema.json
schemas/change.schema.json
schemas/issue-data.schema.json
schemas/plan.schema.json
schemas/pr-description-data.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-notes-data.schema.json
schemas/release.schema.json
schemas/renovate-preset.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_artifact_standards.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_publication_workflow.py
tests/test_pypi_cache.py
tests/test_release.py
tests/test_repository.py
tests/test_review_contexts.py
tests/test_skills.py
tests/test_supervisor_posix.py