Skip to content

docs: clarify recording_mode is a retention dial, not a coverage claim - #205

Merged
telleroutlook merged 1 commit into
mainfrom
fix/recording-mode-clarify-retention-vs-coverage
Aug 7, 2026
Merged

docs: clarify recording_mode is a retention dial, not a coverage claim#205
telleroutlook merged 1 commit into
mainfrom
fix/recording-mode-clarify-retention-vs-coverage

Conversation

@telleroutlook

Copy link
Copy Markdown
Contributor

Problem

The recording_mode field description ("How this run's evidence was captured") was ambiguous — it could be read as a claim about observation scope (coverage) rather than capture depth (retention). This led to validation being described as "full coverage" in an external discussion, which is the opposite of its actual meaning.

Fix

Expanded description in two places:

schemas/aep/aep-record.schema.json — verbose description now explicitly states:

  • This is a retention depth dial (how much of what was observed the producer chose to keep)
  • It is NOT a coverage claim (says nothing about what the monitor was able to observe)
  • Observation scope is conveyed separately via configSource and tracePolicy

docs/AEP-OTEL-MAPPING.md — table cell expanded with the same retention-vs-coverage distinction.

Context

Motivated by in-toto/attestation#557 where the ambiguity caused recording_mode to be described as a coverage claim in a standards discussion.

Tests

conformance.py: 19 schemas OK. bun test: 18/18 pass.

The field description said only "How this run's evidence was captured"
which is ambiguous — it could be read as a claim about observation scope
(coverage) rather than capture depth (retention).

Expanded description in the JSON schema and AEP-OTEL mapping table to
explicitly state:
- recording_mode is a RETENTION DIAL: how much of what was observed
  the producer chose to keep (depth)
- It is NOT a coverage claim: it says nothing about what the monitor
  was configured or able to observe (scope)
- Observation scope is conveyed separately via configSource/tracePolicy

Motivated by in-toto/attestation#557 where the ambiguity caused
recording_mode to be described as a coverage claim, which is incorrect.
@telleroutlook
telleroutlook merged commit 4600bca into main Aug 7, 2026
4 of 5 checks passed
@telleroutlook
telleroutlook deleted the fix/recording-mode-clarify-retention-vs-coverage branch August 7, 2026 14:04
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