Files
fparkan/docs/baseline/current-project-audit.md
T

16 lines
416 B
Markdown
Raw Normal View History

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