docs(security): land secret-types research note - #31
Merged
Merged
Conversation
Co-authored-by: arena-agent <297053741+arena-agent@users.noreply.github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
arena-ai-coding-agent
Bot
deleted the
arena/01a0e132-epistemic-types
branch
September 27, 2026 05:25
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.
Closes #29
Decision
Land the preserved secret-types direction as research documentation within
epistemic-types, not as a new repository. The note is rewritten against the current interfaces and sets out the in-repository path to a possible formal model.What changed
docs/secret-types.adoc, distinguishing the current epistemic preorder,BeliefModality, proof transport, and Echo resource grades from confidentiality semantics.AUDIT.adoc.Proof-scope check
The issue body refers to 23
--safemodules. The current checkout has 17 Agda modules undersrc/EpistemicTypes/; the recursive proof script checks all 17 with--safe --without-K --no-libraries. The note reports the current count and makes no confidentiality claim based on those proofs.Validation
git diff --checkpassed.justnoragda, so I could not run the Agda gates here; please rely on the required CI proof and rejection-control jobs before merge.