Conversation
Replace the single-sentence stack summary with a "What's Inside" table mirroring the demo site: containers, http messages, middleware pipeline, routing and templating, each tied to its PSR standard. Add the two Dotkernel components registered in config/config.php, dot-log and dot-errorhandler, which were previously undocumented. Add a "Dotkernel Family" section positioning Light alongside API, Admin, Queue and Frontend, using the descriptions from dotkernel.com. Advertise composer create-project as the only installation method and drop the git clone path. Note that create-project already enables development mode through post-create-project-cmd. Move the badges below the title and add a Resources section linking the changelog, security policy, license and issue tracker. Signed-off-by: arhimede <julian@dotkernel.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 1.0 #119 +/- ##
=========================================
Coverage 77.90% 77.90%
Complexity 17 17
=========================================
Files 9 9
Lines 86 86
=========================================
Hits 67 67
Misses 19 19 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Qodana for JSIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at qodana-support@jetbrains.com
|
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved review comments remain, and the README-only changes are fully reviewed.
Pull request overview
Updates the README to align with Dotkernel’s website, simplify installation, and improve project documentation.
Changes:
- Adds architecture and Dotkernel family sections.
- Documents
dot-loganddot-errorhandler. - Simplifies installation with
composer create-project. - Adds resource links and relocates badges.
File summaries
| File | Summary |
|---|---|
README.md |
Updates project overview, installation guidance, and references. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Replace the single-sentence stack summary with a "What's Inside" table mirroring the demo site: containers, http messages, middleware pipeline, routing and templating, each tied to its PSR standard. Add the two Dotkernel components registered in config/config.php, dot-log and dot-errorhandler, which were previously undocumented.
Add a "Dotkernel Family" section positioning Light alongside API, Admin, Queue and Frontend, using the descriptions from dotkernel.com.
Advertise composer create-project as the only installation method and drop the git clone path. Note that create-project already enables development mode through post-create-project-cmd.
Move the badges below the title and add a Resources section linking the changelog, security policy, license and issue tracker.