Skip to content

[composer] Scope ProxyCommand under composer adapter#270

Open
coisa wants to merge 11 commits intomainfrom
feat/199-hybrid-command-proxy
Open

[composer] Scope ProxyCommand under composer adapter#270
coisa wants to merge 11 commits intomainfrom
feat/199-hybrid-command-proxy

Conversation

@coisa
Copy link
Copy Markdown
Contributor

@coisa coisa commented Apr 25, 2026

Summary

Adjust the hybrid runtime implementation so the command proxy class is part of Composer scope, not Console scope.

Changes

  • Move ProxyCommand from FastForward\DevTools\Console\Command to FastForward\DevTools\Composer\Command.
  • Update DevToolsCommandProvider to import the proxy from the new Composer\Command namespace.
  • Update DevToolsCommandProviderTest to reflect the new proxy location.
  • Remove the obsolete file from src/Console/Command to keep command domains separated.

Testing

  • No runtime tests were executed in this step; only namespace/file-scope refactoring.
  • Static checks were already run previously during this branch iteration and will be preserved with this rename.

Closes #199

@coisa coisa changed the title [composer] Implement command runtime hybrid foundation for issue 199 [composer] Scope ProxyCommand under composer adapter Apr 25, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 26, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

[composer] Decouple real commands from Composer BaseCommand via proxy adapters

1 participant