| name | blahpack-status |
| description | Show the current translation status |
| argument-hint | <routine> |
Show the current translation status.
- Regenerate the implementation queue (authoritative source of remaining work):
node bin/gen-queue.js > QUEUE.md
-
Show the summary line from the top of QUEUE.md (implemented vs remaining counts).
-
List all implemented modules:
find lib -name base.js -path "*/lib/base.js" | sed 's|lib/||;s|/lib/base.js||' | sort
-
Show the top items from each tier in QUEUE.md (the next things to implement).
-
If a routine was just completed, check its box in QUEUE.md (- [ ] → - [x]).