• v0.1.5 e53a66d113

    feat(graph): /graph ships on by default — end the KIGI_GRAPH gray release
    Release / build (aarch64-apple-darwin) (push) Waiting to run
    Release / build (x86_64-apple-darwin) (push) Waiting to run
    Release / build (aarch64-unknown-linux-gnu) (push) Waiting to run
    Release / build (x86_64-pc-windows-msvc) (push) Waiting to run
    Release / publish GitHub Release (push) Blocked by required conditions
    Release / build (x86_64-unknown-linux-gnu) (push) Failing after 7s

    ZacharyZhang-NY released this 2026-07-23 01:16:49 +00:00 | 33 commits to main since this release

    resolve_graph() read only the KIGI_GRAPH env var with default(false)
    (plan.md G0 gate), so /graph existed solely on machines whose environment
    exported the dev flag — which presented as '/graph is missing on
    Windows'. There was never any platform-conditional code: the Mac worked
    because the dev env var was set there.

    Default is now true (matching /goal's shipped state); KIGI_GRAPH=0
    remains the off-switch, and availability still requires the goal harness
    (BuiltinGate::Graph). AGENTS.md updated; new test pins fresh-install-on
    plus env-zero-off.

    Verified: kigi-shell 5262 + kigi-tui 6874 tests green, clippy clean.

    Downloads