-
Notifications
You must be signed in to change notification settings - Fork 0
Home
hs0326 edited this page Mar 14, 2026
·
2 revisions
Welcome to the DUDA wiki. DUDA is a Claude Code skill that prevents AI agents from breaking isolation boundaries in multi-layered architectures.
| Page | Description |
|---|---|
| Getting Started | Installation and first use |
| Modes | All 7 DUDA modes explained |
| Isolation Types | Type A~D with examples |
| Trust Score | 4-axis scoring system |
| SCOPE Mode | Feature-centric analysis (v2.1) |
| FAQ | Common questions |
| Changelog | Version history |
DUDA (named after moles - "two-duh-ji" in Korean) guards isolation boundaries in complex architectures. It prevents developers and AI agents from accidentally:
- Leaking tenant data across multi-tenant boundaries
- Importing platform-only code into tenant layers
- Violating monorepo app boundaries
- Bypassing microservice API boundaries
Core principle: No code is touched until a 95-point trust score is met.
Current: v2.1.1 | Changelog