Skip to content

agentmd v0.3.0

Choose a tag to compare

@CharGrnmn CharGrnmn released this 18 Apr 15:37
· 78 commits to main since this release

What's new

lint --format sarif

agentmd lint can now emit SARIF 2.1.0 for upload to GitHub code scanning. Same dialect as isolint --format sarif — driver name agentmd, rule IDs are the L-codes, severities map to error / warning / note.

agentmd lint prompts/*.md --format sarif > agentmd.sarif
# then upload with github/codeql-action/upload-sarif@v3

Full changelog: packages/agentmd/CHANGELOG.md