quint-code (Haft) — Summary
quint-code is the historical repository name for Haft, a Go-based engineering governance system for AI-assisted software delivery. The repository (m0n0x41d/quint-code) contains the full Haft codebase — the binary is named haft and the GitHub organization has migrated branding to m0n0x41d/haft. Haft sits between human intent and agent execution: it frames problems, explores alternatives with diversity enforcement, records decisions as falsifiable contracts with invariants, and governs agent execution through bounded WorkCommissions. It ships a production MCP server (7 tools), a CLI harness (haft binary) with ~10 subcommands, an alpha TUI (haft agent), and an alpha desktop app (Tauri-based). The framework is explicitly built on FPF (First Principles Framework, also in this batch) — internal/fpf/ implements FPF quantities in Go. With 1,333 stars and 104 forks it is the highest-starred framework in this batch and one of the most architecturally sophisticated in the corpus. Compared to seeds, Haft is closest to taskmaster-ai (both use MCP as primary interface for structured project tracking) but adds formal engineering governance, decision contract management, and FPF-based evidence scoring that taskmaster-ai lacks.