│ ├── cmd/zk/ # CLI entry point (Cobra commands)
│ │ ├── config/ # CUE schemas and config loading
│ │ ├── graph/ # In-memory graph (BFS, ASCII tree, Mermaid)
│ │ ├── graphdb/ # Persistent graph store (bbolt)
│ │ ├── index/ # Bleve full-text search index
│ │ ├── templates/ # Embedded note templates
│ │ └── zettel/ # Note utilities (git context)
│ └── testdata/ # Test fixtures
├── lua/zk/ # NeoVim plugin (snacks-based pickers)
├── plugin/ # NeoVim autoload
├── after/ # NeoVim ftplugin
├── go.mod, go.sum # Go module (stays at root)