From 8a80f82d9305b4ed06aa46a68da5ecf12a96e8a6 Mon Sep 17 00:00:00 2001 From: Will Miao Date: Fri, 25 Sep 2026 22:40:32 +0800 Subject: [PATCH] docs: clarify .civitai.info is a read-only third-party file, not an LM sidecar --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index bf1eda25..09d2b032 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -261,6 +261,11 @@ If a cross-layer issue ever needs a live server, the sandboxed helpers live in ## Important Notes - ALWAYS use English for comments (per copilot-instructions.md) +- **`.civitai.info` files are NOT LoRA Manager sidecars.** They are written by + third-party apps; LoRA Manager treats them as read-only and only consumes + them during migration/import. Never write, modify, or delete them, and never + propose doing so as a fix — LoRA Manager's own metadata lives in the + `.metadata.json` sidecar it owns. - **`settings.json.example` must stay minimal**: only `use_portable_settings`, `civitai_api_key`, and the four core `folder_paths` keys (`loras`, `checkpoints`, `unet`, `embeddings`). Do NOT add optional/default keys