MemTask CLI

Desktop intake, mobile review

Feed serious work into MemTask from your terminal.

Use CLI when context lives in files, repos, logs, transcripts, or another agent session. The room and returned results sync back to Web and mobile.

Useful commands.

Create rooms, package handoff, return results, and keep the local CLI current.

Install or upgrade

npm install -g @novator-ai/memtask-cli@latest

Login

memtask login

Create a room

memtask room create --from ./notes.md --workflow support

List synced rooms

memtask rooms

Pull a handoff pack

memtask room packet <roomId> --format markdown

Return a result

memtask room result <roomId> --file ./result.md

What stays in sync.

CLI is an entrypoint. The review room remains shared with Web and mobile.

CaptureFiles, notes, logs, pasted context.
HandoffGoal, constraints, acceptance criteria, return format.
ReviewResults return to the same MemTask room.
ReuseAccepted work can become a repeatable skill.