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",