status
Installation
SKILL.md
OpenWolf Status
Surface the state of openwolf in the current project (cwd at invocation). Read-only — never mutates anything.
Self-Evolving Skill: If
openwolf statusoutput drifts or new fields appear, update this file. Only for real, reproducible drift.
Workflow
Step 1: Preflight
command -v openwolf >/dev/null || { echo "openwolf binary not installed. Run /openwolf:install."; exit 1; }
[ -d "$(pwd)/.wolf" ] || { echo "No .wolf/ in $(pwd) — this project is not openwolf-managed."; exit 0; }