Skip to content

Request evidence can keep pace with the evidence it corroborates - #4

Merged
rameerez merged 2 commits into
mainfrom
request-evidence-advocacy
Aug 19, 2026
Merged

Request evidence can keep pace with the evidence it corroborates#4
rameerez merged 2 commits into
mainfrom
request-evidence-advocacy

Conversation

@rameerez

Copy link
Copy Markdown
Owner

IP + user agent + geolocation are what cement a recorded act to a person — an agreement dispute is usually "that wasn't me", and the core event alone answers the wrong question. Two changes:

  • New config escape hatches: keep_recorded_{ip_addresses,browser_user_agents,ip_geolocation}_indefinitely!(because:). By-default request evidence used to require a deletion clock, which after 0.2.0 scheduled the corroboration to expire before the evidence it corroborates. Keeping forever is now declarable — out loud, with a reason, never silently. Clock + keep-indefinitely together is refused as opposite decisions.
  • README advocacy: the request-evidence section now recommends recording on-by-default (executable snippet included), with all discipline intact — per-field decisions, written purposes, encrypted annexes, reviewed proxy provenance, and per-policy clocks still available in the other direction.

800 runs / 5254 assertions green, rubocop clean.

🤖 Generated with Claude Code

https://claude.ai/code/session_013A6ZmfmFuQ2z3GyvQCuECA

rameerez and others added 2 commits August 19, 2026 22:07
By-default request evidence demanded a deletion clock. After 0.2.0
flipped core evidence to keep-indefinitely, that meant the
corroboration — the IP, the client, the place that cement a recorded
act to a person when the dispute is "that wasn't me" — was scheduled to
expire before the agreement it corroborates. A scheduled weakening of
the record is not a privacy feature.

keep_recorded_{ip_addresses,browser_user_agents,ip_geolocation}_indefinitely!(because:)
is the third answer to "how long", said out loud with a reason like
every escape hatch here. A clock and keep-indefinitely together are
refused as opposite decisions; keeping forever silently remains
impossible.

The README's request-evidence section now argues FOR recording, with
the on-by-default posture as the recommendation — discipline unchanged:
per-field decisions, written purposes, encryption, reviewed proxy
provenance.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013A6ZmfmFuQ2z3GyvQCuECA
Three more places demanded a deletion clock for recorded request
evidence and knew nothing of the new declaration: the per-policy
reference validator, the policy-level setting validator, and the
capture-time extractor that stamps the annex schedule. All three now
accept the third answer — an indefinite annex rule in the retention
class (new keep_recorded_{ip_address,browser_user_agent,ip_geolocation}_indefinitely
builder verbs) or the application-wide
keep_recorded_..._indefinitely!(because:) — and their error messages
name all the options. Precedence is unchanged and more-specific wins:
policy clock, then class rule, then the application-wide declaration.
An indefinite annex stamps no schedule; the planner reports it
unresolved-by-decision and never lists it, pinned at a 100-year
horizon through a real capture.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013A6ZmfmFuQ2z3GyvQCuECA
@rameerez
rameerez merged commit 0a1a001 into main Aug 19, 2026
23 checks passed
@rameerez
rameerez deleted the request-evidence-advocacy branch August 19, 2026 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant