Skip to content

Commit 370180d

Browse files
author
aibuddy
committed
chore(checklist,changelog): record PR #42 for scripts and CI utilities (develop-only admin update)
1 parent 062348f commit 370180d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PR slicing plan (tracked on develop; code PRs will branch from main in `./work/m
1515
- [ ] Tool: rss_fetch — OPEN: https://github.com/hyperifyio/goagent/pull/31
1616
- [ ] Tool: wayback_lookup — OPEN: https://github.com/hyperifyio/goagent/pull/32
1717
- [ ] PR: Makefile wiring for tools (build-tools/clean)
18-
- [ ] PR: scripts and CI utilities
18+
- [ ] PR: scripts and CI utilities — OPEN: https://github.com/hyperifyio/goagent/pull/42
1919
- [ ] PR: security & runbooks
2020
- [ ] PR: ADRs
2121
- [ ] PR: diagrams

FEATURE_CHECKLIST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
- [ ] Tool: img_create — OPEN: https://github.com/hyperifyio/goagent/pull/26
5050
* [ ] 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.
5151
* [ ] 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.
52-
* [ ] Slice PR — scripts and gh utilities (no external deps beyond gh): `git switch -c pr/scripts main && git restore --source develop --staged --worktree scripts/**/* .github/** || true`; keep only scripts that don’t assume features not yet merged; `bash -n scripts/*.sh || true`; commit/push/PR; Definition of Done: scripts shellcheck clean (if configured) and runnable where applicable; PR limited to scripts/ and CI YAML.
52+
* [ ] Slice PR — scripts and gh utilities (no external deps beyond gh): `git switch -c pr/scripts main && git restore --source develop --staged --worktree scripts/**/* .github/** || true`; keep only scripts that don’t assume features not yet merged; `bash -n scripts/*.sh || true`; commit/push/PR; Definition of Done: scripts shellcheck clean (if configured) and runnable where applicable; PR limited to scripts/ and CI YAML. — OPEN: https://github.com/hyperifyio/goagent/pull/42
5353
* [ ] Slice PR — security & runbooks: `git switch -c pr/security-runbooks main && git restore --source develop --staged --worktree docs/security/** docs/runbooks/** README.md`; commit/push/PR; Definition of Done: security posture and troubleshooting render with valid links, no code in PR.
5454
* [ ] Slice PR — ADRs (one ADR per PR unless trivial): for each ADR file under docs/adr not yet in main, `git switch -c pr/adr-XXXX main && git restore --source develop --staged --worktree docs/adr/XXXX-*.md docs/README.md README.md && git commit -m "ADR-XXXX: <title>" && git push && gh pr create ...`; Definition of Done: ADR renders, is linked from docs index and README, no code changes.
5555
* [ ] Slice PR — diagrams (grouped if tightly related): `git switch -c pr/diagrams main && git restore --source develop --staged --worktree docs/diagrams/** README.md docs/README.md`; verify GitHub renders Mermaid; commit/push/PR; Definition of Done: diagrams render and links valid; no code files.

0 commit comments

Comments
 (0)