platform: add eval fabric governance follow-up and root discoverability#16
Merged
platform: add eval fabric governance follow-up and root discoverability#16
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extends the platform’s eval-fabric lane by adding governance/provenance contract schemas + examples, and by improving “repo entrypoint” discoverability so platform operators can find and run the lane from the top-level docs.
Changes:
- Added eval-fabric governance/provenance JSON schemas and example payloads under
schemas/eval/. - Added/updated governance notes and roadmap items describing the next eval-fabric platform steps.
- Updated repo entrypoints (root README, architecture docs, local-dev runbook, eval-fabric-api README) to make the unified, DB-backed local path the default.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds eval-fabric lane section + links to key entrypoints and unified compose. |
| docs/ROADMAP.md | Extends roadmap to include eval-fabric promotion + governance wiring follow-ups. |
| docs/LOCAL_DEV_EVAL_FABRIC.md | Updates the default local-dev instructions to the unified compose + correct port (8082). |
| docs/ARCHITECTURE.md | Documents eval-fabric as a first-class platform lane with landing points and responsibility split. |
| apps/eval-fabric-api/README.md | Declares the unified DB-backed runtime path as the preferred default. |
| docs/EVAL_FABRIC_GOVERNANCE.md | Explains the purpose of the new governance/provenance objects under schemas/eval/. |
| schemas/eval/*.schema.json | Introduces governance/provenance schema contracts (and related eval schema anchors). |
| schemas/eval/examples/*.example.json | Adds concrete example payloads for the governance/provenance objects. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
Author
|
@copilot apply changes based on the comments in this thread |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: mdheller <21163552+mdheller@users.noreply.github.com>
Member
Author
|
@copilot apply changes based on the comments in this thread |
Member
Author
|
@copilot please fix the conflicts mentioned above. |
…eview feedback Agent-Logs-Url: https://github.com/SocioProphet/prophet-platform/sessions/153a1d62-9386-48c0-9cef-b5a4ab83ea2d Co-authored-by: mdheller <21163552+mdheller@users.noreply.github.com>
Signed-off-by: mdheller <21163552+mdheller@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Carry the next eval-fabric follow-up onto the current
mainbase.This PR combines three tightly related pieces:
schemas/eval/Why
The eval-fabric bootstrap is already merged into
main, but the next platform step needs both:ReproLedgerEntry,CausalAttribution,MethodologySnapshot,MetricCrosswalk)Scope
Files included:
README.mdapps/eval-fabric-api/README.mddocs/ARCHITECTURE.mddocs/LOCAL_DEV_EVAL_FABRIC.mddocs/ROADMAP.mddocs/EVAL_FABRIC_GOVERNANCE.mdschemas/eval/schemas/eval/examples/Notes
This PR intentionally does not yet wire these objects into runtime API responses or the score pipeline. It prepares the platform repo with the discoverability and contract layer needed for that next implementation pass.