trueline-mcp: trueline-mcp is an MCP plugin that provides hash-verified file editing and targeted reads for AI coding agents. It reduces context usage by reading less and writing less, and prevents silent code corruption by verifying that edits match the actual file content. It includes AST-based outlines, compact line-range edits, semantic diffs, and workflow hooks for high agent compliance.; learn-claude-code: This repository provides a hands-on tutorial to learn how modern AI agents work by building one from scratch, emphasizing the core loop of model-tool interaction. It distills complex agent concepts into simple, iterative versions, from basic Bash agents to sophisticated skill-based systems.
Targeted reading and editing of large code files
Learning to build modern AI coding agents from scratch