Oko/Docs

Command reference

oko-cli transcripts tasks-evidence

Records what the leading session did about a task and where to look; the operator still closes it.

Invocation#

Command
oko-cli transcripts tasks evidence <session> <number> --by <session> [--commit REV] [--report PATH] [--db PATH]

Inputs and options#

  • <session> and <number> name the task; --by names the session recording; --commit names a revision, --report an existing file, and at least one is required.
  • --db overrides the index.

Output and state effect#

  • Writes the evidence beside the ledger and prints the task with a reminder that it stays not done until the operator says so. The report shows the commit or “report recorded” on that task, and the stop hook releases the leading session.

Refusals and safe exits#

  • Refuses without both positionals and --by and prints the usage; refuses with “evidence needs a --commit or a --report, or it is not evidence” when neither is given; a --report path that does not exist refuses by path; a number the ledger does not hold refuses by session and number.

CLI reference#