feat(agents): declare the git workflow in AGENTS.md frontmatter #1663
No reviewers
Labels
No labels
burndown-2026-06
pressure-test
sunday-sprint
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/ward!1663
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/mg96-fm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of the coilysiren/inbox#365 teardown, which deletes
.ward/ward.yamlfrom repos.Moves
agent.workflowinto AGENTS.md frontmatter:The lane is doctrine about how this repo is worked, so it belongs beside the doctrine rather than in ward's config. Namespaced under
ward:so it does not collide with harness-level frontmatter keys.This one is not a no-op. Read before merging.
This is a PR-lane repo, one of five declaring
pull-request-and-merge. Ward does not read AGENTS.md frontmatter yet, andcmd/ward/agent_workflow.go:32setsdefaultWorkflow = workflowDirectToMain(merge-remote-main).So between this merging and coilyco-flight-deck/ward#1661 landing, a ward dispatch against this repo would resolve to merge-remote-main and push straight to
mainwith no pull request.Ward has been inert for weeks, so the hazard is dormant rather than live (Kai's call). ward#1661 is a blocker on ward resuming dispatch. The declaration here is doctrine in the meantime, and
.ward/ward.yamlno longer carries the lane.The 27 non-PR-lane repos in this sweep declared
merge-remote-main, which is already the compiled default, so those are true no-ops. Only these five change resolved behavior while ward#1661 is open.Mechanically checked
The edit refuses to run unless the workflow key is found and removed, the resulting YAML re-parses,
commandsandcatalogare byte-identical afterward, and the new AGENTS.md stays under the 290-line / 26400-char documentation-layout caps counting the frontmatter itself.