Merged
Conversation
Workspace is entirely owned by data-machine-code. Core has no workspace classes, abilities, tools, or CLI commands — remove all remnants: - Delete docs/core-system/workspace-system.md (362 lines of stale docs) - Remove Workspace System section from docs/overview.md - Remove workspace feature line and diagram reference from README - Remove 'moved to extension' PHP comments from data-machine.php, Bootstrap.php, and ToolServiceProvider.php - Add data-machine-code to extensions table in README - Move Workspace publish handler to extension column in handler table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/core-system/workspace-system.md— 362 lines of stale documentation for workspace classes that now live in data-machine-codedata-machine.php,Bootstrap.php,ToolServiceProvider.phpdocs/overview.mdandREADME.mdof workspace references that implied core ownershipContext
Core has zero workspace classes, abilities, tools, or CLI commands — they were extracted to data-machine-code in v0.45.0. But the codebase still had 7 "moved to extension" comments, a full 362-line docs page, and README/overview sections describing workspace as a core feature. This cleanup removes all of that so core has no knowledge of workspace whatsoever.
The two remaining README mentions of "workspace" correctly attribute it to data-machine-code as an extension capability.
What stays
AGENTS.mdline 98 — guard telling contributors not to reference workspace commands (useful)CHANGELOG.md— historical record, untoucheddocs/core-system/wordpress-as-agent-memory.mdline 652 — one-liner pointing to data-machine-code for workspace operations (useful redirect)