mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +00:00
🐛 Fix inconsistencies on serenea memories
This commit is contained in:
parent
2344ba22a6
commit
40ab48ea01
@ -52,7 +52,7 @@ module. You can read it from `mem:<MODULE>/core`
|
|||||||
- `experiments/` contains standalone experimental HTML/JS/scripts; treat it as non-core unless the user explicitly asks about it.
|
- `experiments/` contains standalone experimental HTML/JS/scripts; treat it as non-core unless the user explicitly asks about it.
|
||||||
- `sample_media/` contains sample image/icon media and config used as fixtures/demo material; do not infer app behavior from it.
|
- `sample_media/` contains sample image/icon media and config used as fixtures/demo material; do not infer app behavior from it.
|
||||||
|
|
||||||
# Dev tools
|
# Dev Scripts (scripts/)
|
||||||
|
|
||||||
- `scripts/nrepl-eval.mjs` — Evaluate Clojure/ClojureScript code via nREPL.
|
- `scripts/nrepl-eval.mjs` — Evaluate Clojure/ClojureScript code via nREPL.
|
||||||
Supports `--backend` (port 6064) and `--frontend` (port 3447) aliases.
|
Supports `--backend` (port 6064) and `--frontend` (port 3447) aliases.
|
||||||
|
|||||||
@ -29,7 +29,7 @@ bb scripts/paren-repair --help
|
|||||||
|
|
||||||
## Native Tool Available (opencode)
|
## Native Tool Available (opencode)
|
||||||
|
|
||||||
A native opencode tool `paren-repair` is available at `.opencode/tools/paren-repair.ts`.
|
A native opencode tool `paren-repair` is available at `.opencode/scripts/paren-repair.ts`.
|
||||||
The LLM can call it directly with:
|
The LLM can call it directly with:
|
||||||
- `files`: Array of file paths to fix
|
- `files`: Array of file paths to fix
|
||||||
- `code`: Code string to fix via stdin
|
- `code`: Code string to fix via stdin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user