Tag · ddd
#ddd
2 posts tagged ddd. View all posts.
AGENTS.md and CLAUDE.md are table stakes — enforcement is the moat
Every serious SaaS boilerplate now ships an AGENTS.md or a CLAUDE.md — a soft file the agent can quietly ignore by prompt 50. The differentiator is enforcement: ESLint-checked DDD boundaries and typed contracts that turn the build red when the agent crosses a line.
Guardrails your agent can't write for itself: compiler-enforced DDD boundaries
Clean architecture survives contact with AI agents only when the boundaries are compiled in. Here are the exact ESLint rules UseDeploy uses to make DDD layering and cross-context walls something a coding agent can't cross by accident.