Merged PR 2401: docs: document representation participation availability model

docs: document representation participation availability model

Related work items: #23754
This commit is contained in:
Robert Bond
2026-06-18 10:27:53 +00:00
parent c84ff3fff9
commit 81a6276f44
7 changed files with 939 additions and 0 deletions
+12
View File
@@ -43,6 +43,18 @@
- Formatting conventions from `.prettierrc`: 4 spaces, no trailing commas.
- Prisma client generation script available: `npm run prisma:generate`.
## Current domain documentation status
- Representation Participation Availability has now been documented as a first-class technical domain characterization.
- Technical source-of-truth:
- `docs/representation-participation-availability.md`
- Business validation companion:
- `docs/representation-participation-business-review.md`
- Current architectural conclusion:
- representation participation is best understood as one coherent decision model with layered exceptions
- known consumer divergences and CRM compatibility behaviours are part of the current live contract
- future technical adoption/expansion work should wait for business validation before changing behaviour or broadening policy boundaries
## CI/CD and deployment artifacts
- `azure-pipelines.yml` exists (legacy-looking Node 10 build pipeline).