lthn.io/app/Core/Config/Console/CLAUDE.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

884 B

Config/Console/ — Config Artisan Commands

Artisan commands for managing the hierarchical configuration system.

Commands

Command Signature Purpose
ConfigListCommand config:list List config keys with resolved values. Filters by workspace, category, or configured-only.
ConfigPrimeCommand config:prime Materialise resolved config into the fast-read table. Primes system and/or specific workspace.
ConfigExportCommand config:export Export config to JSON or YAML file. Supports workspace scope and sensitive value inclusion.
ConfigImportCommand config:import Import config from JSON or YAML file. Supports dry-run mode and automatic version snapshots.
ConfigVersionCommand config:version Manage config versions — list, create snapshots, show, rollback, and compare versions.