Skip to content

Commit 06da2ce

Browse files
author
aibuddy
committed
docs(admin): record OPEN PRs #50 (schema) and #51 (save/load) in checklist and changelog (develop-only)
1 parent 4e379ab commit 06da2ce

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### State
22
- Opened PR #50: versioned `StateBundle` schema (v1) with validation and deterministic source hash. Tracked in `FEATURE_CHECKLIST.md`. (develop-only admin update)
3+
- Opened PR #51 (draft): atomic save/load with secure dir validation, quarantine on corruption, and coarse advisory lock. Tracked in `FEATURE_CHECKLIST.md`. (develop-only admin update)
34
- [ ] Tool: citation_pack — OPEN: https://github.com/hyperifyio/goagent/pull/40
45
- [ ] Tool: dedupe_rank — OPEN: https://github.com/hyperifyio/goagent/pull/39
56
- [ ] Tool: github_search — OPEN: https://github.com/hyperifyio/goagent/pull/38

FEATURE_CHECKLIST.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* [x] Prepared clean workspace at `./work/main`: fetched all refs, checked out `main`, and reset hard to `origin/main` to ensure a pristine base for feature branches.
1414
* [x] Create a machine-readable PR plan (once): generate docs/PR_PLAN.md enumerating PR order and branch names; sections in this exact order to minimize conflicts: (1) Repo scaffolding & hygiene, (2) Core CLI & client, (3) Tool manifest & runner, (4) Tool-call loop & validator, (5) Baseline docs/ADR/diagrams, (6) Each tool (one PR per tool), (7) Tests per component, (8) Makefile, scripts, and CI gates, (9) Security & runbooks, (10) Research tools (one PR per tool), (11) Remaining docs and examples; commit this plan on a short-lived planning branch: `git switch -c pr/plan && mkdir -p docs && printf "...ordered list with branch names..." > docs/PR_PLAN.md && git add docs/PR_PLAN.md && git commit -m "PR plan: ordered slicing from develop to main" && git push -u origin pr/plan && gh pr create --base main --head pr/plan --title "PR plan: ordered slicing" --body "Adds docs/PR_PLAN.md to drive small PR slicing" --draft`; Definition of Done: a draft PR to main exists containing docs/PR_PLAN.md with the full ordered plan — OPEN: https://github.com/hyperifyio/goagent/pull/6
1515
* [ ] State: versioned StateBundle schema (v1) — OPEN: https://github.com/hyperifyio/goagent/pull/50
16+
* [ ] State: atomic save/load with secure dir + quarantine + advisory lock — OPEN (draft): https://github.com/hyperifyio/goagent/pull/51
1617
* [ ] Slice PR #02 — minimal CLI entrypoint (compile-only, no HTTP/tools): `git switch -c pr/02-cli-main main && git restore --source develop --staged --worktree cmd/agentcli/main.go && git restore --source develop --staged --worktree cmd/agentcli/go.* || true && go build ./cmd/agentcli`; update README usage snippet minimally if referenced by main.go; commit/push/create PR; Definition of Done: `go build ./cmd/agentcli` succeeds on a clean checkout of the branch; PR contains only cmd/agentcli/* (and any edited README lines).
1718
- OPEN: https://github.com/hyperifyio/goagent/pull/4
1819
* [ ] Slice PR #03 — flags & help (no network): `git switch -c pr/03-flags-help main && git restore --source develop --staged --worktree cmd/agentcli/flags.go cmd/agentcli/usage_test.go docs/reference/cli-reference.md`; run `go test ./cmd/agentcli -run Help -v` (or the repo’s equivalent); commit/push/PR; Definition of Done: `agentcli --help` works locally (prints full usage), tests covering help/flags pass, only flags/help related files changed.

0 commit comments

Comments
 (0)