docs(discovery): map L1 packages vs standalone php-* modules #8

Merged
Snider merged 1 commit from feat/discovery-l1-packages-vs-standalone-modules into main 2026-02-21 00:19:21 +00:00
Member

Summary

  • Analysed all 22 Boot.php files under src/Core/ and src/Core/Front/
  • Mapped each L1 package against the 9 standalone core/php-* repos
  • Checked all composer.json files to confirm framework dependency patterns
  • Identified 3 overlaps and filed discovery issues

Issues filed

  • #4 Front/Api rate limiting overlaps with core/php-api RateLimitApi – double rate-limiting risk
  • #5 Core\Search vs core/php-admin search subsystem – dual registries for different scopes
  • #6 Core\Activity UI component duplicated in core/php-admin and core/php-developer
  • #7 Summary issue listing all L1 packages and their status

Test plan

  • No code changed – discovery/docs only
  • Verify issues #4–#7 are visible on forge.lthn.ai
  • Review discovery document at docs/discovery/l1-packages-vs-standalone-modules.md

Closes #3

🤖 Generated with Claude Code

## Summary - Analysed all 22 `Boot.php` files under `src/Core/` and `src/Core/Front/` - Mapped each L1 package against the 9 standalone `core/php-*` repos - Checked all `composer.json` files to confirm framework dependency patterns - Identified 3 overlaps and filed discovery issues ## Issues filed - **#4** `Front/Api` rate limiting overlaps with `core/php-api` `RateLimitApi` – double rate-limiting risk - **#5** `Core\Search` vs `core/php-admin` search subsystem – dual registries for different scopes - **#6** `Core\Activity` UI component duplicated in `core/php-admin` and `core/php-developer` - **#7** Summary issue listing all L1 packages and their status ## Test plan - [ ] No code changed – discovery/docs only - [ ] Verify issues #4–#7 are visible on forge.lthn.ai - [ ] Review discovery document at `docs/discovery/l1-packages-vs-standalone-modules.md` Closes #3 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Clotho added the
review
discovery
labels 2026-02-21 00:18:18 +00:00
Clotho added 1 commit 2026-02-21 00:18:18 +00:00
docs(discovery): map L1 packages vs standalone php-* modules (#3)
Some checks are pending
Code Style / Laravel Pint (pull_request) Waiting to run
Tests / PHP 8.3 - Laravel 12.* (pull_request) Waiting to run
Tests / PHP 8.4 - Laravel 12.* (pull_request) Waiting to run
Code Style / PHP CodeSniffer (pull_request) Waiting to run
Static Analysis / Security Audit (pull_request) Waiting to run
Static Analysis / PHPStan (pull_request) Waiting to run
Static Analysis / Psalm (pull_request) Waiting to run
Static Analysis / PHP Syntax Check (pull_request) Waiting to run
Tests / PHP 8.2 - Laravel 11.* (pull_request) Waiting to run
Tests / PHP 8.3 - Laravel 11.* (pull_request) Waiting to run
Tests / PHP 8.4 - Laravel 11.* (pull_request) Waiting to run
bbcfba1d4b
Adds discovery document summarising all Boot.php locations under
src/Core/, their relationship to standalone core/php-* repos, and
the three overlaps identified (issues #4, #5, #6). Full summary
filed as issue #7.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Snider merged commit ee97744409 into main 2026-02-21 00:19:21 +00:00
Snider deleted branch feat/discovery-l1-packages-vs-standalone-modules 2026-02-21 00:19:22 +00:00
Sign in to join this conversation.
No description provided.