Skip to content

Centralize CLI command discovery - #23

Merged
rtcoder merged 1 commit into
masterfrom
release/v0.16.1
Jun 17, 2026
Merged

Centralize CLI command discovery#23
rtcoder merged 1 commit into
masterfrom
release/v0.16.1

Conversation

@rtcoder

@rtcoder rtcoder commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a shared CLI command registry for framework, application, and module commands
  • use the registry in the main CLI dispatcher and help command
  • normalize command names across colon, dash, underscore, and class-like forms
  • document command discovery in README, developer docs, and refactoring notes

Tests

  • composer validate --no-check-publish
  • composer test
  • ./shift help migrate-status
  • DB_CONNECTION=sqlite DB_DATABASE=:memory: ./shift migrate-status

@rtcoder rtcoder added the v0.16.1 Release v0.16.1 label Jun 17, 2026
@rtcoder
rtcoder merged commit 1185176 into master Jun 17, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v0.16.1 Release v0.16.1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant