Blog · Tag
Trust toolchain
4 posts tagged Trust toolchain.
-
June 15, 2026 · Leif
I wanted a confidence rating without asking an AI
augur scores the risk of a diff with no LLM: eight signals from git and the filesystem, one score, one verdict. A deterministic baseline a human or an AI can tune.
-
June 15, 2026 · Leif
One command for every project
fledge is the dev CLI I wanted: one gate across every language, a tiny core, a sandboxed plugin protocol, and no AI required, which is exactly why an agent can use it too.
-
June 15, 2026 · Leif
I wanted my specs checked both ways, so I built spec-sync
spec-sync is my own take on spec-driven development: a CLI that checks spec and code against each other in both directions and fails CI when they drift.
-
June 15, 2026 · Leif
Who reviewed this commit, and how sure were they?
attest records who or what reviewed each commit, at what confidence, signed and stored in git notes. It captures the augur verdict and gates the merge on a policy.