Skip to content

Commit 33af332

Browse files
author
aibuddy
committed
docs(checklist,changelog): record new OPEN PR for rss_fetch (#31) on develop only
1 parent 16a6d96 commit 33af332

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
@@ -4,6 +4,7 @@ PR slicing plan (tracked on develop; code PRs will branch from main in `./work/m
44
- [ ] Tool: robots_check — OPEN: https://github.com/hyperifyio/goagent/pull/28
55
- [ ] Tool: readability_extract — OPEN: https://github.com/hyperifyio/goagent/pull/29
66
- [ ] Tool: metadata_extract — OPEN: https://github.com/hyperifyio/goagent/pull/30
7+
- [ ] Tool: rss_fetch — OPEN: https://github.com/hyperifyio/goagent/pull/31
78
- [ ] PR: Makefile wiring for tools (build-tools/clean)
89
- [ ] PR: scripts and CI utilities
910
- [ ] PR: security & runbooks

FEATURE_CHECKLIST.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
- [ ] Tool: robots_check — OPEN: https://github.com/hyperifyio/goagent/pull/28
3737
- [ ] Tool: readability_extract — OPEN: https://github.com/hyperifyio/goagent/pull/29
3838
- [ ] Tool: metadata_extract — OPEN: https://github.com/hyperifyio/goagent/pull/30
39+
- [ ] Tool: rss_fetch — OPEN: https://github.com/hyperifyio/goagent/pull/31
3940
- [ ] Tool: img_create — OPEN: https://github.com/hyperifyio/goagent/pull/26
4041
* [ ] 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.
4142
* [ ] 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)