Skip to content

Commit 00a8979

Browse files
author
aibuddy
committed
docs(checklist,changelog): record new OPEN PRs for fs_edit_range (#22), fs_read_lines (#23), and fs_search (#24) on develop only
1 parent a023f5b commit 00a8979

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ PR slicing plan (tracked on develop; code PRs will branch from main in `./work/m
2222
- [ ] Tool: fs_listdir — OPEN: https://github.com/hyperifyio/goagent/pull/19
2323
- [ ] Tool: fs_mkdirp — OPEN: https://github.com/hyperifyio/goagent/pull/20
2424
- [ ] Tool: fs_stat — OPEN: https://github.com/hyperifyio/goagent/pull/21
25+
- [ ] Tool: fs_edit_range — OPEN: https://github.com/hyperifyio/goagent/pull/22
26+
- [ ] Tool: fs_read_lines — OPEN: https://github.com/hyperifyio/goagent/pull/23
27+
- [ ] Tool: fs_search — OPEN: https://github.com/hyperifyio/goagent/pull/24
2528
- [ ] PR: Makefile wiring for tools (build-tools/clean)
2629
- [ ] PR: scripts and CI utilities
2730
- [ ] PR: security & runbooks

FEATURE_CHECKLIST.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
- [ ] Tool: fs_listdir — OPEN: https://github.com/hyperifyio/goagent/pull/19
3030
- [ ] Tool: fs_mkdirp — OPEN: https://github.com/hyperifyio/goagent/pull/20
3131
- [ ] Tool: fs_stat — OPEN: https://github.com/hyperifyio/goagent/pull/21
32+
- [ ] Tool: fs_edit_range — OPEN: https://github.com/hyperifyio/goagent/pull/22
33+
- [ ] Tool: fs_read_lines — OPEN: https://github.com/hyperifyio/goagent/pull/23
34+
- [ ] Tool: fs_search — OPEN: https://github.com/hyperifyio/goagent/pull/24
3235
* [ ] Slice PR — tool error-contract standardization (one tool per PR for clarity): for each tool that needs the unified stderr JSON `{"error":"...","hint?":"..."}` behavior, branch from main, restore only that tool’s sources and tests from develop, run its negative-path tests, fix if needed, commit and PR titled `Tool NAME: standardize error contract`; Definition of Done: tool emits single-line stderr JSON on failure and exits non-zero, tests cover it, PR only touches that tool.
3336
* [ ] Slice PR — Makefile wiring (TOOLS list, build-tools/clean, Windows .exe): `git switch -c pr/makefile-tools main && git restore --source develop --staged --worktree Makefile && make build-tools && make clean`; commit/push/PR; Definition of Done: `make build-tools` deterministically builds all already-merged tools to tools/bin, `make clean` removes them, no code beyond Makefile changed.
3437
* [ ] Slice PR — scripts and gh utilities (no external deps beyond gh): `git switch -c pr/scripts main && git restore --source develop --staged --worktree scripts/**/* .github/** || true`; keep only scripts that don’t assume features not yet merged; `bash -n scripts/*.sh || true`; commit/push/PR; Definition of Done: scripts shellcheck clean (if configured) and runnable where applicable; PR limited to scripts/ and CI YAML.

0 commit comments

Comments
 (0)