B1: gateSkill(report, name) — pure post-mutation verdict (blocked/provisional/ improvements), wired into apply-skill-op.mjs to re-score the affected skill from fresh disk after create/merge/sanitize-apply. K10 floor enforced immediately; unjudged → provisional + nudge to re-run the judge pass. retire → skipped. B2: buildScoreCache(result) — compact, deterministic cache shape + score-skill.mjs --write [path] → data/skill-score-report.json (always whole-corpus). Gitignored (derived/regenerable; avoids churn in the public repo). Consumed by Steg C surfacing. 8 new tests (tests/kb-eval/test-skill-score-gate.test.mjs). kb-eval 150 pass, validate 239 pass. Live score unchanged: advisor 91, eng/gov/infra/sec 96, 0 < 90. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
54 lines
1.5 KiB
Text
54 lines
1.5 KiB
Text
*.local.md
|
|
*.local.html
|
|
*.local.json
|
|
.mcp.json
|
|
.DS_Store
|
|
.claude/
|
|
|
|
# Secrets
|
|
.env
|
|
*.key
|
|
*.pem
|
|
credentials.*
|
|
secrets.*
|
|
|
|
# Generated artifacts
|
|
*.pdf
|
|
*.log
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Runtime state
|
|
.work/
|
|
org/
|
|
# Generated KB-update artifacts (registry, reports) are ignored, but the
|
|
# hand-authored taxonomy (lag 0) and the decision ledger (lag 2) are tracked.
|
|
scripts/kb-update/data/*
|
|
!scripts/kb-update/data/domain-taxonomy.json
|
|
!scripts/kb-update/data/decisions.json
|
|
# Generated skill-lifecycle detection report (Spor B / B1) — regenerated on demand,
|
|
# like the kb-update reports above. The detector script + curated inputs are tracked.
|
|
scripts/kb-eval/data/skill-lifecycle-report.json
|
|
# Generated skill-quality score cache (Spor D / STEG B) — derived from the corpus,
|
|
# regenerated by `score-skill.mjs --write` and the apply-skill-op gate. Consumed by
|
|
# the STEG C SessionStart surfacing; not committed (avoids churn in the public repo).
|
|
scripts/kb-eval/data/skill-score-report.json
|
|
.kb-backup/
|
|
.rollback-in-progress
|
|
|
|
# --- session/local state — LOCAL-ONLY (gitignored) ---
|
|
# STATE.md is internal state-of-play and must NEVER reach a public mirror. This
|
|
# repo's Forgejo remote (open/) is published open source, so STATE.md is local-
|
|
# only per the global continuity rule (same as linkedin-studio). The hook injects
|
|
# it from disk regardless of tracking, so continuity is unaffected.
|
|
STATE.md
|
|
REMEMBER.md
|
|
ROADMAP.md
|
|
TODO.md
|
|
NEXT-SESSION-PROMPT*.local.md
|
|
*.local.md
|
|
*.local.json
|
|
*.local.sh
|
|
.DS_Store
|
|
.claude/
|