lthn.io/app/Core/TODO.md
Claude 41a90cbff8
feat: lthn.io API serving live chain data
Fixed: basePath self→static binding, namespace detection, event wiring,
SQLite cache, file cache driver. All Mod Boot classes converted to
$listens pattern for lifecycle event discovery.

Working endpoints:
- /v1/explorer/info — live chain height, difficulty, aliases
- /v1/explorer/stats — formatted chain statistics
- /v1/names/directory — alias directory grouped by type
- /v1/names/available/{name} — name availability check
- /v1/names/lookup/{name} — name details

Co-Authored-By: Charon <charon@lethean.io>
2026-04-03 17:17:42 +01:00

781 B

Core Framework - Code Review Status

Summary

Severity Count Status
Critical 15 All Fixed
High 52 51 Fixed, 1 Remaining
Medium 38 All Fixed
Low 32 All Fixed

Remaining

High Priority

  • CDN integration tests - Add integration tests for CDN operations

Dependencies

Models with class_exists() guards for optional modules:

  • Core\Mod\Tenant\Models\Workspace - Used in Media/Image classes
  • Core\Mod\Content\Models\ContentItem - Used in Seo module
  • Core\Mod\Agentic\Models\AgentPlan - Used in Search module
  • Core\Mod\Uptelligence\Models\* - Used in Search module

Full code review details: ../../changelog/2026/jan/code-review.md Review performed by: Claude Opus 4.5