Skip to content

Commit 18b7505

Browse files
committed
chore: update claude.md
1 parent f3f197e commit 18b7505

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Be extremely concise. Sacrifice grammar for concision.
22
Frontend is partially migrated from vanilla JS to SolidJS — new components use `.tsx`, legacy code remains vanilla.
33
Single test file: `pnpm vitest run path/to/test.ts`
4+
When running oxc lint, always use `--format agent`.
5+
For typechecking, use `oxc --type-aware --type-check` instead of `tsc`.
46
For styling, use Tailwind CSS, class property, `cn` utility. Do not use classlist. Only colors available are those defined in Tailwind config.
57
In legacy code, use `i` tags with FontAwesome classes. In new code, use `Fa` component.
68
In plan mode, before writing up a plan, ask clarifying questions if needed. At the end of plan mode, give me a list of unresolved questions to answer, if any. Make them concise.

0 commit comments

Comments
 (0)