outliner commands

6 tagged outliner, measured the same way as everything else here.

Browse within: markdown 6notes-app 6

check-invariants

01

outlmd/outl

Command Claude Code

Runs only the tree CRDT invariant test battery in outl-core. Faster than /check, focused on what can break sync.

161 today A 26 tokens MIT

check

02

outlmd/outl

Command Claude Code

Runs fmt + clippy + test + doc on the whole workspace. Use before reporting done.

161 today A 19 tokens MIT

coverage

03

outlmd/outl

Command Claude Code

Measures coverage in outl-core via cargo-llvm-cov. Focuses on the 4 critical functions (doop, undoop, applyop, createscycle) that must be at 100%.

161 today A 41 tokens MIT