Skip to content

Documentation

Every document ships as plain Markdown.

The Quil docs live in the repo next to the code, so they version together. Every link on this page opens the canonical Markdown on GitHub — pull requests welcome on any of them.

Project context

Authoring guides

Future roadmap PRDs

Reading the source

The backend (Go daemon) lives at cmd/quild/, the TUI client at cmd/quil/, and shared internals (PTY, IPC, state, plugins) under internal/. The plugin examples and test fixtures live at docs/.