ARCLUX offers fact-based codebase dependency analysis without AI guessing
ARCLUX is a developer tool built to map structural dependencies across large codebases using only parsed code facts, with no AI inference or probabilistic scoring involved. Created by developer Mikatoshi, it combines a CLI and web dashboard to trace exactly which files are affected when any module is changed. The tool uses a breadth-first graph traversal to identify both direct and transitive consumers of any given file, based solely on real import and export statements. It includes 18 structural detectors, one of which flags ambiguous symbol resolution — where the same exported name exists in multiple places — a condition that can cause AI coding assistants to silently return incorrect definitions. ARCLUX is licensed under Apache 2.0 and positions itself as a deterministic alternative to the growing category of AI-powered codebase intelligence tools.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in