Commit eb8d92a
docs(policy): ban ReScript explicitly and pin production installs
Addresses the two live static-analysis findings on this PR.
ReScript was absent from the BANNED table although canon bans it (destination
AffineScript), so the table read as permitting it.
Enforcement Rule 3 said `bun install --production` with no `--frozen-lockfile`,
so a lockfile mismatch silently re-resolved instead of failing, which defeats
the point of committing `bun.lock`.
Enforcement Rule 1 is deliberately untouched: standards#655 records that
collision as not resolvable unilaterally.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 218c7b0 commit eb8d92a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments