-
Notifications
You must be signed in to change notification settings - Fork 0
Add code-grounded brainstorm for data-provider and accounting improvements #2100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 8 commits
0c0acb6
91cf9e2
c9eedd0
9e61bc5
0dbc3db
c0a5f14
986061a
3105931
bd9a64e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,11 +11,11 @@ Tracks whether DK2 governance, reconciliation, and shared-contract controls have | |
|
|
||
| | Metric | Value | | ||
| | --- | ---: | | ||
| | Score | 46.7% | | ||
| | Passed checks | 3 | | ||
| | Gap checks | 3 | | ||
| | Score | 26.7% | | ||
| | Passed checks | 2 | | ||
| | Gap checks | 4 | | ||
| | Missing evidence sources | 0 | | ||
| | Missing expected terms | 9 | | ||
| | Missing expected terms | 10 | | ||
|
|
||
| ## Evidence Checks | ||
|
|
||
|
|
@@ -24,7 +24,7 @@ Tracks whether DK2 governance, reconciliation, and shared-contract controls have | |
| | Readiness Board | Kernel dashboard tracks reconciliation and governance DK2 readiness | Gap | 0/3 | `docs/status/kernel-readiness-dashboard.md` | terms: `Reconciliation + governance`, `Governance/Fund Ops owner`, `Operator Sign-off` | | ||
| | Shared Contracts | Contract compatibility matrix requires review packets and owner decisions | Gap | 0/3 | `docs/status/contract-compatibility-matrix.md` | terms: `Contract review packet`, `Owner decision`, `migration notes` | | ||
| | Governance Operations | Feature inventory describes reconciliation calibration and sign-off posture | Gap | 0/2 | `docs/status/FEATURE_INVENTORY.md` | terms: `calibration-summary`, `tolerance-profile posture`, `required sign-off role` | | ||
| | Governance Operations | Workstation endpoints expose governance break queue and calibration routes | Pass | 3/3 | `src/Meridian.Ui.Shared/Endpoints/WorkstationEndpoints.cs` | - | | ||
| | Governance Operations | Workstation endpoints expose governance break queue and calibration routes | Gap | 0/3 | `src/Meridian.Ui.Shared/Endpoints/WorkstationEndpoints.cs` | terms: `calibration-summary` | | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This generated readiness row is now a false gap: the endpoint is still registered in Useful? React with 👍 / 👎. |
||
| | Validation | Endpoint tests cover governance break queue and calibration readiness | Pass | 2/2 | `tests/Meridian.Tests/Ui/WorkstationEndpointsTests.cs` | - | | ||
| | Status | Provider and contract status dashboards remain present for governance reviews | Pass | 2/2 | `docs/status/provider-validation-matrix.md`, `docs/status/contract-compatibility-matrix.md`, `docs/status/kernel-readiness-dashboard.md` | - | | ||
|
|
||
|
|
@@ -33,6 +33,7 @@ Tracks whether DK2 governance, reconciliation, and shared-contract controls have | |
| - **Kernel dashboard tracks reconciliation and governance DK2 readiness**: Refresh the kernel dashboard governance row before claiming DK2 readiness. | ||
| - **Contract compatibility matrix requires review packets and owner decisions**: Record contract-review packet evidence and owner decisions in the matrix. | ||
| - **Feature inventory describes reconciliation calibration and sign-off posture**: Update the feature inventory with the current reconciliation governance scope. | ||
| - **Workstation endpoints expose governance break queue and calibration routes**: Keep governance readiness tied to workstation endpoints and documented route evidence. | ||
|
|
||
| --- | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The generated health dashboard now classifies the added
docs/product/data-provider-accounting-brainstorm-2026-07.mdas an orphan, anddocs/product/README.mdis the canonical stakeholder-facing entrypoint that already links the other July brainstorms. In the stakeholder/docs-health workflow, this means the new product guidance is effectively undiscoverable and intentionally increases the orphan count; add it to the product README or another indexed product page so the generated report no longer flags it as orphaned.Useful? React with 👍 / 👎.