swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-06-13 12:10:55 -0400
committermain <main@swarm.moe>2026-06-13 12:10:55 -0400
commit4735637ead09c4e8d4b9a0409d7ea2538eb9cb40 (patch)
tree344558bb4616293e7f9f3bcdc4dae6cbbcc0b608 /README.md
parent89dba1d9c0034e6bc544b0f002a65ffe0b29e7dc (diff)
downloadrust_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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1647e9d..0eabb59 100644
--- a/README.md
+++ b/README.md
@@ -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