From 0a691393d6fcd18606c595b98da0f0741cd91165 Mon Sep 17 00:00:00 2001 From: 4 Bytes Robby Date: Sat, 20 Jun 2026 19:56:54 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20AGENTS.md=20=E2=80=94=20use=20client.app?= =?UTF-8?q?.log()=20not=20=5Fclient=3F.app=3F.log()=20#38?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 66f9e9d..a7c50da 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -14,4 +14,4 @@ Standards-Pointer: `~/ai-shared-rules/AGENTS.md` + Meta-Repo `four-bytes/opencod - P0b Bootstrap (jetzt) - P4c Implementation (nach P4b tbg Policy-Engine) -- **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. +- **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. diff --git a/package.json b/package.json index 0a3a2b1..d978b58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@four-bytes/four-opencode-anonymizer", - "version": "0.2.1", + "version": "0.2.2", "description": "opencode plugin: PII detection and anonymization (Regex + NER), reversible via SQLite+AES vault", "license": "Apache-2.0", "type": "module",