docs(adr): 0020 addenda — ratify JEF-263 TOFU baseline eviction + 24h established#138
Merged
Merged
Conversation
… established Records the two implementation decisions the durable per-repo signing baseline (#136) required: (1) eviction = per-pass full-state journal compaction + a bounded in-memory store that evicts non-established entries first; (2) `established` = 24h wall-clock age from first_seen, not a digest count an attacker could inflate. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VtjoJttCvBY4dzCoE4f9vP
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.
Ratifies and records the two ADR-0020 implementation addenda from #136 (JEF-263, durable per-repo TOFU signing baseline), which the engineer documented in-code and flagged for architect ratification during INTEGRATE.
DEFAULT_MAX_REPOS) that evicts non-establishedentries first. Full (not change-only) compaction is load-bearing — the negative-control test proves a write-once line ages out.established= 24h wall-clock age fromfirst_seen, not a digest/observation count an attacker could inflate by burst-pushing. Monotonic; needs no extra durable state.Also records the monitor-only follow-up: per-pass full compaction shares the single journal with breach/admission lines and raises their rotation pressure — bounded and acceptable now, revisit change-only/segmented journal at large scale.
Docs-only; no code change.
🤖 Generated with Claude Code
https://claude.ai/code/session_01VtjoJttCvBY4dzCoE4f9vP