Skip to content

Add module discovery cache - #24

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

Add module discovery cache#24
rtcoder merged 1 commit into
masterfrom
release/v0.17.0

Conversation

@rtcoder

@rtcoder rtcoder commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • add module discovery cache support in ModuleLoader
  • add cache:modules, cache:status, and cache:clear CLI commands
  • store generated module cache under storage/cache/modules.php and ignore runtime cache files
  • document production cache usage in README, developer docs, and refactoring notes

Tests

  • composer validate --no-check-publish
  • find src application tests -name '*.php' -print0 | xargs -0 -n1 php -l
  • composer test
  • ./shift cache:modules
  • ./shift cache:status
  • ./shift module:list
  • ./shift health
  • ./shift cache:clear
  • ./shift help cache:modules

@rtcoder rtcoder added the v0.17.0 Release v0.17.0 label Jun 17, 2026
@rtcoder
rtcoder merged commit 903bf2d into master Jun 17, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v0.17.0 Release v0.17.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant