From 4348a53fae1b046447e7fbcd3fe4defbfeb1eadd Mon Sep 17 00:00:00 2001 From: j4rviscmd Date: Sat, 24 Jan 2026 23:20:07 +0900 Subject: [PATCH 1/2] docs: add notice about built-in command file overwrite behavior Clarify that built-in command files are overwritten on every plugin startup, while custom command files persist across restarts. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d6c089b..10a1fd7 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,10 @@ To add a custom preset (e.g., "premium"): > [!INFO] > - Changes require an opencode restart to take effect > - Custom mode presets can be added by editing the configuration file +> - Built-in command files (`mode-performance.md`, `mode-economy.md`, etc.) +> are overwritten on every plugin startup. Do not modify them directly. +> - Custom command files (e.g., `mode-premium.md`) are not affected by +> this overwrite and will persist across restarts. ## Development From 27842caf570707ef671caf233ca99b8222c0ca28 Mon Sep 17 00:00:00 2001 From: j4rviscmd Date: Sat, 24 Jan 2026 23:20:22 +0900 Subject: [PATCH 2/2] chore: remove AGENTS.md in favor of CLAUDE.md All project guidance has been consolidated into CLAUDE.md. --- AGENTS.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md deleted file mode 100644 index 4cec308..0000000 --- a/AGENTS.md +++ /dev/null @@ -1,7 +0,0 @@ -# AGENTS.md - -This file provides guidance to Claude Code agents when working with code in this repository. - -**Note**: All detailed project information has been consolidated into [CLAUDE.md](./CLAUDE.md). - -Please refer to CLAUDE.md