Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2199,8 +2199,11 @@ streamed answer shares, so the per-request `slot …` INFO lines would interleav
/ `--verbose` override — one-shot `--prompt` or a `you>` REPL with `/clear` `/exit`). `.mvn/jvm.config`
pins `-Dstdout.encoding=UTF-8 -Dstderr.encoding=UTF-8` for the `mvn exec:java` JVM: on Windows,
`common_init()` switches the console to UTF-8 (`SetConsoleOutputCP(CP_UTF8)`) after the JVM fixed its
stdout encoding from the old code page, which turned umlauts/emoji in answers into `�`/`?`. Spotless (palantir)
is configured in its own pom; the model-free CI job runs `spotless:check`.
stdout encoding from the old code page, which turned umlauts/emoji in answers into `�`/`?`. It needs a
sibling **`.mvn/jvm.config.license`** (the same two SPDX lines as the one next to the root `.mvn/jvm.config`):
a `jvm.config` takes no comments, so REUSE can only read its metadata from that file, and without it the
`REUSE Compliance Check` job fails on `main` — which is how it was found, the PR run having been cancelled.
Spotless (palantir) is configured in its own pom; the model-free CI job runs `spotless:check`.

**Version bump note.** The pom's `llama.version` property is the **release** version, not the
reactor's `-SNAPSHOT` (CI always overrides it, so a not-yet-published default never breaks CI).
Expand Down
3 changes: 3 additions & 0 deletions llama-atmosphere-agent/.mvn/jvm.config.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2026 Bernard Ladenthin <bernard.ladenthin@gmail.com>

SPDX-License-Identifier: MIT
Loading