CI integration
Add AgentBOM validation to your pipeline:
name: Validate AgentBOM
on: [push, pull_request]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Verify AgentBOM
run: npx @agentbom/verify ./agentbom.jsonThe build fails if the document is invalid. Use the same dependency-free verifier as the browser playground.