2026-06-22 13:12:27 +04:00
|
|
|
# Current Project Audit
|
|
|
|
|
|
|
|
|
|
Baseline command:
|
|
|
|
|
|
|
|
|
|
```text
|
2026-06-23 22:05:16 +04:00
|
|
|
cargo xtask ci
|
2026-06-22 13:12:27 +04:00
|
|
|
```
|
|
|
|
|
|
2026-06-23 22:05:16 +04:00
|
|
|
Result on 2026-06-23:
|
2026-06-22 13:12:27 +04:00
|
|
|
|
2026-06-23 22:05:16 +04:00
|
|
|
- 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.
|