- Implemented a new tool `stella-callgraph-node` that extracts call graphs from JavaScript/TypeScript projects using Babel AST. - Added command-line interface with options for JSON output and help. - Included functionality to analyze project structure, detect functions, and build call graphs. - Created a package.json file for dependency management. feat: introduce stella-callgraph-python for Python call graph extraction - Developed `stella-callgraph-python` to extract call graphs from Python projects using AST analysis. - Implemented command-line interface with options for JSON output and verbose logging. - Added framework detection to identify popular web frameworks and their entry points. - Created an AST analyzer to traverse Python code and extract function definitions and calls. - Included requirements.txt for project dependencies. chore: add framework detection for Python projects - Implemented framework detection logic to identify frameworks like Flask, FastAPI, Django, and others based on project files and import patterns. - Enhanced the AST analyzer to recognize entry points based on decorators and function definitions.
Router Sprint Archives
These sprint plans were deleted on 2025-12-05 during test refactors. They have been restored from commit 53508ceccb2884bd15bf02104e5af48fd570e456 and placed here as archives (do not reactivate without review).
Archive Audit Notes (2025-12-19)
- Task tables in archived sprints were audited against current code/tests and updated where clearly implemented.
- Remaining
TODO/BLOCKEDrows represent real gaps (mostly missing wiring and/or failing or missing tests). SPRINT_INDEX.mdreflects the audit status; “working directory” paths were corrected where the implementation moved intosrc/__Libraries/*.