refactor: centralize project validation and nags into validation rules

This commit is contained in:
tdgao
2026-08-27 22:03:04 -06:00
parent 1f3f37c86c
commit 18c1f31514
83 changed files with 2752 additions and 3428 deletions
@@ -1,4 +1,10 @@
export { PROJECT_LINK_BLOCK_LIST } from './block-list.ts'
export {
containsExplicitHttpProjectLink,
containsProjectLinkOrIp,
extractProjectLinks,
findBlockedProjectContentLink,
} from './detection.ts'
export { PROJECT_LINK_DOMAIN_LIST } from './domain-list.ts'
export {
getBlockedProjectContentLink,