用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/PAMF2/oniro-colab --skill qd-archive-update命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Stage 1 audit (ARIS §3.1). Verify the training run actually converged, seeds were logged, no data leakage.
Stage 3 audit (ARIS §3.1). Fresh zero-context reviewer re-reads wiki narrative; cross-checks against raw results.
Stage 2 audit (ARIS §3.1). For each experimental claim, decide supported / partially / invalidated against the logs.
基于 SOC 职业分类
正在显示 SKILL.md
| name | qd-archive-update |
| description | After a mutation passes (or just falls in an empty novelty cell), update the MAP-Elites archive. |
| trigger | orchestrator-after-gate |
| allowed_tools | ["python"] |
| output | json {placed, cell, tier, reason} |
Maintains the Quality-Diversity archive at oniro/archive/.
(slot_purity, jepa_loss_bucket, action_acc).QDArchive.insert(variant):
ACCEPT: place as canonical, supersede the prior elite iff fitness
strictly higher.REJECT but novelty(descriptor) > 0.7 and the cell is empty:
place as provisional (cannot supersede a parent, may seed mutations).oniro/archive/lineage.jsonl recording the decision.{
"placed": true,
"cell": [2, 1, 3],
"tier": "canonical",
"reason": "fitness 0.71 > prior elite 0.68"
}