generated from eblume/project-template
Some checks failed
Build / validate (pull_request) Has been cancelled
A surface-owned, auto-spawned daemon can't be shared once the CLI is also a first-class client — so drop auto-spawn and manage the daemon as an OS service. - design §4: daemon lifecycle = explicit OS service; surfaces connect-only - heph-nvim.md: rewrite the daemon-lifecycle section (connect-only) + history - new how-to/run-the-daemon.md (heph daemon start/stop/restart/status); indexed - install-heph.md: post-install is `heph daemon start`; plugin no longer spawns - tech-spec §14: mark the managed-daemon entry superseded - changelog fragment Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
21 lines
573 B
Markdown
21 lines
573 B
Markdown
---
|
|
title: How-To Guides
|
|
modified: 2026-03-03
|
|
tags:
|
|
- how-to
|
|
- meta
|
|
---
|
|
|
|
# How-To Guides
|
|
|
|
Task-oriented guides for common operations.
|
|
|
|
## Knowledge Base
|
|
|
|
- [[agent-change-process]] — C0/C1/C2 change classification and Mikado method
|
|
|
|
## heph
|
|
|
|
- [[install-heph]] — Install `heph`/`hephd` from the forge, set up the Neovim plugin, and isolate in-repo development
|
|
- [[run-the-daemon]] — Run `hephd` as an OS service with `heph daemon start/stop/restart/status`
|
|
- [[import-todoist]] — Seed a heph store from your Todoist projects + tasks (`mise run import-todoist`)
|