feat(agents): declare the git workflow in AGENTS.md frontmatter #90
No reviewers
Labels
No labels
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
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-gaming/factory-game-v3!90
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.Behavior is unchanged
merge-remote-mainis exactly ward's compiled default (workflowDirectToMain,cmd/ward/agent_workflow.go:21). Removing the declaration falls back to the same value, so this is a no-op for dispatch whether or not ward#1661 has landed.Ward does not read the new location yet. That is tracked at coilyco-flight-deck/ward#1661.
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. Theagent:block is dropped only whenworkflowwas its sole key.