LICENSE
MANIFEST.in
PRODUCTION_STANDARD.md
README.md
VERSIONING.md
bundles.json
pyproject.toml
release.json
engineering_process/__init__.py
engineering_process/__main__.py
engineering_process/_download_worker.py
engineering_process/_supervisor_posix.py
engineering_process/_supervisor_windows.py
engineering_process/_windows_job.py
engineering_process/adoption.py
engineering_process/artifact_attestation.py
engineering_process/bootstrap.py
engineering_process/bundles.py
engineering_process/cli.py
engineering_process/contracts.py
engineering_process/distribution.py
engineering_process/distribution_verify.py
engineering_process/environment.py
engineering_process/evidence.py
engineering_process/git.py
engineering_process/git_attributes.py
engineering_process/helper_launch.py
engineering_process/impact.py
engineering_process/lifecycle.py
engineering_process/managed.py
engineering_process/markdown.py
engineering_process/publication.py
engineering_process/release.py
engineering_process/release_candidate.py
engineering_process/requirements-build.txt
engineering_process/requirements-dev.txt
engineering_process/requirements-release.txt
engineering_process/requirements-runtime.txt
engineering_process/runner.py
engineering_process/runtime.py
engineering_process/skills.py
engineering_process/supervision.py
engineering_process/supplemental.py
engineering_process/syncing.py
engineering_process/tooling.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
examples/adoption-migration.json
examples/change.json
examples/plan.json
examples/project.json
examples/release-change.json
examples/release.json
examples/review.json
process_assets/skills/assess-design/SKILL.md
process_assets/skills/build-frontend/SKILL.md
process_assets/skills/build-frontend-foundation/SKILL.md
process_assets/skills/change-api/SKILL.md
process_assets/skills/cross-repo-change/SKILL.md
process_assets/skills/define-change-contract/SKILL.md
process_assets/skills/design-module/SKILL.md
process_assets/skills/evolve-process/SKILL.md
process_assets/skills/finish-change/SKILL.md
process_assets/skills/govern-ui/SKILL.md
process_assets/skills/implement-change/SKILL.md
process_assets/skills/implement-module/SKILL.md
process_assets/skills/implement-use-case/SKILL.md
process_assets/skills/integrate-mcp/SKILL.md
process_assets/skills/maintain-docs/SKILL.md
process_assets/skills/plan-change/SKILL.md
process_assets/skills/publish-change/SKILL.md
process_assets/skills/review-change/SKILL.md
process_assets/skills/run-change/SKILL.md
process_assets/skills/run-change/references/execution.md
process_assets/skills/run-project-command/SKILL.md
process_assets/skills/specify-use-case/SKILL.md
process_assets/skills/verify-change/SKILL.md
schemas/adoption-migration.schema.json
schemas/change.schema.json
schemas/evidence-receipt.schema.json
schemas/lifecycle.schema.json
schemas/plan.schema.json
schemas/process-lock.schema.json
schemas/project.schema.json
schemas/release-change.schema.json
schemas/release.schema.json
schemas/review.schema.json
schemas/reviewer-attestation.schema.json
schemas/supplemental-verification.schema.json
schemas/verification.schema.json
templates/AGENTS.process.md
templates/PULL_REQUEST_TEMPLATE.md
templates/adopt-process-windows-job.py
templates/adopt-process.py
tests/test_adoption.py
tests/test_adoption_runner.py
tests/test_artifact_attestation.py
tests/test_bootstrap.py
tests/test_bundles.py
tests/test_cli.py
tests/test_contracts.py
tests/test_distribution.py
tests/test_distribution_verify.py
tests/test_environment.py
tests/test_evals.py
tests/test_impact.py
tests/test_lifecycle.py
tests/test_publication.py
tests/test_release.py
tests/test_release_candidate.py
tests/test_runner.py
tests/test_runtime.py
tests/test_schemas.py
tests/test_self_hosting.py
tests/test_skills.py
tests/test_source_checkout.py
tests/test_supervision.py
tests/test_supplemental.py
tests/test_syncing.py
tests/test_tooling.py
tests/test_windows_job.py