🐛 Fix inconsistencies on serenea memories

This commit is contained in:
Andrey Antukh 2026-07-22 15:23:25 +02:00
parent 2344ba22a6
commit 40ab48ea01
2 changed files with 2 additions and 2 deletions

View File

@ -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.
- `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.
Supports `--backend` (port 6064) and `--frontend` (port 3447) aliases.

View File

@ -29,7 +29,7 @@ bb scripts/paren-repair --help
## 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:
- `files`: Array of file paths to fix
- `code`: Code string to fix via stdin