You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(05-01): wire AST-aligned chunker into GenericAnalyzer with 21 unit tests
- Import createASTAlignedChunks in GenericAnalyzer for Tree-sitter success path
- Change chunkStrategy from 'tree-sitter-symbol' to 'ast-aligned'
- Add 21 unit tests covering buildSymbolTree, generateASTChunks, mergeSmallSymbolChunks, splitOversizedChunks, createASTAlignedChunks
- Update tree-sitter-symbols.test.ts to match AST-aligned chunk structure
0 commit comments