Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading