Add wl piman command and worklog widget extension#2006
Open
SorraTheOrc wants to merge 1 commit into
Open
Conversation
- Add wl piman command (src/commands/piman.ts) as Pi-based TUI entry point
with alias 'pi', supporting --in-progress, --all, --prefix, --perf options
- Register piman in cli.ts built-in commands
- Create worklog widget extension (packages/tui/extensions/) with:
- worklog-helpers.ts: pure widget rendering functions
- worklog-widgets.ts: Pi extension with /worklog show/hide/select commands
and Ctrl+1-9, Ctrl+Up/Down keyboard shortcuts
- Add unit tests for widget helpers (22 tests, all passing)
- Document piman command in CLI.md
All 1700 tests pass (162 test files, 9 skipped).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Complete the Core Pi TUI Shell & Launcher (WL-0MP0Y4BD4000UM28) as the final piece of the Agent-centric Pi-based TUI epic (WL-0MP0E0M5500846SL).
Work Done
wl piman command
wl pi--in-progress,--all,--prefix,--perfWorklog Widget Extension
/worklog show- displays numbered work item list + details below editor/worklog hide- removes widgets/worklog-select <n|id>- select by index or work item IDTests
Documentation
Epic Status
All acceptance criteria for WL-0MP0E0M5500846SL are now met:
Testing
Review Focus