Commit graph

14 commits

Author SHA1 Message Date
ayo
0a3571e2f4
chore: add contribution content checks (#53)
Adds scripts/check-content.mjs, a zero-dependency scanner for commits, branch
names, PR text, and contributed lines. It checks structural rules (attribution
trailers and footers, session links) and a maintainer-managed reserved-terms
list, shipped as salted digests in .repo-policy.json. Findings report a location
and a masked preview, never the matched term.

Wired up opt-in: the pre-commit hook scans the staged diff and branch name, a new
commit-msg hook scans the message, and the Checks workflow gates PRs and pushes
to main. The digest list ships empty; structural checks run regardless.
2026-07-16 21:17:44 +02:00
Ayo
2db1129489 chore: update release action to not publish to npm 2026-04-03 03:18:06 +02:00
Ayo
477a10238a chore: use pnpm in release gh action 2026-04-03 03:09:13 +02:00
Ayo
6cd5bd48f5 chore: update release gh action 2026-04-03 03:06:51 +02:00
Ayo
bb1cf4b3c2 chore: update release gh action 2026-04-03 03:03:08 +02:00
Ayo
d8d6533dae chore: update release gh action 2026-04-03 03:00:20 +02:00
Ayo
04e21c35c7 chore: enable npm publish on release ci 2026-04-03 02:50:12 +02:00
Ayo
8b8d3ea2a0 chore: disable pnpm & npm publish on ci 2026-04-03 02:34:28 +02:00
Ayo
d4decdf21f chore: update gh action release 2026-04-03 02:33:24 +02:00
Ayo
bcf34d68e4 chore: indicate pnpm version in release gh action 2026-04-03 02:17:41 +02:00
Ayo
f480c808f3 chore: update gh action to set up pnpm 2026-04-03 02:14:44 +02:00
Ayo
2d3c6943e0 chore: use pnpm in gh action 2026-04-03 02:11:37 +02:00
Ayo
51af77d61d chore: add npm publish in github action 2026-04-03 02:05:52 +02:00
Ayo
960999a803 chore: add release github action 2026-04-02 19:42:50 +02:00