decodie-flag-stale
Installation
SKILL.md
Decodie — Flag Stale Mode
Fast, CI-friendly counterpart to verify mode. For every entry with a verified_sha, check whether any of its source files have changed since that SHA, and flip stale: true on entries that have. Does not read source files or recompute anchor hashes — only diffs filenames against git history.
This mode modifies .decodie/index.json only.
Activation
Takes no arguments. Always operates on the full index.
Setup
- Confirm
.decodie/exists. If not: "No.decodie/directory found — nothing to check." Stop. - Confirm git repository:
If not: "Not a git repository —git rev-parse --git-dirflag-stalerequires git history. Run verify mode instead." Stop. - Read
.decodie/index.json. If empty: "No entries to check." Stop.