You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PHASE_LEDGER.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,3 +72,4 @@
72
72
-**Action**: Reviewed and improved user-facing documentation (`docs/sdks/`, `docs/guides/cli.md`). Aligned SDK implementation with documentation by removing "In Development" status and fixing a discrepancy in `pkg/api` where the `priority` field was not correctly mapped to the `urgency` JSON tag expected by clients.
73
73
-**Action**: Comprehensive documentation review and update. Verified `docs/configuration.md` against codebase (added env vars, policy config). Updated `docs/reference/api.md` with missing endpoints. Improved `docs/guides/policy.md` consistency with engine logic. Clarified CLI capabilities in `docs/guides/cli.md` and `docs/installation.md`.
74
74
-**Action**: Created `docs/guides/mcp.md` detailing the Model Context Protocol integration and updated `docs/index.md` with a link.
75
+
-[x]**M43.2: Complete Graph Projection** (Epic 43) - Implemented `EventTypePolicyUpdated` and updated `pkg/graph/projection.go` to handle policy updates by creating Constraint and Scope nodes. Added Adjacency Index (`scopeConstraints`) for O(1) graph traversal during policy evaluation. Verified with unit tests.
0 commit comments