Surface an AI agent's thinking and make it auditable. Instead of a wall of prose, your agent commits its reasoning to typed nodes and explicit edges — real data you inspect and correct node by node, converging on ground truth that carries across turns, sessions, and agents. Use it as an agent harness or operating…
Deterministic (no-LLM) design anti-pattern linter with 47 detectors for token hygiene, color/font/spacing consistency, and AI-default clichés (beige backgrounds, text gradients, uppercase eyebrows). Same input always yields the same verdict at zero token cost, so it doubles as a CI gate (--gate).
One-shot release pipeline: commit, push, PR, merge, and branch cleanup. Auto-adapts branch strategy -- git-flow (feature to develop to main) if a develop branch exists, otherwise GitHub Flow (feature to main). Runs a pre-merge gate bundle: functional check (verify.sh or the project's test command), security scan…