Update completed dotfiles artifacts

This commit is contained in:
2026-08-01 20:48:48 -04:00
parent 7002d4680f
commit 99e7626e5e
12 changed files with 177 additions and 83 deletions

View File

@@ -1,5 +1,8 @@
---
status: open
status: resolved
claimed-by: "019fba91-eabf-76ae-b086-a37ac061d6e8"
claimed-at: "2026-08-01T14:36:01-04:00"
completed-at: "2026-08-01T14:44:11-04:00"
parent: "[[027-pi-subagents-implementation-spec-task]]"
blocked-by:
- "[[046-pi-subagents-minimal-tracer-bullet-task]]"
@@ -21,13 +24,18 @@ Disabling the bundled UI should not disable status records, status events, or to
## Acceptance criteria
- [ ] Spawn accepted, completed, failed, cancelled, and timed-out milestones are appended as durable entries.
- [ ] Milestone entries do not inject child transcripts into normal LLM context.
- [ ] The collapsed UI summary shows live counts.
- [ ] The expanded inspector shows child id, label, context, state, elapsed time, model, tools, last event, and result availability.
- [ ] Disabling `ui` hides bundled UI components but leaves list, status, result, and cancel tools working.
- [x] Spawn accepted, completed, failed, cancelled, and timed-out milestones are appended as durable entries.
- [x] Milestone entries do not inject child transcripts into normal LLM context.
- [x] The collapsed UI summary shows live counts.
- [x] The expanded inspector shows child id, label, context, state, elapsed time, model, tools, last event, and result availability.
- [x] Disabling `ui` hides bundled UI components but leaves list, status, result, and cancel tools working.
## Implementation Notes
Use the status data model as the source of truth.
Do not stream every child event into the parent transcript.
Resolved in branch `pi-subagents-tracer-bullet`, commit `e7a700f`.
Added durable `subagent_milestone` custom entries for accepted, completed, failed, cancelled, and timed-out states, a replaceable widget-based collapsed summary, and `/subagent-ui` expanded inspector toggle.
The widget is gated by config `ui.enabled`, while tools remain available regardless.
Verified milestone entries in live Pi RPC batch/fork smoke, command registration, tests, and `nix flake check`.