From 4735637ead09c4e8d4b9a0409d7ea2538eb9cb40 Mon Sep 17 00:00:00 2001 From: main Date: Sat, 13 Jun 2026 12:10:55 -0400 Subject: Update Rust starter bootstrap posture Install project-local Cargo target-dir guidance and template config, keep Cargo output under /data/main/cargo-target/, preserve the global shared target fallback, and raise the source-file cap to 3000 lines. --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) (limited to 'AGENTS.md') diff --git a/AGENTS.md b/AGENTS.md index e08e08c..f758059 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -13,6 +13,7 @@ Choose exactly one surface: House rules: - Keep lint semantics in root `Cargo.toml`; keep runners, CI, and editor config orchestration-only. +- Install project-local `.cargo/config.toml` with `[build] target-dir = "/data/main/cargo-target/"`; do not alter user-global Cargo config. - Make every member crate opt into `[lints] workspace = true`. - Pin an exact stable toolchain in `rust-toolchain.toml`. - Install a target `AGENTS.md` link to [docs/rust-style-doctrine.md](/home/main/programming/projects/rust_starter/docs/rust-style-doctrine.md). -- cgit v1.2.3