Skip to content

docs: add Linear-spawned issue contract to AGENTS.md (#6) #17

docs: add Linear-spawned issue contract to AGENTS.md (#6)

docs: add Linear-spawned issue contract to AGENTS.md (#6) #17

name: Supply Chain Guardrails
on:
pull_request:
paths:
- "package.json"
- "**/package.json"
- "bun.lock"
- "bun.lockb"
- "pnpm-lock.yaml"
- "yarn.lock"
- "bunfig.toml"
- "pnpm-workspace.yaml"
- ".yarnrc.yml"
- ".github/workflows/**"
- "AGENTS.md"
- "CLAUDE.md"
- ".codex/**"
- ".claude/**"
push:
branches: [main, release/2.0]
paths:
- "package.json"
- "**/package.json"
- "bun.lock"
- "bun.lockb"
- "pnpm-lock.yaml"
- "yarn.lock"
- "bunfig.toml"
- "pnpm-workspace.yaml"
- ".yarnrc.yml"
- ".github/workflows/**"
- "AGENTS.md"
- "CLAUDE.md"
- ".codex/**"
- ".claude/**"
workflow_dispatch:
permissions:
contents: read
jobs:
audit:
uses: greenpill-dev-guild/.github/.github/workflows/supply-chain-guardrails.yml@main
with:
mode: ci
fail-on-warning: false
working-directory: "."