Skip to content

Commit dabe3ed

Browse files
author
aibuddy
committed
docs(checklist,changelog): record new OPEN PR for wayback_lookup (#32) on develop only
1 parent 33af332 commit dabe3ed

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

FEATURE_CHECKLIST.md

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