fabro/crates
Bryan Helmkamp 139f653d33 Add read-before-write guardrail for ExecutionEnvironment
Decorator that tracks which files the agent has read (via read_file or
grep) and returns an error when writing to an existing file that hasn't
been read first. Prevents the model from hallucinating file contents and
blindly overwriting working code. New files are always allowed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Entire-Checkpoint: a565c5a5e2f9
2026-02-25 10:24:58 -05:00
..
agent Add read-before-write guardrail for ExecutionEnvironment 2026-02-25 10:24:58 -05:00
attractor Add auto-compaction to prevent context window overflow in long agent sessions 2026-02-24 23:09:38 -05:00
git-storage Add git-storage crate for storing data in git object database 2026-02-24 23:17:44 -05:00
llm Add ullm models sync command to download OpenRouter model metadata 2026-02-24 14:18:43 -05:00
terminal Revert clippy config to defaults, remove all pedantic/nursery/cargo lint suppressions 2026-02-24 09:42:28 -05:00