Skip to content

Rename framework namespace to Shift - #10

Merged
rtcoder merged 2 commits into
masterfrom
release/v0.9.0
Jun 16, 2026
Merged

Rename framework namespace to Shift#10
rtcoder merged 2 commits into
masterfrom
release/v0.9.0

Conversation

@rtcoder

@rtcoder rtcoder commented Jun 16, 2026

Copy link
Copy Markdown
Owner

Summary

  • Rename the framework public namespace from Engine\ to Shift\ across the core, example module, tests, bootstrap, and documentation.
  • Map Composer PSR-4 autoloading from Shift\ to the existing Engine/ core directory.
  • Remove stale Tools\ and Console\ Composer autoload roots now covered by Shift\.
  • Add a middleware pipeline with class-based and callable middleware support.
  • Allow middleware to wrap controller dispatch, modify responses, or short-circuit requests.
  • Mark completed roadmap items and next refactoring steps in REFACTORING.md.

Validation

  • composer validate --strict --no-check-publish
  • composer dump-autoload
  • find Engine application tests -name '*.php' -print0 | xargs -0 -n1 php -l
  • composer test
  • php shift.php route:list
  • php shift.php health
  • HTTP smoke tests:
    • GET /health -> 200 application/json
    • GET /hello -> 404 application/json

Release

  • Version label: v0.9.0

@rtcoder rtcoder added the v0.9.0 Release v0.9.0 label Jun 16, 2026
@rtcoder
rtcoder merged commit fa40e74 into master Jun 16, 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.9.0 Release v0.9.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant