Files
plex-playlist/docs/agents/domain.md
copilotcoder bcb81ef99f
Some checks failed
Tests / Build and Push CICD Base Image (pull_request) Failing after 31m40s
Tests / Build and Push CICD Complete Image (pull_request) Has been skipped
Tests / End of File Check (pull_request) Has been skipped
Tests / Trailing Whitespace Check (pull_request) Has been skipped
Tests / YAML Syntax Check (pull_request) Has been skipped
Tests / TOML Syntax Check (pull_request) Has been skipped
Tests / Mixed Line Ending Check (pull_request) Has been skipped
Tests / TOML Formatting Check (pull_request) Has been skipped
Tests / Ruff Linting (pull_request) Has been skipped
Tests / Ruff Format Check (pull_request) Has been skipped
Tests / Pyright Type Check (pull_request) Has been skipped
Tests / Darglint Docstring Check (pull_request) Has been skipped
Tests / No Docstring Types Check (pull_request) Has been skipped
Tests / ESLint Check (pull_request) Has been skipped
Tests / Prettier Format Check (pull_request) Has been skipped
Tests / Backend Tests (pull_request) Has been skipped
Tests / TypeScript Type Check (pull_request) Has been skipped
Tests / Frontend Tests (pull_request) Has been skipped
Tests / Backend Doctests (pull_request) Has been skipped
Tests / TSDoc Lint Check (pull_request) Has been skipped
Tests / End-to-End Tests (pull_request) Has been skipped
Tests / Integration Tests (pull_request) Has been skipped
Added agents stuff for getting AI help.
Signed-off-by: copilotcoder <copilotcoder@darkhelm.org>
2026-05-16 19:55:52 -04:00

668 B

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.