Terminal backend, contractiles, RSR audit#41
Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Implement the terminal backend with a 3-layer architecture: - Raze.Terminal (SPARK): pure ANSI escape sequence generation — cursor movement, SGR colours/attributes, alt screen, mouse tracking - Raze.Input_Parser (SPARK): pure byte-to-event parser for CSI sequences, arrow keys, function keys, Ctrl+key, printable chars - Raze.Posix (Ada, non-SPARK): POSIX termios wrapper for raw mode, non-blocking reads, ioctl TIOCGWINSZ, and terminal output Wire Poll_Event through Push_Event bridge so SPARK events receive real terminal input. Update demo to use alt screen with interactive key display. Add must/dust/intend contractile files alongside existing trust/. Update STATE.a2ml (15% → 35%) and TOPOLOGY.md (terminal backend 100%, overall ~55%). Resolves #38 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
hyperpolymath
force-pushed
the
chore/cicd-optimizations
branch
from
March 20, 2026 21:11
58cd5fa to
c859128
Compare
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
Closes #38
Test plan
just buildcompiles all layers (SPARK + Zig + Rust)just check-abitype-checks Idris2 ABIjust runlaunches interactive TUI demo🤖 Generated with Claude Code