Files
jason.woltje 9fd16b9739 feat(release): recursion guard for the health gate; run-task drift warning; M20 packages/* decision recorded (#39)
- release.sh health gate runs with MOSAIC_ENSURE_SKIP=1: the gated task run
  cannot re-enter release self-determination
- run-task.sh warns on release drift instead of silently using a stale image
- ROADMAP: M20 decision recorded (packages/* monorepo at usurpation,
  continuity-first); restructure sequenced as M20 phase 1

Closes #39
2026-09-03 15:58:46 -05:00

704 B

name, description, disable-model-invocation
name description disable-model-invocation
ms-file-read Use this skill when reading any file. false

ms-file-read

Read files before you act on them. Never act on a filename alone.

Rules

  1. Read the file before editing, summarizing, or deciding anything about it.
  2. Large files: read in chunks with offset and limit instead of dumping.
  3. Verify what you read matches what you expected before building on it.
  4. Never read credential material (auth files, tokens, keys). The name is warning enough.

When

  • Before any edit: the edit must match what is actually on disk.
  • Before answering questions about file contents.
  • When a run record, log, or receipt is cited as evidence.