Применение патчей к корпусу скиллов с верификацией
★ 7.1 · orchestration
meta-apply is a Claude Code skill that serves as the sole privileged landing gate for corpus self-modification: it is the only skill permitted to mutate the skill corpus, while producers such as /meta-optimize are read-only and can only stage candidate patches under `.aris/meta/pending/`. The user invokes it explicitly (`/meta-apply 1,3` or `all`), and the skill immediately runs a fresh cross-model jury via `mcp__codex__codex` (gpt-5.6-sol, ultra reasoning effort, read-only sandbox) on the actual staged diff — the verdict is generated at landing time, never read from the producer's manifest, which makes it structurally unforgeable. Patches that pass are applied with Edit/Write tools, backed up, stamped with provenance via `provenance.py`, and logged to `optimizations.jsonl`; a KILL verdict cannot be overridden by the user, who may only choose among jury-passed survivors.
- #meta-optimization
- #self-modification
- #corpus-management
- #code-generation
- #verification