Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 05:38
· 7 commits to main since this release

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 init and cgraph map report 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/exclude is now honored too, the same
    way .gitignore and .cgraphignore already were. Off switch:
    detectSubprojects: false.

Install

npm install -g cgraph

Published to npm as cgraph@0.3.0 with build provenance.