Commit Graph
94 Commits
Author SHA1 Message Date
wassname2 080021ff3a Recover owned worker reports and preserve pending reviews across plans 2026-09-15 15:34:42 +08:00
wassname2 71e844f114 Allow verified same-parent worker plan reattachment 2026-09-15 15:18:15 +08:00
wassname2 3636953eda Port native goals workers and checkpoint report review workflow
Use Nico project panes, session-scoped scheduler integration and plan-owned reviewed status. Compact the goal footer and add history-backed report review with verified saved delivery.

Dogfooding checkpoint: ownership rebinding, broader report ingestion and native review UAT remain unfinished. Verified 139 tests, typecheck, lint and diff-check.
2026-09-15 14:30:27 +08:00
wassname2 acbe21fc93 fix: simplify goal reminders and review lifecycle 2026-09-14 13:54:31 +08:00
wassnameandPi/OpenAI 52d7c463d9 Reuse Unicode goal symbols in widget status counts
Co-Authored-By: Pi/OpenAI <288921227+claudypoo@users.noreply.github.com>
2026-09-14 05:11:41 +08:00
wassnameandPi/OpenAI 9b5a4747af Show hidden goal status counts in the widget
Replace the generic more-goals line with nonzero checkbox counts for hidden goals. Keep active and cancelled goals distinct and preserve the visible-goal limit.

Co-Authored-By: Pi/OpenAI <288921227+claudypoo@users.noreply.github.com>
2026-09-14 05:06:08 +08:00
wassnameandPi/OpenAI 526a5e2551 Keep technical deliverables explicit in hindsight-judged goals
Correct the overbroad instruction to replace implementation tasks with user outcomes. IKIWISI clarifies acceptance through examples; it must not turn Rust conversion, embeddings, or functioning search into vague readiness. Preserve execution approval through evidence-only edits.

Co-Authored-By: Pi/OpenAI <288921227+claudypoo@users.noreply.github.com>
2026-09-13 12:59:53 +08:00
wassnameandPi/OpenAI b11f3787a5 Write visible goals as recognizable user outcomes
Use "I know it when I see it" in initial and recurring planning instructions. Keep judging guidance under the goal and reject invented numerical gates, without discarding grounded numerical requirements.

Co-Authored-By: Pi/OpenAI <288921227+claudypoo@users.noreply.github.com>
2026-09-13 09:58:52 +08:00
wassnameandPi/OpenAI a1eea93900 Collapse goal notices without changing prompt delivery
Render a UI-only copy with Ctrl+O expansion and keep original user prompts unchanged. Verify exact prompt delivery and Ready role transition through real Pi RPC, plus an isolated Herdr display trial.

Co-Authored-By: Pi/OpenAI <288921227+claudypoo@users.noreply.github.com>
2026-09-13 09:36:19 +08:00
wassname 548177e3f4 Require review before final goal completion 2026-09-12 22:22:37 +08:00
wassname 5e540102aa Inject plan context into supervisor reminders 2026-09-12 22:05:54 +08:00
wassname 44443795b5 Prioritize unfinished goals in widget 2026-09-12 21:40:10 +08:00
wassnameandPI[k3] 7bff8c2f70 Compact goals widget
Co-Authored-By: PI[k3] <288921227+claudypoo@users.noreply.github.com>
2026-09-12 17:40:34 +08:00
wassnameandPi/OpenAI 6fa518fc49 Fix goal state recovery, approval invalidation and worker tracking
Unify Log boundaries, serialize completion edits, preserve immutable session state and solo recovery, and match stock worker execution events. Remove unused plan views and brittle prose checks; correct installation and context guidance.

Co-Authored-By: Pi/OpenAI <288921227+claudypoo@users.noreply.github.com>
2026-09-12 15:01:43 +08:00
wassnameandPi/OpenAI 9e1a7d794c Add user-selected research fortunes without fixed-size tests
Co-Authored-By: Pi/OpenAI <288921227+claudypoo@users.noreply.github.com>
2026-09-11 21:02:21 +08:00
wassnameandPi/OpenAI ac3b9575fa Rotate curated supervisor nudges and repeat delivered upkeep
Keep the hourly schedule unchanged. Advance the local nudge cycle only on prompt delivery and reset the unchanged-turn counter so upkeep repeats. Test compaction supersession, cadence, rotation and solo behavior.

Co-Authored-By: Pi/OpenAI <288921227+claudypoo@users.noreply.github.com>
2026-09-11 20:58:39 +08:00
wassname2 232a969a87 Shorten goals quit menu label 2026-09-11 15:42:54 +08:00
wassname2 ec1cc34f73 Make goals clear a silent reset and show mode-specific actions 2026-09-11 15:32:47 +08:00
wassname2 82b739bb0b Defer passive goal context until ordinary prompt preparation 2026-09-11 13:38:13 +08:00
wassname2 2565e6bbf6 Hide worker goals widget and prefix launch titles with project 2026-09-11 13:34:46 +08:00
wassnameandPi/OpenAI c834237970 Notify on goal, task and evidence plan edits; stay silent on identity bookkeeping
Field calibration from three supervisor reports: the useful plan-change catch was a worker-ticked task the short-view hash no longer surfaced, while identity-line edits caused duplicate empty reviews. The notify digest keeps goals, tasks and evidence above the Log and drops worker identity lines. Reopening a signed goal still clears its sign-off.

Co-Authored-By: Pi/OpenAI <288921227+claudypoo@users.noreply.github.com>
2026-09-11 06:33:59 +08:00
wassnameandPi/OpenAI cd98fa186e Record extra subagents as helpers instead of losing the worker binding
A read-only reviewer launch no longer overwrites the implementation worker (reported by maniworker session 01a0809b): the first launch binds, resume of the same session refreshes it, later launches land in state.helpers and show in /goals status. launchPending is now a counter so concurrent launches keep takeover menus honest. Old persisted state migrates with an empty helper list.

Co-Authored-By: Pi/OpenAI <288921227+claudypoo@users.noreply.github.com>
2026-09-10 20:22:40 +08:00
wassnameandPi/OpenAI 9cce6a6bee Remove abandoned runtime and keep current entry points and tests
Replace historical docs, trial output and dead runtime with current source, agent definition and reusable scripts. Bundle pinned worker, Intercom and scheduler dependencies via Pi manifest. Retain 71 current tests, including real RPC proposal/editor/Ready checks and evidence edge cases; lint/typecheck pass. Historical material remains available at f22d83c.

Co-Authored-By: Pi/OpenAI <288921227+claudypoo@users.noreply.github.com>
2026-09-10 18:40:23 +08:00
wassnameandPi/OpenAI f22d83cd50 Keep goal widgets compact by removing subtask lines
Preserve tasks in plan files; update README model illustration and prompt link. 176 tests pass, typecheck and lint clean.

Co-Authored-By: Pi/OpenAI <288921227+claudypoo@users.noreply.github.com>
2026-09-10 18:22:37 +08:00
wassnameandPi/OpenAI c175096ddb Restore automatic plan proposals and make goal commands explicit
Reduce unchanged upkeep and identity-only review noise; retain user README structure and screenshot with abridged terminal example. 174 tests pass; actual Herdr automatic proposal captured.

Co-Authored-By: Pi/OpenAI <288921227+claudypoo@users.noreply.github.com>
2026-09-10 18:12:38 +08:00
wassnameandPi/OpenAI ac6ef19e91 Integrate package-based supervision with explicit recovery and visible workers
Retain planning guidance and upkeep; use stock edxeth, Intercom and scheduled prompts. Verify with 162 tests and isolated Fireworks trials. Document unresolved upstream reload and scheduler limitations.

Co-Authored-By: Pi/OpenAI <288921227+claudypoo@users.noreply.github.com>
2026-09-10 13:42:00 +08:00
wassname2 fb5503f083 Prototype main-chat supervision with interactive edxeth workers 2026-09-10 10:03:40 +08:00
wassname 15dd7f0222 Recover supervisor identity and messages across lifecycle changes 2026-09-09 13:09:43 +08:00
wassname 138bde57f4 Cancel stale completion and recheck Ready plan content 2026-09-09 12:31:09 +08:00
wassname 1d5285721c Restore full Pi profile for judgment-driven supervision 2026-09-09 12:25:56 +08:00
wassname 565b272c71 Centralize supervisor check-in tasks and outcome-first tool guidance 2026-09-09 10:50:42 +08:00
wassname a7385d4b76 Separate short review context from full supervisor orientation 2026-09-09 10:35:39 +08:00
wassname e19028e330 Repeat the agreed plan on every supervisor review 2026-09-09 10:19:50 +08:00
wassname 039f4a4048 Use VCC compiler for bounded worker supervision overviews 2026-09-09 10:10:44 +08:00
wassname 8953dceb46 Focus supervision on autonomous judgment and record Herdr acceptance 2026-09-09 08:07:45 +08:00
wassname 5567c9d5c2 Show manual completion claims and wake supervision on plan edits 2026-09-09 08:07:45 +08:00
wassname 2b61440c73 Allow reasoned approval of an exact dirty worktree state
Force overrides only cleanliness. Bind approval to Git HEAD/tree, index and dirty/untracked content fingerprints; recheck at CompleteGoal. Require investigative read-only supervision instead of accepting gate errors as experiment blockers.
2026-09-09 06:19:06 +08:00
wassname 88bfcc1c42 Fix symmetric supervision reconnect and cancel stale Ready attempts
Use explicit hello requests and replies, keep workers unready until model restoration succeeds, distinguish paused peers, and align all goal readers at the Log boundary. Add two-real-adapter handshake and failed-Ready/clear-during-wait regressions; warn once for unavailable supervisor context usage.
2026-09-08 19:27:09 +08:00
wassname 325b93983f Recover paused supervision and tighten approval boundaries
Restore bindings before model availability checks, require explicit reconnect/restart recovery, detach inactive plans, remove the general Intercom actuator, and reject placeholder evidence without hashing the plan log. Preserve synchronous handoff-before-ack; document that the void SDK cannot confirm durable message delivery.
2026-09-08 18:57:43 +08:00
wassname 2824396a71 Verify forked Pi supervision through real Intercom sessions 2026-09-08 16:58:59 +08:00
wassname ddd552b1a5 Remember project model choices for planning worker and supervisor
Keep choices separate by role, ignore automatic restores, and fail when a remembered model is unavailable. Restore the worker model only after the planning fork is ready.
2026-09-08 16:49:46 +08:00
wassname 47cc054582 Send incremental worker views with direction and tracked job state
Borrow the provider tracker queries from cecb1e9. Keep unavailable state unknown, bind incremental views to acknowledged source entries, reset after compaction, bound serialized payloads, and recheck tracked work at sign-off.
2026-09-08 16:41:47 +08:00
wassname 489298d58b Replace supervision mailbox polling with pi-intercom
Scope messages to each pairing, wait for supervisor readiness, retain instructions in session history until acknowledgment, and rejoin after disconnect. Reuse installed Intercom or load the package dependency. Validate over an isolated real broker; existing user panes are untouched.
2026-09-08 16:31:58 +08:00
wassname 386305afd3 Ground supervisor judgments in sourced evidence and competing explanations 2026-09-08 15:58:54 +08:00
wassname 94102524b6 Make supervisor investigate blockers and drive authorized progress 2026-09-08 15:36:07 +08:00
wassnameandPi/OpenAI a4ed6cfbaa Show supervisor advice and restore reliable review lifecycle
Render exact instructions, restore monitoring/read-only tools on resume, report actual Pi idle state, reject stale approval views, and stop completed-plan timers. Ask for brief evidence-based judgment. Add real TUI rendering and lifecycle regressions; retain explicit limits on background state and unmeasured cost benefit.

Co-Authored-By: Pi/OpenAI <288921227+claudypoo@users.noreply.github.com>
2026-09-08 10:50:18 +08:00
wassnameandPI[Kimi K3] 6b641c7d17 Keep unanswered planning questions nonblocking
Co-Authored-By: PI[Kimi K3] <288921227+claudypoo@users.noreply.github.com>
2026-09-07 22:32:47 +08:00
wassnameandPI[Kimi K3] 19fa8d7a7b Own visible supervision in pi-goals
Co-Authored-By: PI[Kimi K3] <288921227+claudypoo@users.noreply.github.com>
2026-09-07 21:41:26 +08:00
wassnameandPI[Kimi K3] ee1ab3ec26 Start supervisors from loaded extension
Co-Authored-By: PI[Kimi K3] <288921227+claudypoo@users.noreply.github.com>
2026-09-07 21:16:05 +08:00
wassnameandPI[Kimi K3] ba2799a1d9 Pair supervisors before starting their model
Co-Authored-By: PI[Kimi K3] <288921227+claudypoo@users.noreply.github.com>
2026-09-07 19:35:05 +08:00