st
Installation
SKILL.md
st
Overview
Maintain a durable task inventory in the repo (default: .step/st-plan.jsonl) using in-place JSONL v3 persistence with dual lanes:
eventlane for mutationscheckpointlane for periodic full-state snapshots
Items use typed dependency edges (deps: [{id,type}]) plus notes, comments, in_plan, and optional execution metadata (related_to, scope, location, validation, source, claim, runtime, proof).
in_plan=true projects an item into the mirrored Codex/OpenCode plan; in_plan=false keeps it on disk as durable backlog only.
Zig CLI Iteration Repos
When iterating on the Zig-backed st helper CLI path, use these two repos:
skills-zig(/Users/tk/workspace/tk/skills-zig): source for thestZig binary, build/test wiring, and release tags.homebrew-tap(/Users/tk/workspace/tk/homebrew-tap): Homebrew formula updates/checksum bumps for releasedstbinaries.