From 119922e3928db3a9db61b07400b74e05b2e4de45 Mon Sep 17 00:00:00 2001 From: Chris Huber Date: Sat, 30 May 2026 14:09:52 +0000 Subject: [PATCH] refactor: remove vendor brand names from generic-layer description and docblock The plugin Description header and an inline docblock enumerated specific vendor brands (Claude Code, OpenCode, kimaki), a layer-purity violation: data-machine-code is a generic coding-agent-runtime bridge and must not name anything below it. Replaced with generic phrasing. Closes #471 --- data-machine-code.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data-machine-code.php b/data-machine-code.php index 70e4767b..93dcd24d 100644 --- a/data-machine-code.php +++ b/data-machine-code.php @@ -2,7 +2,7 @@ /** * Plugin Name: Data Machine Code * Plugin URI: https://github.com/Extra-Chill/data-machine-code - * Description: Bridge between WordPress and an external coding-agent runtime (Claude Code, OpenCode, kimaki, etc.). Owns AGENTS.md, the workspace area, and the GitHub / workspace / git abilities the runtime calls back into. Activation is the declarative "a coding agent lives here" signal. + * Description: Bridge between WordPress and an external coding-agent runtime. Owns AGENTS.md, the workspace area, and the GitHub / workspace / git abilities the runtime calls back into. Activation is the declarative "a coding agent lives here" signal. * Version: 0.47.4 * Requires at least: 6.9 * Requires PHP: 8.2 @@ -439,8 +439,8 @@ function datamachine_code_load_chat_tools() { | contributed by DM core, this plugin, and other extensions (mattic, etc.) | via SectionRegistry. | -| Convention copy at ABSPATH/AGENTS.md ensures coding agents (Claude Code, -| OpenCode, etc.) discover it at the expected location. +| Convention copy at ABSPATH/AGENTS.md ensures coding agents discover it at +| the expected location. | | Registered at plugins_loaded priority 22 (after DM core bootstrap at 20) | to ensure MemoryFileRegistry and SectionRegistry are available.