OTO
reference · oto figures --help at v0.6.1

oto figures

report figures that have no description

oto figures [-h] [--project PROJECT] [--worklist WORKLIST] [--strict]

Options

OptionWhat it does
--project PROJECTproject root (default: current directory)
--worklist WORKLISTwrite a worklist JSON to this path
--strictexit non-zero when any figure lacks a description

Where to use it

A deck with diagrams was ingested; each diagram needs a description before it can be cited.

oto figures --project claims --worklist figures.json

lists every figure without a description and writes a worklist for a person or an agent to fill

A gate in CI: no undescribed diagram reaches the graph.

oto figures --project claims --strict

exits non-zero while any figure lacks a description

As the terminal prints it
usage: oto figures [-h] [--project PROJECT] [--worklist WORKLIST] [--strict]

options:
  -h, --help           show this help message and exit
  --project PROJECT    project root (default: current directory)
  --worklist WORKLIST  write a worklist JSON to this path
  --strict             exit non-zero when any figure lacks a description