Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
cfb2f34
chore: imported original pre-v0.5.0 version from Go source
radim May 8, 2026
8c02304
chore: reimplemented v0.5
radim May 9, 2026
ea39579
test: cover v0.5.0 port
radim May 9, 2026
a7c2655
chore: capture statistics_target and generated column metadata
radim May 9, 2026
a84902d
test: cover statistics_target and generated capture
radim May 9, 2026
cfaf8b7
chore: split server.go
radim May 9, 2026
74dd58e
test(mcp): keep coverage green across the server.go split
radim May 9, 2026
0ba8048
chore: trim descriptions
radim May 9, 2026
dabc0d1
feat: introducded SnapshotStore
radim May 10, 2026
208239c
chore: project id and per-profile database_id
radim May 10, 2026
1b2bd4d
chore: route operations through SnapshotStore
radim May 10, 2026
a28b587
test(history,config): cover SnapshotStore and ID resolution
radim May 10, 2026
b14b359
chore: profile flag
radim May 10, 2026
0038bcd
test(cli,config): cover --profile precedence and resolution
radim May 10, 2026
95bdd62
feat: dryrun snapshot export
radim May 10, 2026
e25b5cb
test(cli,history): snapshot export round-trip and ListKeys coverage
radim May 10, 2026
7879502
chore: prepare schema/activity/planner split
radim May 10, 2026
a892526
chore: planner/actibity stats capture
radim May 10, 2026
36e4d0f
test(schema,history): pin split-snapshot types, hashes, and store inv…
radim May 10, 2026
5681e85
chore: annotted reader and cache
radim May 11, 2026
280182c
chore: drop legacy stats fields
radim May 11, 2026
2a6ddde
test: update fixtures to AnnotatedSchema, drop tests for removed stat…
radim May 11, 2026
71b9e95
chore: init does full primary-only capture
radim May 11, 2026
921e443
test(cli,mcp): pin init capture guardrails and reload precedence
radim May 12, 2026
92b4e32
fix(mcp): emit proper JSON-Schema for every tool
radim May 11, 2026
5497be3
test(mcp): every registered tool advertises a non-empty inputSchema
radim May 11, 2026
303968a
chore: ported advise
radim May 12, 2026
fb61513
chore: analuyze_plan
radim May 12, 2026
6b6a974
chore: schema_diff
radim May 12, 2026
b053330
chore: dropped suggested_index
radim May 12, 2026
a520702
test(mcp): cover advise, analyze_plan, schema_diff handlers
radim May 12, 2026
50d86ca
chore: ported snapshot activity
radim May 12, 2026
79f49bf
test(cli): cover snapshot activity standby + orphan branches
radim May 12, 2026
9989c36
chore: CLI drift
radim May 12, 2026
837ce2c
feat: kind-aware SnapshotStore + StoredSnapshot
radim May 12, 2026
67279d1
test(history): cover kind-aware Store round-trip across all three str…
radim May 12, 2026
5c455d6
feat: FilesystemStore backend
radim May 14, 2026
8eeba4a
test(history): FilesystemStore bundle invariants
radim May 14, 2026
0690a54
feat: CLI snapshot push/pull
radim May 14, 2026
17d2b23
test(cli): push/pull sync semantics
radim May 14, 2026
8669b06
fix: scaffold explicit [project] block
radim May 15, 2026
ebdca99
chore: drop cargo-dist release workflow
radim May 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .cargo-husky/hooks/pre-commit

This file was deleted.

296 changes: 0 additions & 296 deletions .github/workflows/release.yml

This file was deleted.

9 changes: 3 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
/target/
/bin/
.env
*.db
.sqlx/
.dryrun/
!examples/demo/.dryrun/
SPEC.md
vendor/
ROADMAP-internal.md
internal-docs
CUSTOM-GUIDELINES.md
Loading