@cognidocs/analyzer
v1.0.1
Published
Dependency analysis and graph generation for CogniDocs
Maintainers
Readme
@cognidocs/analyzer
Code analysis and dependency graph generation.
Phase 2: Analysis & Coverage (Weeks 4-5)
Status: 🔴 Not Started
This package will provide:
- Dependency graph generation
- Route detection (Next.js, React Router)
- Code metrics (complexity, maintainability)
- Circular dependency detection
- Unused exports detection
Planned Features
- [ ] Module dependency tracking
- [ ] Component hierarchy analysis
- [ ] Route structure detection
- [ ] Cyclomatic complexity calculation
- [ ] Dead code detection
- [ ] Bundle impact analysis
Dependencies
- Requires: @cognidocs/parser (Phase 1)
- Used by: @cognidocs/graph-viz (Phase 4), @cognidocs/docs-generator (Phase 3)
