AnchorEdit is a lightweight apply engine built on top of AnchorScope v2. Its purpose is not file discovery or code generation. Its purpose is safe and deterministic application of edits.
Core workflow:
Anchor → Apply → Verified Write
Download from the Releases page:
| Asset | Platform |
|---|---|
anchoredit-<ver>-x86_64-pc-windows-msvc.zip |
Windows x86_64 |
anchoredit-<ver>-x86_64-unknown-linux-musl.tar.gz |
Linux x86_64 (static, musl) |
anchoredit-<ver>-aarch64-apple-darwin.tar.gz |
macOS Apple Silicon |
cargo install --path .AnchorScope v2.0.0: https://github.com/kmlaborat/AnchorScope
anchoredit apply
--file
--anchor ""
--replacement ""
use anchoredit::apply;
let result = apply(file_path, anchor.as_bytes(), replacement.as_bytes())?;
- docs/SPEC.md — Specification
- v1/ — Legacy v1 (Sliding Bisection, archived)
MIT License