Last updated: 2026-03-23Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
Audience: Developers and spec authors maintaining cross-core boundaries.
Naming convention
Files named{SPEC-ID}-{slug}-INTEGRATION.md in this folder describe integration surfaces for that spec (dependencies, events, APIs, data). The canonical requirements remain in specs/{core}/specs/.
Canonical contracts (read first)
Maintenance checklist (per stub or quarterly)
- Spec link: Top of file points to
specs/{core}/specs/{SPEC-ID}-*.md(file must exist). - No duplicate law: If the stub only repeats EVENT_CONTRACTS/API_CONTRACTS tables, replace with a short pointer paragraph + links.
- Broken links: Run
npm run validate-docsafter moves; fix relative links to other integration files or move references to the spec.
Known gaps (fix when touching related specs)
- Some older stubs link to sibling
*-INTEGRATION.mdfiles that were never added; prefer linking the spec underspecs/cl/specs/(or the relevant core) instead. - Data dictionary for new tables: register in ../standards/DATA_DICTIONARY.md, not a file in
integrations/.
Count
There are on the order of 190+ integration markdown files here; use repo search forINTEGRATION.md when locating a feature.