fix: certify generated symlink state
This commit is contained in:
@@ -207,6 +207,10 @@ pnpm install
|
||||
|
||||
# Verify dependencies and generated state before running source-quality gates.
|
||||
# Missing dependencies exit 42; stale/foreign apps/web/.next state exits 43.
|
||||
# The web build certifies its exact standalone symlink manifest; added, removed,
|
||||
# retargeted, or manifest-only-tampered generated links also exit 43. This detects
|
||||
# accidental/independent drift, not a same-UID actor that can rewrite both records
|
||||
# consistently (CWE-345); an external trust anchor is required for that boundary.
|
||||
pnpm preflight
|
||||
|
||||
# Optional local queue service only. This does not start PostgreSQL.
|
||||
|
||||
Reference in New Issue
Block a user