Skip to content

sync: develop → main for v0.8.2 release#379

Merged
ajianaz merged 8 commits into
mainfrom
sync/develop-to-main-v0.8.2
Jul 25, 2026
Merged

sync: develop → main for v0.8.2 release#379
ajianaz merged 8 commits into
mainfrom
sync/develop-to-main-v0.8.2

Conversation

@ajianaz

@ajianaz ajianaz commented Jul 25, 2026

Copy link
Copy Markdown
Collaborator

Sync develop → main

Brings all changes since last main sync to prepare for proper tag-based release:

ajianaz and others added 8 commits July 24, 2026 13:53
* feat: add Dart symbol indexing (closes #373)

- Add regex-based Dart extraction: classes, mixins, enums, extensions,
  functions, getters, setters, typedefs
- Add Dart to context extraction (imports, calls, types)
- Add Dart to scope tracking and function entry detection
- Add Dart-specific builtins to filter list
- Add 2 tests: comprehensive + issue #373 reproduction
- Update CHANGELOG.md

* style: cargo fmt

---------

Co-authored-by: ajianaz <ajianaz@users.noreply.github.com>
- Component name derived from filename (kebab-case → PascalCase)
- Extract <script> content and delegate to TS/JS extractor
- Svelte-specific: export props, $state, $derived, $effect
- Context extraction delegated to TS/JS match arm
- Unit test: 8 assertions covering component, props, state, functions

Co-authored-by: ajianaz <ajianaz@users.noreply.github.com>
Add AST-based symbol extraction for Java, C, C++, C#, Ruby, PHP,
Scala, and JavaScript using tree-sitter grammars compatible with
runtime 0.26.

New grammars:
- tree-sitter-java 0.23
- tree-sitter-c 0.24
- tree-sitter-cpp 0.23
- tree-sitter-c-sharp 0.23
- tree-sitter-ruby 0.23
- tree-sitter-php 0.24
- tree-sitter-scala 3
- tree-sitter-javascript 0.25

Symbol kinds: Function, Method, Class, Struct, Interface, Trait,
Enum, Module, Variable, TypeAlias, Constant.
Edge kinds: Calls, Inherits, Implements, Imports.

Closes #376
feat: add tree-sitter AST support for 8 additional languages
…ence

- README: fix scanner counts, update tree-sitter language line
- Changelog: add v0.8.0 (Brain Mode, tree-sitter, VitePress) and v0.8.1
  entries with Unreleased section for PR 374-376
- Roadmap: add v0.8 section with all completed items, remove from Future
- CLI reference: add index --watch/--stats/--prune, callers, impact,
  affected commands with examples
- Code intelligence: rewrite Supported Languages table (18 langs,
  regex vs AST tiers), update MCP tools table, fix tree-sitter
  instructions
docs: update all documentation for v0.8.0-v0.8.1 and Unreleased
@ajianaz
ajianaz merged commit 4a8cc24 into main Jul 25, 2026
13 of 14 checks passed
@ajianaz
ajianaz deleted the sync/develop-to-main-v0.8.2 branch July 25, 2026 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant