概要
Finsliparn is a Bun-native MCP Server and Claude Code Plugin designed to elevate software development by transforming basic LLM code generation into a sophisticated, test-driven refinement process. It enforces a "Refinement Loop" inspired by Poetiq's ARC-AGI solver methodology, where an LLM iteratively implements solutions, Finsliparn validates them against actual test suites, and structured feedback from test failures guides further LLM attempts. The tool selects the best solution based on objective criteria, emphasizing that "Test results are the objective truth." Its Filesystem-as-IPC architecture, centered around a `directive.md` file, supports multiple AI platforms like Claude Code and GitHub Copilot, using isolated Git Worktrees to ensure a clean, verified development workflow.