Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
e0f2820
feat: implement CIDX daemonization (Stories 2.0-2.3 complete)
jsbattig Oct 30, 2025
0cb8029
feat: complete Story 2.4 - Progress Callbacks via RPyC (epic 100% com…
jsbattig Oct 30, 2025
fcc6cf4
feat: add fast path optimization and limit 0 feature
jsbattig Oct 30, 2025
62a1dc3
fix: status command now shows full Rich table (removed daemon delegat…
jsbattig Oct 30, 2025
30c62b7
fix: improve lockfile stale process detection and remove unused variable
jsbattig Oct 31, 2025
41924c1
fix: eliminate 3 critical race conditions in daemon service
jsbattig Oct 31, 2025
5dace95
backup commit
jsbattig Oct 31, 2025
746b7e0
fix: handle --help flag before daemon delegation
jsbattig Oct 31, 2025
ed4e0ff
wip: daemon UX fixes - query working, index needs investigation
jsbattig Oct 31, 2025
1e4bff2
fix: handle null daemon config in fast entry
jsbattig Oct 31, 2025
81d7376
fix: disable broken index delegation, fix standalone fallback
jsbattig Oct 31, 2025
fc86e71
feat: add daemon mode indicator to status command
jsbattig Oct 31, 2025
5ae451d
feat: implement index delegation with blocking progress callbacks
jsbattig Oct 31, 2025
02c56de
feat: index delegation with perfect UX parity - WORKING
jsbattig Oct 31, 2025
389de1d
Clean up obsolete reports and add comprehensive test coverage for dae…
jsbattig Nov 2, 2025
9c48c5c
feat: comprehensive daemon mode improvements and FTS enhancements
jsbattig Nov 2, 2025
237d736
feat: implement HNSW incremental updates with FTS incremental indexin…
jsbattig Nov 2, 2025
be43258
chore: bump version to 7.2.0 with comprehensive documentation updates
jsbattig Nov 2, 2025
1c76008
docs: add comprehensive E2E test requirements and organize Epic valid…
jsbattig Nov 3, 2025
723e7be
docs: add stop-after-completion instruction to Story 0 and Story 1
jsbattig Nov 3, 2025
8f0825d
docs: organize Story 0 as prerequisite for Temporal Epic with stop-fo…
jsbattig Nov 3, 2025
91e3479
feat: implement Story 0 - Background Index Rebuilding with Atomic Swap
jsbattig Nov 3, 2025
1167265
fix(status): use persistent ID index binary file instead of directory…
jsbattig Nov 3, 2025
eb7f163
perf(status): optimize file count and git status for 7.5x speedup
jsbattig Nov 3, 2025
23a2a32
feat: add 100% accurate unique file count tracking in collection meta…
jsbattig Nov 3, 2025
607b2c5
feat: add CLI and daemon integration for temporal git history indexing
jsbattig Nov 3, 2025
eb9390b
test: add test comment to verify incremental temporal indexing
jsbattig Nov 6, 2025
b9bb15b
feat: implement complete diff-based temporal git history indexing wit…
jsbattig Nov 6, 2025
06d0647
Migrate epics/stories/bugs to GitHub issues and remove files
jsbattig Nov 7, 2025
6badf0f
test: manual e2e test for Story 3 temporal indexing
jsbattig Nov 7, 2025
302d521
fix: temporal indexing respects override exclusions and fixes progres…
jsbattig Nov 8, 2025
4374383
perf: async progress callbacks and batched embeddings for 2x temporal…
jsbattig Nov 8, 2025
6bf4e51
feat: optimize temporal diff scanner to single git call per commit (S…
jsbattig Nov 8, 2025
c643e7e
feat: single git call per commit for 10x git overhead reduction (Stor…
jsbattig Nov 8, 2025
f93084c
fix: graceful timeout handling and wave-based batch submission for te…
jsbattig Nov 8, 2025
64b9943
initial
Nov 8, 2025
a41c653
fix: daemon mode skips semantic setup for temporal indexing (Bug #473)
Nov 8, 2025
6203596
fix: temporal indexing bypasses daemon delegation due to early exit
Nov 9, 2025
2b62583
fix: temporal reconciliation crash recovery with proper metadata cleanup
Nov 10, 2025
fe87c72
fix: eliminate wasteful create-then-delete pattern for temporal diff …
Nov 10, 2025
8487888
fix: remove forbidden fallbacks from temporal search service (Messi R…
Nov 10, 2025
45ae58c
test
Nov 11, 2025
02f6188
feat: integrate exception logging and improve temporal indexing relia…
Nov 11, 2025
4a1096e
fix: temporal commit message truncation and match number display cons…
Nov 12, 2025
64527f3
docs: complete Epic #468 temporal git history documentation
Nov 12, 2025
999cda4
fix: temporal commit hash newline bug and file count reporting (v7.2.1)
Nov 12, 2025
4324f36
chore: bump version to 7.3.0 for temporal git history release
Nov 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
36 changes: 36 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"hooks": {
"PreToolUse": [
{
"matcher": "Write|Edit|MultiEdit|TodoWrite",
"hooks": [
{
"type": "command",
"command": "tdd-guard"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "tdd-guard"
}
]
}
],
"SessionStart": [
{
"matcher": "startup|resume|clear",
"hooks": [
{
"type": "command",
"command": "tdd-guard"
}
]
}
]
}
}
21 changes: 19 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ venv.bak/
*.swo
*~

# TDD Guard runtime data (session-specific)
.claude/tdd-guard/data/test.json
.claude/tdd-guard/data/modifications.json

# OS
.DS_Store
.DS_Store?
Expand Down Expand Up @@ -127,10 +131,12 @@ tests/projects/*/docker-compose.yml
/debug/
dev/debug/
/test_server_validation.py
/cleanup_test_containers.py
/cleanup_test_containers.py
/parse_test_results.py
/.tmp/
/.local/
/.analysis/
/reports/troubleshooting/

# Test data directories (regeneratable)
/test-data/
Expand All @@ -149,5 +155,16 @@ test_output_*/
.aider*
.ssh-mcp-server.port

# FilesystemVectorStore collection
# FilesystemVectorStore collections (generated index data)
voyage-code-3/
code-indexer-temporal/

# Test telemetry (generated by test runs)
.test-telemetry/

# Temporary analysis and code review reports (session-specific)
/reports/reviews
/reports/manual-tests

# TDD Guard runtime data
.claude/tdd-guard/data/instructions.md
Loading