Skip to content

Releases: Kewton/CommandIndex

v0.1.0

23 Mar 01:43

Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.1.0

v0.0.6

22 Mar 13:35

Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

22 Mar 04:31

Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

21 Mar 14:56

Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

21 Mar 02:12

Choose a tag to compare

What's Changed

  • feat: tree-sitter ソースコードパーサー基盤(TypeScript, Python) by @Kewton in #42
  • feat: SQLite補助ストア(symbols.db)基盤構築 by @Kewton in #43
  • feat: ソースコード index/update 統合 by @Kewton in #45
  • feat: --type typescript/python 対応 by @Kewton in #46
  • feat: --symbol 検索オプション実装 by @Kewton in #47
  • test: Phase 3 E2E統合テスト追加 by @Kewton in #48
  • Phase 3: Code Knowledge(ソースコード解析・シンボル検索) by @Kewton in #49

Full Changelog: v0.0.2...v0.0.3

v0.0.2

20 Mar 13:24

Choose a tag to compare

What's Changed

  • feat: 差分検知エンジン実装 by @Kewton in #30
  • feat: tantivy インデックス差分更新実装 by @Kewton in #31
  • feat: updateコマンド実装 by @Kewton in #32
  • test: Phase 2 E2E統合テスト追加 by @Kewton in #33
  • Phase 2: Git-aware Update(差分更新機能) by @Kewton in #34

Full Changelog: v0.0.1...v0.0.2

v0.0.1

20 Mar 02:31

Choose a tag to compare

What's Changed

  • ci: verify CI pipeline by @Kewton in #1
  • chore: merge develop to main (v0.0.0 setup) by @Kewton in #2
  • feat: Markdownパーサー(ファイル走査・heading分割・frontmatter/tag抽出) by @Kewton in #14
  • feat: .cmindexignore パーサー & ファイルフィルタリング by @Kewton in #15
  • feat: tantivy インデックス基盤(スキーマ・lindera日本語トークナイザー・Writer/Reader) by @Kewton in #16
  • feat: インデックス状態管理(manifest.json / state.json) by @Kewton in #17
  • feat: 検索結果出力フォーマッター(human/json/path) by @Kewton in #18
  • feat: indexコマンド実装(Markdown解析→tantivy格納→状態保存) by @Kewton in #19
  • feat: cleanコマンド実装 by @Kewton in #20
  • feat: statusコマンド実装 by @Kewton in #21
  • feat: searchコマンド実装(全文検索・フィルタ) by @Kewton in #22
  • test: Phase 1 E2E統合テスト追加 by @Kewton in #23
  • Phase 1: Markdown全文検索CLI機能一式 by @Kewton in #24

New Contributors

  • @Kewton made their first contribution in #1

Full Changelog: https://github.com/Kewton/CommandIndex/commits/v0.0.1