8d – Agent-Native Version Control, where Git breaks
CRDT-based VCS for AI swarms where Git's locking model fails completely.
Unofficial Linear CLI, for humans and coding agents
13K token MCP server replaced by 1K token CLI discovery for AI agents.
Developers using Claude Code / AI agents with Linear; Linear power users; teams automating issue tracking workflows.
Linear MCP server · Unofficial GitHub CLI (gh alternative) · Rust SDK ecosystem tools
lineark takes a different approach: it's a CLI your agent calls via Bash. The full command reference (lineark usage) is under 1,000 tokens.
It's also just a nice CLI for humans — human-readable names instead of UUIDs, auto-detected output format (outputs tables in terminal/interactive session, JSON when piped).
Under the hood: the SDK is fully generated from Linear's GraphQL schema via a custom codegen pipeline (apollo-parser → typed Rust). The CLI consumes the SDK with zero raw GraphQL — just typed method calls. You can also create your own lean return data types and validate them against Linear's schema at comptime.
MIT Licensed.
Happy to answer questions. Thanks!
CRDT-based VCS for AI swarms where Git's locking model fails completely.
Cuts Linear MCP token usage from 13,000 to under 1,000 for agent tool descriptions.
Search-first retrieval CLI for agents—but local-only without auth limits scope.
Tower-style middleware stacking for inference guardrails beats bolted-on if-statements.
Full Resend API coverage in a CLI, but Resend's own API is already mature and documented.
Branching edit history lets agents explore refactors without losing prior versions.