docs: define automation compatibility policy
This commit is contained in:
parent
2b604dd184
commit
97e9daa118
4 changed files with 137 additions and 8 deletions
|
|
@ -624,6 +624,11 @@ capability, or creating/registering a missing resource.
|
|||
|
||||
## CI, Security, And Releases
|
||||
|
||||
The automation-facing compatibility policy is documented in
|
||||
[`docs/compatibility.md`](docs/compatibility.md). It defines the intended
|
||||
stability rules for CLI commands, `--json` output, the local control JSONL
|
||||
protocol, Iroh peer wire protocols, SQLite metadata, and signed operation logs.
|
||||
|
||||
GitHub Actions workflows live under `.github/workflows/`:
|
||||
|
||||
- `ci.yml` runs formatting, clippy, docs, `cargo check`, and workspace tests on
|
||||
|
|
|
|||
Loading…
Reference in a new issue