Features Released in v1.5.0
vx overviewgives you repo structure at a glance — total file count, edge count, and the top 10 most-depended-on files ranked by how many files depend on them. One command to orient yourself or your AI agent to an unfamiliar codebase before making changes.vx initnow injects@.vexal/CLAUDE.mdinto your rootCLAUDE.mdautomatically so Claude Code loads vexal context in every session without any manual setup. The generated file now includes your repo's live edge count so Claude calibrates how aggressively to use vexal based on actual codebase scale.vx depsandvx impactnow accept file paths without extensions —vx deps src/components/Appresolves the same asvx deps src/components/App.tsx.- Duplicate import paths no longer appear in
vx depsoutput.