* [x] Create a machine-readable PR plan (once): generate docs/PR_PLAN.md enumerating PR order and branch names; sections in this exact order to minimize conflicts: (1) Repo scaffolding & hygiene, (2) Core CLI & client, (3) Tool manifest & runner, (4) Tool-call loop & validator, (5) Baseline docs/ADR/diagrams, (6) Each tool (one PR per tool), (7) Tests per component, (8) Makefile, scripts, and CI gates, (9) Security & runbooks, (10) Research tools (one PR per tool), (11) Remaining docs and examples; commit this plan on a short-lived planning branch: `git switch -c pr/plan && mkdir -p docs && printf "...ordered list with branch names..." > docs/PR_PLAN.md && git add docs/PR_PLAN.md && git commit -m "PR plan: ordered slicing from develop to main" && git push -u origin pr/plan && gh pr create --base main --head pr/plan --title "PR plan: ordered slicing" --body "Adds docs/PR_PLAN.md to drive small PR slicing" --draft`; Definition of Done: a draft PR to main exists containing docs/PR_PLAN.md with the full ordered plan — OPEN: https://github.com/hyperifyio/goagent/pull/6
0 commit comments