Skip to content

Commit 16a6d96

Browse files
author
aibuddy
committed
docs(checklist,changelog): record new OPEN PR for metadata_extract (#30) on develop only
1 parent 5d9e597 commit 16a6d96

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

FEATURE_CHECKLIST.md

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