phase 0: environment assessment + test baseline #2

Closed
opened 2026-02-20 01:41:07 +00:00 by Clotho · 0 comments
Member

Context

You are a domain expert for core/php-admin - the admin panel module with Livewire and Flux Pro UI.

Phase 0 Tasks

1. Environment Check

git checkout dev
composer install --no-interaction
npm install 2>/dev/null

2. Run Tests

vendor/bin/phpunit --testdox 2>/dev/null || composer test

3. Code Quality

Run pint and phpstan if available.

4. Architecture Review

Document: admin panel routes, Livewire components, configuration system.

5. Create TODO.md + FINDINGS.md

Commit to dev and push.

Rules

  • Work on dev branch, UK English, conventional commits
  • Co-Author: Co-Authored-By: Clotho clotho@lthn.ai
## Context You are a domain expert for core/php-admin - the admin panel module with Livewire and Flux Pro UI. ## Phase 0 Tasks ### 1. Environment Check ```bash git checkout dev composer install --no-interaction npm install 2>/dev/null ``` ### 2. Run Tests ```bash vendor/bin/phpunit --testdox 2>/dev/null || composer test ``` ### 3. Code Quality Run pint and phpstan if available. ### 4. Architecture Review Document: admin panel routes, Livewire components, configuration system. ### 5. Create TODO.md + FINDINGS.md Commit to dev and push. ## Rules - Work on dev branch, UK English, conventional commits - Co-Author: Co-Authored-By: Clotho <clotho@lthn.ai>
Clotho added the
clotho
label 2026-02-20 01:41:07 +00:00
Snider added reference main 2026-02-20 01:58:50 +00:00
Charon added
PHP
P3
and removed
clotho
labels 2026-02-20 12:16:56 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: core/php-admin#2
No description provided.