Skip to content
Open
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
6 changes: 6 additions & 0 deletions .claude/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,12 @@ installed, no script invoked it, and CI never ran it — so none of the rules it
named had ever fired. Several of the findings fixed on the way in were the
backlog that had built up behind that.

Both versions are **pinned exactly** (not ranges), as oxfmt's is: `lint` runs
with `--deny-warnings` and CI runs `lint`, so a floating range picks up a rule
added to `correctness` on a minor release and turns CI red on a day nobody
touched the code. They move together — oxlint declares `oxlint-tsgolint` as a
peer — so bump both in one deliberate change.

Type-aware rules need no build here: they resolve `@workglow/*` through the
published `dist/*.d.ts` that `bun install` already puts in `node_modules`.

Expand Down
4 changes: 2 additions & 2 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"bunset": "1.0.15",
"concurrently": "^10.0.5",
"oxfmt": "0.66.0",
"oxlint": "^1.81.0",
"oxlint-tsgolint": "^7.0.2001",
"oxlint": "1.81.0",
"oxlint-tsgolint": "7.0.2001",
"typescript": "~7.0.2",
"vitest": "^4.1.11"
},
Expand Down