Skip to content

Commit c3fef52

Browse files
librowski-synergylibrowski-synergy
authored andcommitted
docs: document packages/tokens in CLAUDE.md workspace tables
1 parent bcb22e8 commit c3fef52

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

CLAUDE.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Each workspace has its own context. Read the relevant file before extending a wo
7171
| ------------------------- | ------------------------------------------------------- |
7272
| `packages/sdk` | `packages/sdk/README.md` |
7373
| `packages/ui` | `packages/ui/README.md` (+ `packages/ui/css-layers.md`) |
74+
| `packages/tokens` | `packages/tokens/README.md` |
7475
| `packages/execution-core` | `packages/execution-core/README.md` |
7576
| `apps/demo` | `apps/demo/CLAUDE.md` |
7677
| `apps/ai-studio` | `apps/ai-studio/README.md` |
@@ -97,14 +98,14 @@ Backend reads `DATABASE_URL` and `TEMPORAL_ADDRESS`; defaults work out of the bo
9798

9899
## Code Quality
99100

100-
| Tool | Command | Notes |
101-
| ---------- | ----------------------------- | --------------------------------------------------------- |
102-
| ESLint | `pnpm lint` / `pnpm lint:fix` | Per-workspace configs |
103-
| Prettier | `pnpm format` | Sorts imports via `@trivago/prettier-plugin-sort-imports` |
104-
| TypeScript | `pnpm typecheck` | Per-workspace `tsconfig.json` |
105-
| Knip | Part of `pnpm check` | Detects unused exports/dependencies |
106-
| Vitest | `pnpm test` | Runs in `packages/sdk` and `packages/execution-core` |
107-
| Full check | `pnpm check` | Run before PR |
101+
| Tool | Command | Notes |
102+
| ---------- | ----------------------------- | --------------------------------------------------------------------------------------- |
103+
| ESLint | `pnpm lint` / `pnpm lint:fix` | Per-workspace configs |
104+
| Prettier | `pnpm format` | Sorts imports via `@trivago/prettier-plugin-sort-imports` |
105+
| TypeScript | `pnpm typecheck` | Per-workspace `tsconfig.json` |
106+
| Knip | Part of `pnpm check` | Detects unused exports/dependencies |
107+
| Vitest | `pnpm test` | Runs in `packages/sdk`, `packages/execution-core`, `packages/ui`, and `packages/tokens` |
108+
| Full check | `pnpm check` | Run before PR |
108109

109110
## Getting Started
110111

0 commit comments

Comments
 (0)