Skip to content

fix(hooks): make the dirty list mean "edited since last publish" (#4 + #5) #7

fix(hooks): make the dirty list mean "edited since last publish" (#4 + #5)

fix(hooks): make the dirty list mean "edited since last publish" (#4 + #5) #7

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install jq (hook tests parse real JSON payloads)
run: sudo apt-get update && sudo apt-get install -y jq
- name: Validate plugin (skills + MCP + manifest + hooks)
run: bash scripts/validate-skills.sh
- name: Hook tests (L-009 — real captured payloads, fire/silence/no-loop)
run: bash plugins/basalt/hooks/tests/run.sh