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: complete
tags:
- wayfinder/map
---
@@ -21,8 +21,7 @@ Quota display must rely on an explicit API, local account source, or documented
## Frontier
- [[068-pi-ui-compact-status-extension-task]]
- [[070-pi-ui-flex-spacer-pi-patch-task]]
None.
## Decisions so far
@@ -34,13 +33,13 @@ The remaining prompt dead space is specifically an underfilled-stack issue: when
The prototype target is therefore a flexible spacer above the prompt/status/editor area, not a wholesale editor relocation.
The flex-spacer prototype received a positive HITL verdict and should be the preferred permanent layout direction.
Existing public prior art supports the patch direction: `pi-powerline-footer` shows the best extension-only compact status pattern, while `pi-local-mods` implements a private `FixedBottomScrollLayout` patch close to the desired bottom-pinned editor behavior.
The compact status extension is implemented as a managed Pi extension with an above-editor status widget, hidden footer, context/quota bars, and `/codex-quota`.
The flex-spacer Pi patch is implemented as a dotfiles-managed package override in commit `5fd8de0`, with manual visual verification left for the final deployment verification ticket.
The deployed ordinary Pi command now combines the compact status extension and patched bottom-anchored prompt layout, with autocomplete closing back to bottom alignment and no unmanaged prototype extension loaded.
## Not yet specified
The quota display prototype received a positive HITL verdict.
The permanent specification is complete in [[063-pi-ui-customization-spec-task]].
The implementation frontier includes [[068-pi-ui-compact-status-extension-task]].
The Pi patch implementation packaging was validated by [[073-pi-ui-community-pi-packaging-research]], which supports the package-override plan in [[072-pi-ui-patched-pi-packaging-research]].
None.
## Out of scope