Abide
Plugin / AgentHook-level enforcement for the natural-language rules in AGENTS.md and CLAUDE.md — every edit is judged and violations are repaired in the same turn.
- hooks
- code-review
- rules
- agents-md
An unofficial Rust 1:1 reimplementation of the Claude Code terminal UI, ported file-for-file onto an iocraft TUI framework.
CometixCode rebuilds the Claude Code terminal interface — TypeScript on React + Ink — in Rust on iocraft (via its CometixTUI fork), following the original file by file rather than reinventing the architecture: a TS component maps to a Rust component, a hook to a hook, and deliberate deviations are recorded in the source where they happen. Large parts of the interactive loop, tool execution, permissions, MCP and slash commands are implemented; other areas are partial. It builds with Rust 1.88+ (edition 2024) into a single cometix binary with ICU4X data compiled in, cross-compiles to Windows with statically linked dependencies and no DLLs, and shells out to ripgrep exactly the way Claude Code does.
Rust developers who want to read a production-grade terminal UI architecture, and anyone curious how the Claude Code interface actually works — the companion ClaudeCodeRev analysis is what this port was derived from. It is also a working (if partial) native client: the interactive loop, tool execution, permissions, MCP and slash commands run today.
git clone https://github.com/Haleclipse/CometixCode.git cd CometixCode cargo build --release cargo run --release # the binary is cometix # Windows cross-compile (mingw-w64 toolchain on PATH): rustup target add x86_64-pc-windows-gnu cargo build --release --target x86_64-pc-windows-gnu
Unofficial and not affiliated with Anthropic — “Claude” and “Claude Code” are Anthropic trademarks and nothing here is endorsed or supported by them. Work in progress: large parts of the interactive loop, tool execution, permissions, MCP and slash commands are implemented, other areas are partial, so expect gaps. AGPL-3.0-only.
Repository
Haleclipse/CometixCodeCharted
Hook-level enforcement for the natural-language rules in AGENTS.md and CLAUDE.md — every edit is judged and violations are repaired in the same turn.
A Claude Code plugin that replaces the lossy compaction summary with Jev-scored pruning: stale tool calls are dropped, and everything kept stays verbatim.
Anthropic's official Claude Cowork plugin for financial advisors — eight ready-to-run compliance-aware workflows over the firm's own connectors.