fix(skills): frontmatter lint — using-interns v0.3.1 (YAML+≤1024), using-wiki-graph v0.1.1 (≤1024), ralph-loop-execution frontmatter, remove using-yt-tools stub, add scripts/lint-skills.py + wire into update.{sh,ps1}

This commit is contained in:
2026-08-12 13:20:11 +03:00
parent b9f948a670
commit fcff190c32
7 changed files with 125 additions and 64 deletions

View File

@@ -123,7 +123,10 @@ fi
cd "$ROOT"
info "Installing skills..."
bash "$ROOT/scripts/install.sh"
# 0. Lint skills against Agent Skills spec (fail on violations)
python "$ROOT/scripts/lint-skills.py" "$ROOT/skills" || { error "SKILL.md lint failed - fix before install"; exit 1; }
# 1. Install all skills via install.sh
bash "$ROOT/scripts/install.sh"
ok "Skills installed."
# ── Step 5: Version diff ───────────────────────────────────────────────────