Building Phinq: How a Cronjob Failure Forced Me to Redesign Agent Governance From Scratch
By Hytham H -- June 29, 2026
The Incident
Hermes overwrote a file. Phinq didn't catch it.
Not because the code was wrong. Two reasons.
How a cronjob overwriting a file led to a complete redesign of agent governance -- from markdown skills to intercepting every LLM API call at the chokepoint.
Building Phinq: How a Cronjob Failure Forced Me to Redesign Agent Governance From Scratch
By Hytham H -- June 29, 2026
The Incident
Hermes overwrote a file. Phinq didn't catch it.
Not because the code was wrong. Two reasons.

Hermes runs the agent loop. agent-stack handles the budgeting, egress, snapshots, validation, repair, and caps around it. Built…

A tiny missing check, a silent crash, and a denied permission that should have been safe. This is...

What I Built I did not build another chatbot. I built a memory hygiene system around...

This is a submission for the Hermes Agent Challenge What I built It was a Tuesday. I...

I want to start with the actual problem, because that's really where this whole thing came from. I...

This is a submission for the Hermes Agent Challenge Autonomous agents can now write code, call...