Trunk directory for GitHub-specific repo configuration. Today it only hosts the Actions CI definitions under workflows/.
workflows/— GitHub Actions workflow definitions; owns thetestsCI job that runsnpm teston push/PR. Seeworkflows/README.md.
- Root
package.json— workflows here invokenpm test; the script name is the CI contract. docgen.test.mjsand hook tests undertools/— what CI actually exercises.
- No files live directly in
.github/— all CI logic is one level down inworkflows/. Don't add new workflows here; put them inworkflows/.