AMPR-176/#505: ProvenanceCommitted design placeholder#513
Merged
wow-miley merged 1 commit intoMay 31, 2026
Merged
Conversation
Forward-looking design placeholder for the future `MemoryEvent.ProvenanceCommitted` event, per the Wave 3 audit (AMPR-168) Gap-5 finding. No new event type, no publish site, no tests — just the design doc and a TODO marker so the work is tracked when AMPERE is ready to grow the provenance-chain surface. - `docs/design/provenance-event.md` — sketches event shape, hash and signature working assumption (Ed25519 over a parent-hash chain), three publish-site patterns with a checkpoint-only recommendation, the OpenAI grant "verifier first vs event first" open question, and explicit promotion criteria for when this becomes an implementation ticket. - `MemoryEvent.kt` — `TODO(AMPR-176)` marker inside `sealed interface MemoryEvent`, pointing at the design doc. Closes #505 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Concept staleness check — 3 warning(s). These changes touched files listed under a concept's Validator output |
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
I filed a forward-looking design placeholder for the future
MemoryEvent.ProvenanceCommittedevent, addressing Gap-5 from the Wave 3 cognitive event audit (AMPR-168). The newdocs/design/provenance-event.mdsketches the event shape, an Ed25519-over-parent-hash-chain working assumption, three publish-site patterns (with a checkpoint-only recommendation), the OpenAI grant "verifier first vs event first" open question, and explicit promotion criteria for when this gets implemented. I also dropped aTODO(AMPR-176)marker insidesealed interface MemoryEventso the work is anchored at the right call site. No new event type, no publish site, no tests — code change is the marker only.Test plan
./gradlew ktlintFormat— BUILD SUCCESSFULgrep -n "TODO(AMPR-176)" MemoryEvent.ktmatches the new marker (line 38)Closes #505
🤖 Generated with Claude Code