refactor(devframe): rename devtoolskit:internal: prefix to devframe:#309
Merged
Conversation
Aligns devframe-owned identifiers (streaming, shared-state, auth, terminals/messages events, dock/commands/user-settings shared state keys) with the existing `devframe:` convention already used by newer code (e.g. `devframe:open-in-editor`, `devframe:agent:list-tools`). Core-owned RPC function names (`terminals:read`, `messages:add`, etc.) are intentionally unchanged. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
commit: |
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.
Description
Renames legacy
devtoolskit:internal:*identifiers owned bydevframeto thedevframe:*prefix. This aligns with the convention already used by newer code in the package (e.g.devframe:open-in-editor,devframe:agent:list-tools,devframe://resource/<id>) and fits devframe's positioning to be extracted into its own repo.Scope is the wire-protocol IDs that originate inside
devframe/packages/devframe/: streaming (streaming:chunk/end/subscribe/...), shared-state RPC (rpc:server-state:*,rpc:client-state:*), the auth-revoked event, theterminals:updated/messages:updatedserver→client events, theterminalsstream channel, and theuser-settings/docks/commands/json-render:Nshared-state keys. Consumers inpackages/coreandpackages/self-inspectare updated in lockstep so the WS protocol stays consistent. Core-owned RPC function names (terminals:read,messages:add,commands:execute,docks:on-launch,rpc:server:list, etc.) are intentionally not renamed.Linked Issues
Additional context
pnpm typecheck/test(450 passing) /lint/buildall green.