Skip to content

Commit 062348f

Browse files
author
aibuddy
committed
docs(checklist,changelog): record new OPEN PRs (#33-#40) on develop only
Refs: #33 #34 #35 #36 #37 #38 #39 #40
1 parent dabe3ed commit 062348f

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
- [ ] Tool: citation_pack — OPEN: https://github.com/hyperifyio/goagent/pull/40
2+
- [ ] Tool: dedupe_rank — OPEN: https://github.com/hyperifyio/goagent/pull/39
3+
- [ ] Tool: github_search — OPEN: https://github.com/hyperifyio/goagent/pull/38
4+
- [ ] Tool: crossref_search — OPEN: https://github.com/hyperifyio/goagent/pull/37
5+
- [ ] Tool: openalex_search — OPEN: https://github.com/hyperifyio/goagent/pull/36
6+
- [ ] Tool: wiki_query — OPEN: https://github.com/hyperifyio/goagent/pull/35
7+
- [ ] Tool: pdf_extract — OPEN: https://github.com/hyperifyio/goagent/pull/34
8+
- [ ] Tool: searxng_search — OPEN: https://github.com/hyperifyio/goagent/pull/33
19
PR slicing plan (tracked on develop; code PRs will branch from main in `./work/main`):
210
- [ ] Tool: img_create — OPEN: https://github.com/hyperifyio/goagent/pull/26
311
- [ ] Tool: http_fetch — OPEN: https://github.com/hyperifyio/goagent/pull/27

FEATURE_CHECKLIST.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
* [ ] Tool: citation_pack — OPEN: https://github.com/hyperifyio/goagent/pull/40
2+
* [ ] Tool: dedupe_rank — OPEN: https://github.com/hyperifyio/goagent/pull/39
3+
* [ ] Tool: github_search — OPEN: https://github.com/hyperifyio/goagent/pull/38
4+
* [ ] Tool: crossref_search — OPEN: https://github.com/hyperifyio/goagent/pull/37
5+
* [ ] Tool: openalex_search — OPEN: https://github.com/hyperifyio/goagent/pull/36
6+
* [ ] Tool: wiki_query — OPEN: https://github.com/hyperifyio/goagent/pull/35
7+
* [ ] Tool: pdf_extract — OPEN: https://github.com/hyperifyio/goagent/pull/34
8+
* [ ] Tool: searxng_search — OPEN: https://github.com/hyperifyio/goagent/pull/33
19
* [x] Documentation: write a single developer-facing document describing Linux 5.4 compatibility constraints (no Landlock, no overlayfs-in-userns reliance), the three network modes with strictness caveats, how the bundle works (including inclusion of `agentcli`), how to author policies, and known limitations of rootless operation (optional cgroups only if delegated); DoD: the doc lives in the repo, is linked from `--help`, and contains copy-pastable policy examples and troubleshooting for common kernel settings.
210
- [ ] PR #07: Secure tool runner — OPEN: https://github.com/hyperifyio/goagent/pull/10
311
* [x] Bootstrap and preflight (once): ensure a clean workspace and gh auth; run: `git fetch --all --prune && git switch main || git checkout -b main && git pull --ff-only || true && git switch develop && git pull --ff-only && gh auth status`; set repo vars: `REPO=$(git remote get-url --push origin | sed -E 's#.*/([^/]+/[^/]+)(\.git)?$#\1#')`; verify tools: `make -n >/dev/null 2>&1 || true`; Definition of Done: main exists locally and remotely (or created), develop is up to date, gh is authenticated for $REPO.

logs/CURRENT_TASK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Working PRs enumerated; next: rebase and verify pr/06-tools-manifest.
1+
Opened PRs for searxng_search, pdf_extract, wiki_query, openalex_search, crossref_search, github_search, dedupe_rank, citation_pack

0 commit comments

Comments
 (0)