feat(card): split provenance vs freshness — add generated_at liveness signal#2
Merged
Merged
Conversation
… signal
The card's _meta["one.faf/context"].generated was request-time, silently
disagreeing with the deterministic `generated` in the .faf it points to —
on the one artifact whose thesis is "discovery and protocol agree, no drift."
Now two honest, clearly-named fields:
- generated: deterministic provenance, single-sourced from the served .faf
(FAF_GENERATED, parsed from project.faf) — card and artifact agree.
- generated_at: freshness/liveness (request time) — the declarable signal
floated in SEP-2127 (#2127). Provenance != freshness.
.faf artifact untouched (still deterministic, still Trophy). Parity test now
compares `generated` too. 39/39 pass.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
What
The card's
_meta["one.faf/context"].generatedwas request-time, silently disagreeing with the deterministicgeneratedin the.fafit points to — on the one artifact whose whole thesis is discovery and protocol agree, no drift.Now two honest, clearly-named fields:
generated— deterministic provenance, single-sourced from the served.faf(FAF_GENERATED, parsed fromproject.faf). Card and artifact now agree.generated_at— freshness/liveness (request time). The declarable signal floated in SEP-2127 (#2127). Provenance ≠ freshness.Receipts
.fafartifact untouched (still deterministic, still Trophy 100%).generatedtoo (stronger).Assisted by Claude (Opus 4.8) · Approved by James Wolfe (@Wolfe-Jam)