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,5 @@
---
status: open
status: resolved
tags:
- wayfinder/map
---
@@ -20,15 +20,11 @@ Prioritize Pi-native behavior first: runtime model, context modes, status UI, li
## Frontier
- [[047-pi-subagents-lifecycle-controls-task]]
- [[048-pi-subagents-config-agents-tool-profiles-task]]
- [[049-pi-subagents-batch-concurrency-task]]
- [[050-pi-subagents-fork-context-task]]
- [[051-pi-subagents-status-ui-task]]
None.
## Blocked
- [[052-pi-subagents-final-deployment-verification-task]]
None.
## Decisions so far
@@ -75,9 +71,11 @@ The spec should require only stable runtime paths such as `~/.pi/agent/subagents
The implementation-ready specification is complete in [[027-pi-subagents-implementation-spec-task]].
The minimal subagent extension tracer bullet is complete in [[046-pi-subagents-minimal-tracer-bullet-task]].
The subagent lifecycle controls slice is complete in [[047-pi-subagents-lifecycle-controls-task]].
The config, named agents, and tool profiles slice is complete in [[048-pi-subagents-config-agents-tool-profiles-task]].
The batch spawning, fork context, and status UI slices are complete in [[049-pi-subagents-batch-concurrency-task]], [[050-pi-subagents-fork-context-task]], and [[051-pi-subagents-status-ui-task]].
The deployed extension verification is complete in [[052-pi-subagents-final-deployment-verification-task]].
## Out of scope
Implementing subagent support is outside this map.
The implementation-ready extension specification is now in scope.
Herdr-specific adapter implementation is outside the initial Pi-extension focus and can be revisited after the Pi-native subagent behavior is designed.
Herdr-specific adapter implementation is outside the initial Pi-extension focus and can be revisited after the Pi-native subagent behavior is deployed.