kijito-startlisted
Install: claude install-skill KijitoAI/kijito-claude
# Kijito Start
Begin continuous, not cold.
Run this workflow once at an ordinary session start or explicit resume. For each
successful compaction, run it exactly once, only from the nonce-bound
`PostCompact` re-entry message. `PostCompact` atomically claims the one-use nonce
before emitting that message. `SessionStart(compact)` is a no-op, and a
duplicate `PostCompact` without the ticket is also a no-op.
1. Call `kijito_startup(persona="codex", project="Codex")` to restore identity
and broad context.
2. Discover the live pointer with
`kijito_recall(query="CODEX_CURRENT_STATE_POINTER_V1 RESUME NOW", scope="project", project="Codex", full=true)`.
Require one unambiguous top current-state result; fail closed if it is absent
or tied with another plausible live pointer. Scan every returned live memory
and fail if any body other than the selected pointer contains the literal
sentinel.
3. Read that current-state pointer and every explicitly linked load-bearing
memory in full with `kijito_get`. A server-generated predecessor marked
`Source: version_history` is retired audit history regardless of importance.
A predecessor identified only by a `version_of`/`derived:version_of` edge is
retired audit history when its importance is at or below `0.1`. Classify
either matching predecessor as retired audit history, never as current
instructions. Do not follow its `RESUME NOW`; fail on ambiguous archive
status.
4. Recall recent lessons and the active