feat: organ-bundle interop for crucible - #13
Merged
Conversation
The .env.* rule also matches .env.example, which the same standard requires to be committed. This negation restores it. No .env.example exists in this repo yet; the fix is pre-emptive. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
direnv files can hold exported secrets. Covers .envrc and .envrc.local. Pre-emptive: direnv is not currently in use and no .envrc exists in this repo. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Maps crucible's assessment verdicts into the proof-surface organ-bundle entry shape (crucible-assessment receipt_kind), so a crucible verdict can compose into forum's evidence lane, seed a learn lesson, or feed an index context envelope through the shared spine. gather/src/gather/interop.py is the reference implementation; this module follows the same entry shape and validation discipline. This is the second of five flagships to emit organ-bundle entries.
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.
Adds interop.py mapping crucible assessment verdicts to the proof-surface organ-bundle spine. Second of five flagships to emit (after gather). Unlocks cross-tool verdict composition.