workspace-mgr 0.2.0

Fixed-policy repository workspace manager for coding agents
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Contributing

Contributions are welcome through focused pull requests.

Before submitting a change, run:

```sh
cargo fmt --check
cargo deny check
cargo clippy --all-targets --all-features -- -D warnings
cargo test --all-features
```

Tests that exercise managed storage must use a new temporary repository and
either the test-only filesystem adapter or the CI-owned versioned MinIO service.
They must not read user credentials, contact a real cloud remote, or depend on
deleting shared remote objects after the test.