v0.3.0
Added
- Sub-project detection. A root that bundles several independently-cloned
repos — a frontend/backend/desktop fleet of microservices, each its own git
checkout, opened as one workspace — now has every file labeled with which
nested repo it belongs to.cgraph initandcgraph mapreport each
detected sub-project alongside its own stack and frameworks, so an agent
working across the fleet can tell an Angular file from an ASP.NET file at a
glance instead of treating the whole tree as one undifferentiated project.
A nested repo's own local.git/info/excludeis now honored too, the same
way.gitignoreand.cgraphignorealready were. Off switch:
detectSubprojects: false.
Install
npm install -g cgraphPublished to npm as cgraph@0.3.0 with build provenance.