diff --git a/AGENTS.md b/AGENTS.md index dc4b020..52546dd 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,6 +1,6 @@ # four-opencode-deepseek-meter — AGENTS.md -Pointer to central standards: `~/.personal-config/ai-shared/AGENTS.md` and meta-repo `four-bytes/opencode-plugins` AGENTS.md. +Pointer to central standards: `~/ai-shared-rules/AGENTS.md` and meta-repo `four-bytes/opencode-plugins` AGENTS.md. ## Convention - Source file: `src/four-opencode-deepseek-meter.ts` (NOT `src/index.ts`) @@ -15,7 +15,7 @@ Pointer to central standards: `~/.personal-config/ai-shared/AGENTS.md` and meta- - `dist/` is gitignored, freshly built on `npm publish` ## Standards -`~/.personal-config/ai-shared/AGENTS.md` +`~/ai-shared-rules/AGENTS.md` ## This Plugin - Plugin name: deepseek-meter @@ -24,3 +24,5 @@ Pointer to central standards: `~/.personal-config/ai-shared/AGENTS.md` and meta- ## Workflow Issues → Branch → PR → Merge (feature workflow) + +- **Console logging:** Plugins MUST use `_client?.app?.log()` for all logging in plugin mode — `console.log` / `console.warn` / `console.error` is ONLY permitted for the initial startup `"init"` message. Console output in plugin mode breaks the terminal UI.