feat(agents): declare the git workflow in AGENTS.md frontmatter #11

Merged
coilysiren merged 1 commit from aos/claude/mg96-fm into main 2026-08-14 05:14:35 +00:00
Member

Part of the coilysiren/inbox#365 teardown, which deletes .ward/ward.yaml from repos.

Moves agent.workflow into AGENTS.md frontmatter:

---
ward:
  workflow: merge-remote-main
---

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-main is 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, commands and catalog are byte-identical afterward, and the new AGENTS.md stays under the 290-line / 26400-char documentation-layout caps counting the frontmatter itself. The agent: block is dropped only when workflow was its sole key.

Part of the coilysiren/inbox#365 teardown, which deletes `.ward/ward.yaml` from repos. Moves `agent.workflow` into AGENTS.md frontmatter: ```yaml --- ward: workflow: merge-remote-main --- ``` 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-main` is 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, `commands` and `catalog` are byte-identical afterward, and the new AGENTS.md stays under the 290-line / 26400-char documentation-layout caps counting the frontmatter itself. The `agent:` block is dropped only when `workflow` was its sole key.
feat(agents): declare the git workflow in AGENTS.md frontmatter
All checks were successful
ci / formula-syntax (pull_request) Successful in 17m33s
dbbe129536
Moves agent.workflow out of .ward/ward.yaml, part of deleting that file
(coilysiren/inbox#365). The lane is doctrine about how this repo is worked,
so it belongs beside the doctrine rather than in ward's config.

Ward does not read the new location yet (ward#1661). It resolves the lane
from ward.yaml and falls back to merge-remote-main when absent.

Refs coilysiren/inbox#365, ward#1661

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Kai Siren <coilysiren@gmail.com>
Co-authored-by: Claude <noreply@anthropic.com>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/homebrew-tap!11
No description provided.