Coding-agent execution control
GlueRun-go makes parallel coding agents easier to inspect. Each task runs in its own Git worktree, holds a JSON lease, and writes a state packet covering owned files, changed files, commands, tests, and evidence. The auditor checks that packet and the gate result before the system retries, narrows scope, escalates, or parks the task. The reported gains are operational: detached dispatch returns reconcile within seconds, and crash detection drops from a 60-minute stale-lease window to about one reconcile cycle.
Codeflowmap attacks the review side of the same problem. It builds import and TypeScript/JavaScript call graphs through static analysis, then lets an optional large language model (LLM) add per-file notes for reads, writes, config, auth, and flows. That keeps graph edges tied to deterministic analysis while using model output for semantic annotation. The project reports no benchmark or accuracy score, so its value is in the inspection workflow it exposes.