diff --git a/AGENTS.md b/AGENTS.md index 0df6c971efb908945d9e557309c91627fae95ad5..c5c0e7e75f0069ed87c05ec3c9aa044ba3562d82 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -47,6 +47,10 @@ Some skills under `skills/` are symlinks into `vendor/`. These come from externa - **Update one**: `scripts/vendor-update.fish REPONAME` - **Add a new vendor**: `git subtree add --prefix=vendor/REPONAME URL BRANCH --squash`, add a line to `vendor/sources`, symlink desired skill directories into `skills/` +## Verification + +Run `reuse lint` after changing licences, vendored content, symlinks, or file coverage metadata. The repository is expected to stay REUSE-compliant. + ## Design Principles 1. Progressive disclosure: Frontmatter loads at startup; SKILL.md body loads on activation; references/ load on-demand