From 73519778ae84802893374b55e7afb19eafe422fb Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 31 Jul 2026 19:31:27 +0200 Subject: [PATCH] :paperclip: Update serena memories --- .serena/memories/backend/core.md | 4 ++-- .serena/memories/frontend/core.md | 2 +- .serena/memories/workflow/creating-prs.md | 2 +- backend/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.serena/memories/backend/core.md b/.serena/memories/backend/core.md index 6530f74308..708d30fc5d 100644 --- a/.serena/memories/backend/core.md +++ b/.serena/memories/backend/core.md @@ -92,8 +92,8 @@ Fixtures can populate local data for manual testing/perf work. From the backend IMPORTANT: all CLI commands must be executed from the `backend/` subdirectory. -* **Linting:** `clj-kondo --lint ../common/src/ src/`. -* **Formatting:** `cljfmt check src/ test/` to check, `cljfmt fix src/ test/` to fix. Avoid unrelated whitespace diffs. +* **Linting:** `pnpm run lint:clj`. +* **Formatting:** `pnpm run check-fmt:clj` to check, `pnpm run fmt:clj` to fix. After running `fmt:clj`, `check-fmt:clj` is redundant. Avoid unrelated whitespace diffs. **Before linting:** if delimiter errors are suspected (after LLM edits), run `scripts/paren-repair` on the affected files first. Delimiter errors produce diff --git a/.serena/memories/frontend/core.md b/.serena/memories/frontend/core.md index b229e2b124..b5fb47dce4 100644 --- a/.serena/memories/frontend/core.md +++ b/.serena/memories/frontend/core.md @@ -23,7 +23,7 @@ From `frontend/`: - JS lint currently no-ops via `pnpm run lint:js`. - SCSS lint: `pnpm run lint:scss`. - Format checks: `pnpm run check-fmt:clj`, `pnpm run check-fmt:js`, `pnpm run check-fmt:scss`. -- Format fix: `pnpm run fmt`, or targeted `fmt:clj` / `fmt:js` / `fmt:scss`. +- Format fix: `pnpm run fmt`, or targeted `fmt:clj` / `fmt:js` / `fmt:scss`. After running `fmt:*`, `check-fmt:*` is redundant. - Translation formatting after i18n edits: `pnpm run translations`. **Before linting:** if delimiter errors are suspected (after LLM edits, or diff --git a/.serena/memories/workflow/creating-prs.md b/.serena/memories/workflow/creating-prs.md index 8b3f8e3b20..a92c199e22 100644 --- a/.serena/memories/workflow/creating-prs.md +++ b/.serena/memories/workflow/creating-prs.md @@ -38,7 +38,7 @@ Include concise sections covering: PR descriptions follow this structure: ```markdown -**Note:** This PR was created with AI assistance as part of the Penpot self-improvement initiative. +**Note:** This PR was created with AI assistance. ## What diff --git a/backend/package.json b/backend/package.json index 96bd4cbada..f9e2ef2bf6 100644 --- a/backend/package.json +++ b/backend/package.json @@ -4,7 +4,7 @@ "license": "MPL-2.0", "author": "Kaleidos INC Sucursal en EspaƱa SL", "private": true, - "packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b", + "packageManager": "pnpm@11.18.0+sha512.33d83c77da82f49fba836925c6f1b841181ec3132b670639bd012f7075f5c7cf634c5f870147c19aae7478fac01df09d8892e880454896edd23ee9b33757563c", "repository": { "type": "git", "url": "https://github.com/penpot/penpot"