phase 0: environment assessment + test baseline #2
Labels
No labels
P1
P2
P3
PHP
bug
clotho
discovery
docs
refactor
review
security
testing
athena
athena-gemini
audit
clotho
clotho-gemini
codex
darbs-claude
security
wiki
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: core/php-framework#2
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
You are a domain expert for core/php-framework - the foundation of the CorePHP modular monolith. All other core/php-* modules depend on this package.
Phase 0 Tasks
1. Environment Check
If composer install fails, document the error and try to fix it.
2. Run Tests
Document: how many pass, how many fail, how many skip. Note any failures.
3. Run Lint
If lint issues found, fix them with
vendor/bin/pintand commit.4. Run Static Analysis
Document: level, number of errors, most common error types.
5. Coverage Assessment
Check which files in src/ have corresponding tests in tests/. List uncovered files.
6. Create TODO.md
Based on findings, create a TODO.md with phased tasks:
7. Create FINDINGS.md
Document all discoveries: architecture patterns found, test gaps, quality issues, dependency concerns.
8. Commit and Push
Commit TODO.md and FINDINGS.md to dev branch. Push.
Rules
devto main