Skip to content

Context-relief architecture: packs (prose + checks) and skills, with enforcement #5

Context-relief architecture: packs (prose + checks) and skills, with enforcement

Context-relief architecture: packs (prose + checks) and skills, with enforcement #5

Workflow file for this run

# Thin launcher only — the logic lives in checks/ (see checks/README.md).
name: Checks CI
on:
pull_request:
push:
branches: [main]
defaults:
run:
shell: bash
jobs:
test-and-conformance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Unit tests
run: node --test checks/test/*.test.mjs
- name: Conformance sweep
run: node checks/run.mjs