Skip to content

feat: add Codex plugin compatibility layer (skills + hooks + manifest) #95

feat: add Codex plugin compatibility layer (skills + hooks + manifest)

feat: add Codex plugin compatibility layer (skills + hooks + manifest) #95

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run prompt-lint
- run: npm run typecheck
- run: npm test
- run: npm run build
- run: npm run test:pack