docs: add domain context documentation#85
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6b3ca95f98
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1aa0f725f6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Summary
Adds domain context documentation following a multi-context structure with a root context map and per-project glossaries. Each glossary defines canonical domain terms, avoid-aliases, relationships, example dialogue, and flagged ambiguities per the plan-interrogation skill's CONTEXT-FORMAT.md reference.
Codex local review identified two inaccuracies (Core dependency description and collection cardinality) which were corrected before PR submission.
Files
STEP-001 — Create domain context documentation
CONTEXT-MAP.md(new) — root context map referencing three bounded contextssrc/Chatter.Rest.Hal/CONTEXT.md(new) — HAL domain and serialization glossarysrc/Chatter.Rest.Hal.Core/CONTEXT.md(new) — shared kernel glossarysrc/Chatter.Rest.Hal.CodeGenerators/CONTEXT.md(new) — code generation glossaryValidation
dotnet test: Not run (dotnet SDK not available in environment; changes are documentation-only markdown files with no impact on compiled code)Version / Release
.md, excluded from bump-trigger paths)Constraints
Open questions