Commit Graph

3 Commits

  • feat(harness-audit): add GitHub + deploy-target categories, big-phase Stop hook
    Extends the deterministic /harness-audit engine with:
    - GitHub Integration category (always-on): workflows, PR template, issue
      templates, CODEOWNERS, Dependabot/Renovate.
    - Per-provider Integration categories (conditional via detector map):
      vercel, netlify, cloudflare, fly. Only scored when a provider marker
      is present (e.g. vercel.json, netlify.toml, wrangler.toml, fly.toml).
    - Dynamic max_score (replaces hardcoded 70).
    - New JSON output fields: applicable_categories[], category_count,
      rubric_version: "2026-05-19".
    - Registers big-phase-nudge.js Stop hook in hooks/hooks.json: prints
      one nudge line when >=5 files OR >=200 non-lockfile lines OR a
      dependency-manifest change is detected. Aggregates metrics only,
      honors CLAUDE_QUIET=1 and ECC_PHASE_NUDGE_OFF=1.
    
    Mirror docs updated. Rubric version bumped 2026-03-30 -> 2026-05-19.
  • fix: audit consumer projects from cwd (#1014)
    * fix: audit consumer projects from cwd
    
    * fix: unblock unicode safety CI lint
    
    * fix: unblock shared CI regressions
    
    * test: isolate package-manager dependent hooks and formatter tests