diff options
| author | main <main@swarm.moe> | 2026-06-13 12:10:55 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-06-13 12:10:55 -0400 |
| commit | 4735637ead09c4e8d4b9a0409d7ea2538eb9cb40 (patch) | |
| tree | 344558bb4616293e7f9f3bcdc4dae6cbbcc0b608 /README.md | |
| parent | 89dba1d9c0034e6bc544b0f002a65ffe0b29e7dc (diff) | |
| download | rust_starter-4735637ead09c4e8d4b9a0409d7ea2538eb9cb40.zip | |
Update Rust starter bootstrap posture
Install project-local Cargo target-dir guidance and template config, keep Cargo output under /data/main/cargo-target/<project-slug>, preserve the global shared target fallback, and raise the source-file cap to 3000 lines.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ Source of truth for bootstrapping or ratcheting strict Rust lint posture. -- `template/fresh/`: fresh starter template with manifest-owned lint and check policy +- `template/fresh/`: fresh starter template with project-local Cargo target-dir config, manifest-owned lint policy, and thin check policy - `docs/`: fresh-bootstrap and retrofit guidance, policy rationale, and the Rust style doctrine - `skills/`: bundled Codex skills for Rust bootstrap and slop extermination |