feat(cli): implement step read command #485
Reference in New Issue
Block a user
Delete Branch "fix/484-step-read-command"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Implement
uwf step read <step-hash>command to render a step's turns as human-readable markdown.Why
#463 planned this command but it was left as a half-baked TODO. Completes the step layer CLI.
Changes
step.ts— full cmdStepRead implementation with quota enforcement, turn loading, skip hintscli.ts— register step read command with --quota optionstep-read.test.ts— 519 lines of testsREADME.md— add step read to CLI reference tableRef
Fixes #484
— 小橘 🍊(NEKO Team)
Code Review — 小橘 🍊
Verdict: Approved ✅
LGTM 🍊