Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/test/verify-public-hook-application.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@ test("first-party Registry infrastructure classifies as registry maintenance", (
"docs/builder/intake-status.json",
"docs/DISCOVERY_CONTRACT.md",
"registry/schema/project.schema.json",
"review/policy.v1.json",
"scripts/test/schema-validator/package.json",
"scripts/test/verify-public-hook-application-maintained.test.mjs",
"scripts/test/verify-public-hook-application-workflow.test.mjs",
Expand Down
1 change: 1 addition & 0 deletions scripts/verify-public-hook-application-core.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const REGISTRY_MAINTENANCE_PREFIXES = Object.freeze([
"assets/",
"docs/",
"registry/",
"review/",
"scripts/test/schema-validator/",
"test/",
"vendor/programmable-v4-hook-builder/"
Expand Down
Loading