hephaestus/heph.nvim/lua/heph
Erich Blume 0462a6e43b
Some checks failed
Build / validate (pull_request) Failing after 4m47s
heph.nvim: interactive next/list views (add, done, refresh) + key hint
The Tactical next and Organizational list buffers are now actionable:
- a  add a task from the list (prompt title + attention)
- d  mark the task under the cursor done
- r  refresh
- <CR> open the task's context (as before)

A dimmed key hint renders above the rows as a virtual line (extmark), so it's
discoverable without taking a task row. e2e covers add-from-list and
done-from-list via stubbed vim.ui.input/select.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-02 11:48:09 -07:00
..
command.lua heph.nvim: :Heph journals — recent-days picker with preview + @create 2026-06-02 11:26:45 -07:00
config.lua heph.nvim: :Heph journals — recent-days picker with preview + @create 2026-06-02 11:26:45 -07:00
daemon.lua heph.nvim: fix daemon.wait_ready deadlock on a stale socket 2026-06-02 10:23:42 -07:00
home.lua heph.nvim: :Heph home — a base index/landing page for the zk 2026-06-02 11:14:12 -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 heph.nvim: :Heph journals — recent-days picker with preview + @create 2026-06-02 11:26:45 -07:00
link.lua heph.nvim: follow-or-create wiki links + :Heph doc 2026-06-02 11:07:09 -07:00
node.lua heph.nvim: RPC client + buffer editing + wiki-links + journal (slice 11a) 2026-06-01 20:33:29 -07:00
picker.lua heph.nvim: :Heph journals — recent-days picker with preview + @create 2026-06-02 11:26:45 -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: interactive next/list views (add, done, refresh) + key hint 2026-06-02 11:48:09 -07:00