Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .machine_readable/MUST.contractile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
(must "no new TypeScript files")
(must "no new Python files")
(must "no new Go files")
(must "no npm/bun/yarn/pnpm dependencies — Deno only")
(must "JS deps via Bun — package.json + bun.lock; no npm/yarn/pnpm lockfiles")

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 MEDIUM RISK

Suggestion: Bun's default lockfile is bun.lockb (binary), while bun.lock (text) is the format used in specific configurations. To ensure the policy remains robust and doesn't fail on the default binary format, consider including both extensions.

Suggested change
(must "JS deps via Bun — package.json + bun.lock; no npm/yarn/pnpm lockfiles")
(must "JS deps via Bun — package.json + bun.lock/bun.lockb; no npm/yarn/pnpm lockfiles")


; Dangerous patterns
(must "no believe_me (Idris2)")
Expand Down
Loading