Skip to content

Commit 5d9e597

Browse files
author
aibuddy
committed
docs(checklist,changelog): record new OPEN PR for readability_extract (#29) on develop only
1 parent 02073ab commit 5d9e597

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ PR slicing plan (tracked on develop; code PRs will branch from main in `./work/m
22
- [ ] Tool: img_create — OPEN: https://github.com/hyperifyio/goagent/pull/26
33
- [ ] Tool: http_fetch — OPEN: https://github.com/hyperifyio/goagent/pull/27
44
- [ ] Tool: robots_check — OPEN: https://github.com/hyperifyio/goagent/pull/28
5+
- [ ] Tool: readability_extract — OPEN: https://github.com/hyperifyio/goagent/pull/29
56
- [ ] PR: Makefile wiring for tools (build-tools/clean)
67
- [ ] PR: scripts and CI utilities
78
- [ ] PR: security & runbooks

FEATURE_CHECKLIST.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
- [ ] Tool: fs_search — OPEN: https://github.com/hyperifyio/goagent/pull/24
3535
- [ ] Tool: http_fetch — OPEN: https://github.com/hyperifyio/goagent/pull/27
3636
- [ ] Tool: robots_check — OPEN: https://github.com/hyperifyio/goagent/pull/28
37+
- [ ] Tool: readability_extract — OPEN: https://github.com/hyperifyio/goagent/pull/29
3738
- [ ] Tool: img_create — OPEN: https://github.com/hyperifyio/goagent/pull/26
3839
* [ ] 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.
3940
* [ ] 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)