docs: freeze forge pointer and harness snapshot join contract - #57
Open
HofniGartner wants to merge 2 commits into
Open
docs: freeze forge pointer and harness snapshot join contract#57HofniGartner wants to merge 2 commits into
HofniGartner wants to merge 2 commits into
Conversation
Define ownership matrix, field mapping, and snapshot lifecycle so runtimes and eval engines share one join interface. Co-authored-by: Cursor <cursoragent@cursor.com>
Align typed fields and analyze CLI flags with the frozen join contract in Docs/provenance_forge_pointers.md. Co-authored-by: Cursor <cursoragent@cursor.com>
GuyZivRH
reviewed
Jul 26, 2026
GuyZivRH
left a comment
Collaborator
There was a problem hiding this comment.
great direction! do you extend this PR or open a following PR with the rest of the work?
Author
|
Thanks Guy! This PR is intentionally the schema / contract slice only:
Following PRs (separate repos / issues), not stacked here:
Happy to open a follow-up in ABEvalFlow for Phase C observer wiring once the producer + AEH tags/artifact path are in — that should stay out of this PR so the join contract can land first. |
5 tasks
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
Freeze the cross-project join contract for harness snapshot / forge pointers, and extend
Provenanceso the typed report matches that field list.Changes
Docs/provenance_forge_pointers.md(ownership matrix, field mapping, snapshot lifecycle, MLflow-first later read)Provenancewith optional join fields (repository_url,change_id,trace_id,session_id,eval_run_id,harness_fingerprint,forge_platform)--*flags inscripts/analyze.pyTest plan
uv run pytest tests/test_analyze.py -k provenance(or project venv equivalent)Docs/provenance_forge_pointers.mdfor field/ownership accuracyRelated
Made with Cursor