From 122f8f6dd1bf7d1d1e137f1d45edde1be68235f9 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sun, 19 Oct 2025 14:32:56 +0200 Subject: [PATCH] Docs: Update specs and CODEMAP.md Signed-off-by: Michael Mayer --- CODEMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEMAP.md b/CODEMAP.md index cbd4778da..986e952a1 100644 --- a/CODEMAP.md +++ b/CODEMAP.md @@ -221,7 +221,7 @@ Frequently Touched Files (by topic) - Workers: `internal/workers/*` - Cluster: `internal/service/cluster/*` - Theme support: `internal/service/cluster/theme/version.go` exposes `DetectVersion`, used by bootstrap, CLI, and API handlers to compare portal vs node theme revisions (prefers `fs.VersionTxtFile`, falls back to `app.js` mtime). - - Registration sanitizes `AppName`, `AppVersion`, and `Theme` with `clean.TypeUnicode`; defaults for app metadata come from `config.Name()` / `config.Version()`. `cluster.RegisterResponse` now includes a `Theme` hint when the portal has a newer bundle so nodes can decide whether to download immediately. + - Registration sanitizes `AppName`, `AppVersion`, and `Theme` with `clean.TypeUnicode`; defaults for app metadata come from `config.About()` / `config.Version()`. `cluster.RegisterResponse` now includes a `Theme` hint when the portal has a newer bundle so nodes can decide whether to download immediately. - Headers: `pkg/service/http/header/*` Downloads (CLI) & yt-dlp helpers