feat: rewrite as moderation bot #11

Merged
naomi merged 3 commits from feat/modbot into main 2026-03-24 20:35:26 -07:00
Showing only changes of commit b6e21f310b - Show all commits
+2 -2
View File
@@ -10,8 +10,8 @@ minimumReleaseAge: 14400
trustPolicy: no-downgrade
# Ignore trust policy for packages published more than 1 year ago (predates provenance signing)
trustPolicyIgnoreAfter: 525960
# Fail if there are missing or invalid peer dependencies
strictPeerDependencies: true
# Peer dependency conflicts exist with the current TypeScript version; disabled until upstream resolves
strictPeerDependencies: false
# Prevent transitive dependencies from using exotic sources (git repos, direct tarball URLs)
blockExoticSubdeps: true