docs(agent): let a scheduled run merge behind an independent review #202

Closed
logan wants to merge 1 commits from pi-agent-backlog-automation into main
1 Commits
Author SHA1 Message Date
logan e62e12f6c6 docs(agent): let a scheduled run merge behind an independent review
CI / e2e (push) Skipped
CI / check (push) Skipped
CI / check (pull_request) Failing after 35s
CI / e2e (pull_request) Skipped
The runs produced five green PRs and no way to land them without a person. What makes that safe to automate is not CI — the author writes the tests — but a reviewer in a fresh context: last night's caught two guards that left the whole suite green when deleted, an over-narrow sweep, and an overlay covering the artwork it was editing.

So the gate is seven conditions, and a Kind/Feature is never one of them. It can exist at all because a push to main publishes nothing here: release.yml is workflow_dispatch and the four publishers key on v* tags, so a wrong merge costs a revert rather than a package nobody can unpublish. The section says so, and says it is void if that changes.
2026-08-22 01:57:56 -04:00