Skip to content

Commit 119922e

Browse files
committed
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
1 parent 90498c6 commit 119922e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

data-machine-code.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Data Machine Code
44
* Plugin URI: https://github.com/Extra-Chill/data-machine-code
5-
* 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.
5+
* 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.
66
* Version: 0.47.4
77
* Requires at least: 6.9
88
* Requires PHP: 8.2
@@ -439,8 +439,8 @@ function datamachine_code_load_chat_tools() {
439439
| contributed by DM core, this plugin, and other extensions (mattic, etc.)
440440
| via SectionRegistry.
441441
|
442-
| Convention copy at ABSPATH/AGENTS.md ensures coding agents (Claude Code,
443-
| OpenCode, etc.) discover it at the expected location.
442+
| Convention copy at ABSPATH/AGENTS.md ensures coding agents discover it at
443+
| the expected location.
444444
|
445445
| Registered at plugins_loaded priority 22 (after DM core bootstrap at 20)
446446
| to ensure MemoryFileRegistry and SectionRegistry are available.

0 commit comments

Comments
 (0)