Expand description
Machine-local SQLite registry ($KAIZEN_HOME/machine.db) — known workspace roots, init history.
Functions§
- db_path
- Path to the machine registry db, or
NoneifKAIZEN_HOME/HOMEis unset. - is_
registered trueif this path is a row in the machine registry (compared after canonicalize).- list_
paths - All known workspace paths from the machine registry.
- record_
init - Record a successful
kaizen init(incrementsinit_count, optional git + version). - status
- Open machine registry (read/write), run migrations, return project count, or
Noneif no kaizen home. - upsert_
from_ resolve - Upsert a workspace seen from
resolve.