Tag: deterministic-boundary
All the articles with the tag "deterministic-boundary".
-
Field Log 4 ReferencesThe Agent Crossed the Line: Publishing the Guardrail Logs That Blocked It
An agent will eventually reach for rm -rf, a prod push, or ~/.ssh. Here are the real permission and scope guardrails that block it — enforced by the harness, not the model — shown as actual block records.
-
Field Log 2 ReferencesTIL: go build ./... does not refresh your daemon binary — embed changes silently no-op
We edited a //go:embed asset, ran `go build ./...`, restarted the daemon, and it served the old asset with exit 0. Here is why the build is a compile check, not a deploy artifact.