An intuitive, Google Tag Manager-inspired system to embed, govern, and utilize anchor tags for deterministic agent planning and validation in complex codebases.
AnchorMesh lets you place semantic anchor tags throughout your codebase that AI agents can discover, interpret, and use as reliable waypoints for planning, navigation, and validation — bringing structure and predictability to agentic workflows over large repos.
- Anchor tag embedding — drop lightweight markers in your code that agents can read
- Deterministic planning — agents resolve plans against real codebase structure, not hallucinated paths
- Validation hooks — verify agent actions against declared anchors before execution
- GTM-inspired governance — centralized control over which anchors are active and how they behave
git clone https://github.com/papajo/AnchorMesh.git
cd AnchorMesh
npm install
npm startSee CONTRIBUTING.md for how to get involved.