fix: RustSec dep updates, RPM verifier fix, ADR-035 + ReasoningRun docs#39
Merged
Conversation
…soningRun docs (closes #6, #7, #9, #16, #17) - Cargo.lock: bump bytes 1.10.1→1.12.1, rustls-webpki 0.103.8→0.103.13, tar 0.4.44→0.4.46, time 0.3.44→0.3.53 to fix RUSTSEC-2026-{0007,0104,0049,0098,0099,0068,0067,0009} - packaging/homebrew/Formula/turtle-term.rb: add xcb-util-keysyms Linux build dep (required by some fontconfig/freetype paths; was causing brew install --HEAD to fail) - packaging/scripts/verify-rpm-package.sh: fix undefined $contents and $payload variables (both were used before assignment under set -eu, causing all RPM verify jobs to fail) - docs/sourceos/ADR_035_BOUNDARY_TRANSITIONS.md: EngineManifest + BoundaryTransition + FaultEnvelope fixtures for TurtleTerm (PTY spawn, SSH, Lua file-read, clipboard write), system-action-transcript.jsonl format and ordering contract - docs/sourceos/REASONING_RUN_TASK_TREE.md: ReasoningRun JSONL format, pane layout spec, integration boundary (TurtleTerm reads, Superconscious writes, AgentPlane delivers) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Jul 18, 2026
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.
Summary
xcb-util-keysymsLinux dep to Homebrew formula (required by some fontconfig/freetype code paths — was causingbrew install --HEADto fail on Linux matrix)$contentsand$payloadvariables used before assignment underset -eu— was causing all RPM verify CI jobs to abort immediatelyCloses
xcb-util-keysymsdep)$contents/$payloadfix)🤖 Generated with Claude Code