Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions code-mower-package-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@
"source": "docs/operational-evidence.md",
"target": "docs/operational-evidence.md"
},
{
"kind": "doc",
"source": "docs/operator-contract-v1.md",
"target": "docs/operator-contract-v1.md"
},
{
"kind": "doc",
"source": "docs/oss-v1-checklist.md",
Expand Down Expand Up @@ -1417,6 +1422,26 @@
"source": "src/code_mower/operational_evidence.py",
"target": "src/code_mower/operational_evidence.py"
},
{
"kind": "template",
"source": "src/code_mower/operator_contract_v1.fixtures.json",
"target": "src/code_mower/operator_contract_v1.fixtures.json"
},
{
"kind": "core",
"source": "src/code_mower/operator_contract_v1.py",
"target": "src/code_mower/operator_contract_v1.py"
},
{
"kind": "schema",
"source": "src/code_mower/operator_policy_v1.schema.json",
"target": "src/code_mower/operator_policy_v1.schema.json"
},
{
"kind": "schema",
"source": "src/code_mower/operator_state_v1.schema.json",
"target": "src/code_mower/operator_state_v1.schema.json"
},
{
"kind": "core",
"source": "src/code_mower/package.py",
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ historical release evidence and are not current operating guidance.
| Install Rehearsal | [First-User Install Rehearsal](first-user-install-rehearsal.md) |
| Installation | [Install And Bootstrap](install.md) |
| Jira | [Jira Cloud Setup](jira-cloud-setup.md) |
| Operator Contract | [Operator contract v1](operator-contract-v1.md) |
| Package Publication | [PyPI Release Runbook](pypi-release.md) |
| Provider Selection | [Code Mower Provider Matrix](provider-matrix.md) |
| Quickstart | [Code Mower Quickstart](quickstart.md) |
Expand Down
3 changes: 3 additions & 0 deletions docs/docs-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ documents:
status: supporting
- path: docs/operational-evidence.md
status: supporting
- path: docs/operator-contract-v1.md
status: canonical
subject: operator-contract
- path: docs/orchestrator-prompt-pack.md
status: supporting
- path: docs/oss-v1-checklist.md
Expand Down
265 changes: 265 additions & 0 deletions docs/operator-contract-v1.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ where = ["src"]
"docs/v152-release-notes.md",
"docs/v152-qualification.md",
"docs/v152-release-runbook.md",
"docs/operator-contract-v1.md",
"docs/slack-setup.md",
"docs/graphify-setup.md",
]
Expand Down
Loading
Loading