> Markdown twin of https://adna.network/glossary/glossary-embedded-triad/
> Index: https://adna.network/llms.txt · Full corpus: https://adna.network/llms-full.txt
> State is a build-time snapshot generated 2026-08-30 (UTC); nothing here is live.

# Embedded Triad — aDNA Glossary

## Plain-Language Definition

An embedded triad wraps the three aDNA folders inside a hidden `.agentic/` directory, keeping them separate from a codebase's source files. Use this when adding aDNA to an existing code repository — the knowledge architecture sits alongside the code without cluttering the project root.

## Technical Definition

A [deployment form](/glossary/glossary-deployment-form) where the triad is nested inside `.agentic/` at the repository root (`.agentic/what/`, `.agentic/how/`, `.agentic/who/`). Governance files remain at the repository root, not inside `.agentic/`. Follows the convention of dot-prefixed directories for meta/config in git repos (like `.github/`, `.vscode/`). Contrast with [bare triad](/glossary/glossary-bare-triad). (aDNA Standard §3.3)

## Usage Examples

- The `lattice-protocol/` codebase uses an embedded triad: its source code lives at root, while aDNA knowledge lives in `.agentic/what/`, `.agentic/how/`, `.agentic/who/`.
- An aDNA instance MUST use exactly one deployment form — mixing bare and embedded within the same project is prohibited (§3.4).

## See Also

- [Bare Triad](/glossary/glossary-bare-triad)
- [Deployment Form](/glossary/glossary-deployment-form)
- [Triad (concept)](/learn/concepts/triad)
