Command Claude Code
Runs only the tree CRDT invariant test battery in outl-core. Faster than /check, focused on what can break sync.
Local-first outliner. Markdown is the source of truth. Sync that doesn't corrupt your tree when two devices edit offline
Command Claude Code
Runs only the tree CRDT invariant test battery in outl-core. Faster than /check, focused on what can break sync.
Command Claude Code
Runs fmt + clippy + test + doc on the whole workspace. Use before reporting done.
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%.
Command Claude Code
Creates a test outl workspace at ./playground and generates fixture data (a few pages + journals) for manual testing.
Command Claude Code
Guide for adding a new variant to the Op enum (e.g. Op::Tag, Op::Link). Covers every place that needs to change.
Command Claude Code
Runs the md ↔ ops roundtrip battery for outl-md and triggers markdown-roundtrip-tester for extra validation.