algome
v0.0.0
Published
Algome — codebase reality scanner for TypeScript / React / Supabase / Drizzle. Builds a system truth graph and verifies features are wired end-to-end. Pre-release placeholder; active development underway.
Maintainers
Readme
algome
Algome is a codebase reality scanner — a CLI that builds a system truth graph for TypeScript / React / Supabase / Drizzle codebases and verifies whether features are actually wired end-to-end.
It detects:
- Dead buttons — UI handlers that never reach a backend
- Read/write table mismatch — forms writing to one table while lists read from another
- Schema drift — code references to tables/columns that don't exist
- Stale docs — documentation that no longer matches behavior
- Orphaned features — flows that create data with no display path, or display paths with no creation flow
Wedge: catching incomplete AI-generated features that look complete but are not connected end-to-end.
Status
This package is a placeholder reservation. Active development is underway. The first usable CLI ships as v0.1.0.
- Website: https://algome.ai
License
MIT
