Files
plex-playlist/docs/agents/domain.md

20 lines
668 B
Markdown
Raw Normal View History

# Domain Docs
This repository uses a single-context domain documentation layout.
## Layout
- Context file: CONTEXT.md at repository root
- ADR directory: docs/adr/
- Context map: not used for single-context layout
## Consumer Rules for Skills
- Skills that need domain language should read CONTEXT.md first.
- Skills that need historical architectural decisions should read docs/adr/.
- If CONTEXT.md or docs/adr/ is missing, skills may proceed and propose creating missing files as follow-up work.
## Scope
Use this layout as the default for architecture, diagnosis, and planning workflows unless the repository migrates to a multi-context monorepo structure.