hephaestus/heph.nvim/lua/heph
Erich Blume 9249ca46a1
Some checks failed
Build / validate (pull_request) Failing after 4m13s
heph.nvim: follow-or-create wiki links + :Heph doc
Pressing <CR> on a [[wiki-link]] whose target doesn't exist now creates a doc
with that title and opens it (the zettelkasten gesture), and materializes the
source's backlink: if the source has unsaved edits, saving re-extracts and
links it (and persists the edits); otherwise the wiki link is added directly
(a no-op re-save wouldn't re-extract). Adds :Heph doc <title> to create a
standalone wiki entry. e2e covers both the saved-source and just-typed-source
paths.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-02 11:07:09 -07:00
..
command.lua heph.nvim: follow-or-create wiki links + :Heph doc 2026-06-02 11:07:09 -07:00
config.lua heph.nvim: plug-and-play managed daemon (autostart, self-heal, client/server guardrail) 2026-06-02 09:37:49 -07:00
daemon.lua heph.nvim: fix daemon.wait_ready deadlock on a stale socket 2026-06-02 10:23:42 -07:00
init.lua heph.nvim: plug-and-play managed daemon (autostart, self-heal, client/server guardrail) 2026-06-02 09:37:49 -07:00
journal.lua
link.lua heph.nvim: follow-or-create wiki links + :Heph doc 2026-06-02 11:07:09 -07:00
node.lua
picker.lua heph.nvim: task views — next/list/capture/attention/state/log (slice 11b) 2026-06-01 21:12:56 -07:00
rpc.lua heph.nvim: plug-and-play managed daemon (autostart, self-heal, client/server guardrail) 2026-06-02 09:37:49 -07:00
task.lua heph.nvim: context-item promotion + Dagger headless-nvim CI (slice 11c) 2026-06-02 06:08:41 -07:00
util.lua heph.nvim: context-item promotion + Dagger headless-nvim CI (slice 11c) 2026-06-02 06:08:41 -07:00
view.lua heph.nvim: task views — next/list/capture/attention/state/log (slice 11b) 2026-06-01 21:12:56 -07:00