blob: 06572793f1420d53d15dfabe01c0104256e577c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Current Project Audit
Baseline command:
```text
cargo xtask ci
```
Result on 2026-06-23:
- canonical pipeline now uses a fixed MSRV/toolchain, policy checks,
full-format workspace test command, `clippy`/`doc`/`cargo deny` gates and
typed manifest parsing in `xtask`;
- `rpath`/offline mode is still useful for synthetic local checks;
- full online dependency resolution remains unavailable in the sandbox.
Scope labels:
- Stage 0 macOS/codebase: closed.
- Stage 0 cross-platform native runtime and hosted CI: deferred.
|