notes app agents

5 tagged notes app, measured the same way as everything else here.

Browse within: markdown 5outliner 5

outlmd/outl

Agent Claude Code

Validates that changes in outl-core preserve the tree CRDT invariants (convergence, idempotency, no-cycle, no-silent-loss). Use PROACTIVELY after any edit in crates/outl-core/src/tree.rs, log.rs, op.rs, or in tree CRDT tests. Rejects PRs that break any invariant.

161 today A 77 tokens MIT

doc-keeper

02

outlmd/outl

Agent Claude Code

Reviews project docs (docs/.md, per-crate CLAUDE.md, root CLAUDE.md, .github/copilot-instructions.md, README) after a feature is implemented, and updates or creates whatever is out of sync. Use PROACTIVELY at the end of any PR/feature that changes public API, markdown syntax, TUI shortcut, slash command, sidecar, op…

161 today A 119 tokens MIT

outlmd/outl

Agent Claude Code

Ensures that the .md ↔ ops ↔ .md pipeline is stable and that blocks never disappear silently during external matching. Use PROACTIVELY after changes in outl-md (parse, render, sidecar, matching). Runs roundtrip + matching suite and reports divergences.

161 today A 64 tokens MIT