Skip to content

Commit a689c35

Browse files
author
aibuddy
committed
docs(checklist,changelog): record new OPEN PR for http_fetch (#27) on develop only
1 parent 93bfdaa commit a689c35

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PR slicing plan (tracked on develop; code PRs will branch from main in `./work/main`):
2-
- [ ] Tool: img_create — OPEN: https://github.com/hyperifyio/goagent/pull/26
2+
- [ ] Tool: img_create — OPEN: https://github.com/hyperifyio/goagent/pull/26
3+
- [ ] Tool: http_fetch — OPEN: https://github.com/hyperifyio/goagent/pull/27
34
- [ ] PR: Makefile wiring for tools (build-tools/clean)
45
- [ ] PR: scripts and CI utilities
56
- [ ] PR: security & runbooks

FEATURE_CHECKLIST.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
- [ ] Tool: fs_edit_range — OPEN: https://github.com/hyperifyio/goagent/pull/22
3333
- [ ] Tool: fs_read_lines — OPEN: https://github.com/hyperifyio/goagent/pull/23
3434
- [ ] Tool: fs_search — OPEN: https://github.com/hyperifyio/goagent/pull/24
35+
- [ ] Tool: http_fetch — OPEN: https://github.com/hyperifyio/goagent/pull/27
3536
- [ ] Tool: img_create — OPEN: https://github.com/hyperifyio/goagent/pull/26
3637
* [ ] 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.
3738
* [ ] 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.

0 commit comments

Comments
 (0)