LangENKO

Build with Agents

Guards, MCP, and ATE — the tools that keep LLM-written code honest.

since v0.22
On this page

Build with Agents

Mandu is designed for humans and agents to share the same codebase without drift.

Pages

Coming in W2:

  • MCP setup (Claude Code, Cursor, Gemini CLI)
  • Writing Guards
  • ATE — the Agent Test Engine

🤖 Agent Prompt

🤖 Agent Prompt — Build with Agents
Apply the guidance from the Mandu docs page at https://mandujs.com/docs/build-with-agents/index to my project.

Summary of the page:
Build-with-agents hub. Covers MCP setup, Guard authoring, ATE agent test engine.

Then:
1. Make the change in my codebase consistent with the page.
2. Run `bun run guard` and `bun run check` to verify nothing
   in src/ or app/ breaks Mandu's invariants.
3. Show me the diff and any guard violations.

For Agents

AI hint

Build-with-agents hub. Covers MCP setup, Guard authoring, ATE agent test engine.

Guard scope
agent-workflow