lattice

Lattice

CLI, daemon and dashboard

What the agent wrote should outlive the conversation.

Agents produce plans, audits, and reports as standalone HTML, and those files rot in a downloads folder or disappear with the chat. Lattice registers each one by absolute path without copying, moving, or rewriting it, then builds a searchable library from what is already on disk. The filesystem stays the source of truth, and publishing remains a separate, deliberate act.

Stack

01 register

One command

`lattice add` writes only a sidecar with the title, tags, and slug. The HTML stays exactly where it was written.

  • Registered by absolute path
  • The original is never touched
02 library

Local dashboard

Any command spawns the daemon, which serves the library on the loopback and reads the same theme config the writing skill does.

  • Daemon starts on demand
  • Theme shared with the skill
03 share still your files

Hosted snapshot

Publishing is its own command, never a side effect. Results from polls embedded in a page are available from the terminal.

  • Sharing is opt-in
  • Poll results are available in the CLI