Tags give the ability to mark specific points in history as being important
-
v0.3.0
protectedRelease: nomograph-workflow v0.3.023895f9b · ·v0.3.0 — per-session phase honesty Drops the public GLOBAL_SESSION_ID constant and the migrated-sentinel fallback in check_phase. Per-session phase is now honest at the workflow layer; callers must thread an explicit session id. Recovery from migrated v1 estates still works via: synthesist phase show --session=global-migrated Breaking: pub const removal and check_phase behavior change on None session.
-
v0.1.1
protecteda37b28aa · ·v0.1.1 Fixed: - Store::discover now honors the SYNTHESIST_DIR environment variable. Previously ignored, causing synthesist's --data-dir flag to silently fall through to parent-walk and init a fresh empty store at cwd when no claim ancestry existed. Worktrees and detached checkouts regressed. - Explicit overrides that don't resolve to an existing store now fail loudly (missing path, not-a-directory, missing claims/genesis.amc). The silent auto-init on explicit paths is gone.