mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-14 23:21:20 +00:00
`format-lint` and the web app's `lint` both ran `biome check --write`, so the commands CONTRIBUTING points at as pre-PR validation rewrote the working tree instead of reporting on it. Drop `--write` from both and move the auto-fixing behaviour to explicit `format-lint:fix` / `lint:fix` scripts. CONTRIBUTING and CLAUDE.md are updated to name the read-only commands, and the auto-fix CI workflow now invokes `format-lint:fix`, since it relies on the fixes actually being applied. Fixes #1448 |
||
|---|---|---|
| .. | ||
| app | ||
| components | ||
| hooks | ||
| lib | ||
| public | ||
| stores | ||
| .env.example | ||
| .gitignore | ||
| biome.json | ||
| components.json | ||
| globals.css | ||
| instrumentation-client.ts | ||
| middleware.ts | ||
| next.config.ts | ||
| open-next.config.ts | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tsconfig.json | ||
| wrangler.jsonc | ||