From c9dba93f7f57fbb2f5e240b4cf99e047bfc8e08f Mon Sep 17 00:00:00 2001 From: "user.email" Date: Thu, 2 Apr 2026 20:26:49 -0700 Subject: [PATCH] Add safety and dependency constraints --- CLAUDE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 58303ef..1ba9314 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -74,3 +74,6 @@ Transcript-based shell integration test runner. Rust. - Rust 2024 edition - No OOP — plain functions and structs/enums - Integration tests in `tests/shout.rs`, example `.shout` files in `tests/` +- Never use `unsafe` +- Keep dependencies to the bare minimum. +- If you must use a dependency, use the lightest-weight version.