curatelisted
Install: claude install-skill boshu2/agentops
# $curate — Canonical Miner Skill
> **Role:** miner. Input = trinity slice (transcripts, `.agents/`, `bd`, `git`). Output = skill diffs (proposed), bd updates, rare wiki entries. **Never mutates code.**
> **Status (2026-05-08):** introduced ADDITIVE in Phase 1 (m6v5.D.1 / soc-78s2v). Existing miners (dream, harvest, forge, compile, retro, post-mortem-mining, flywheel, trace, provenance, defrag) stay until Phase 3 shim conversion (m6v5.D.3). Fix-C smoke (`soc-wb2aa`) gates Phase 3.
## Modes (≤8 per Fix-F mode-flag budget)
| Mode | Purpose | Replaces (post-Phase 3) |
|---|---|---|
| `--mode=dream` | Overnight bounded INGEST→REDUCE→MEASURE on `.agents/` | `$dream` |
| `--mode=harvest` | Cross-rig promotion + post-mortem mining + flywheel rollup | `$harvest`, `$post-mortem` (mining half), `$flywheel` |
| `--mode=forge` | Per-session transcript mining (SessionEnd cadence) | `$forge` |
| `--mode=compile` | Mine→Grow→Defrag→Lint corpus pipeline | `$compile` |
| `--mode=retro` | Single-session learning capture | `$retro` |
| `--mode=defrag` | Knowledge defragmentation (overnight) | `compile-session-defrag.sh` hook |
| `--mode=watch` | In-session drift / loop detection (15-min cadence) | `research-loop-detector.sh` hook |
| `--mode=provenance` | Decision-trace + artifact-provenance walk | `$provenance`, `$trace` |
**Mode-budget assertion:** 8 modes. Adding a 9th requires demoting an existing one OR refusing the addition (per Fix-F § continuous CI gate).
**Anti-goals (hard constr