- 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
704 B
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
- Read the file before editing, summarizing, or deciding anything about it.
- Large files: read in chunks with offset and limit instead of dumping.
- Verify what you read matches what you expected before building on it.
- 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.