Skip to content

fix: don't sync *.tmp files on watch#31

Merged
phernandez merged 1 commit into
mainfrom
issues/30/fix-syncing-tmp-files
Mar 15, 2025
Merged

fix: don't sync *.tmp files on watch#31
phernandez merged 1 commit into
mainfrom
issues/30/fix-syncing-tmp-files

Conversation

@phernandez

Copy link
Copy Markdown
Member

Fixes #30

Signed-off-by: phernandez <paul@basicmachines.co>
@phernandez phernandez merged commit 6b110b2 into main Mar 15, 2025
@phernandez phernandez deleted the issues/30/fix-syncing-tmp-files branch March 15, 2025 20:43
phernandez added a commit that referenced this pull request Feb 28, 2026
search_notes was returning individual observations and relations as
separate top-level results, wasting the result limit and creating
confusing UX. Default entity_types to ["entity"] when the caller
doesn't specify it — the entity row already indexes full file content,
so no matches are lost. Users can still override with explicit
entity_types=["observation"] etc.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: phernandez <paul@basicmachines.co>
@phernandez

Copy link
Copy Markdown
Member Author

Fixed in 2c5b63c. search_notes now defaults entity_types to ["entity"] so results are one-per-note instead of returning individual observations/relations as separate rows. Users can still override with explicit entity_types=["observation"] when needed.

phernandez added a commit that referenced this pull request Feb 28, 2026
Add write_note overwrite guard (#632) to new capabilities, 8 bug fixes
(#631, #630, #30, #31, #28, plus schema_validate/Post/frontmatter fixes),
and write_note idempotency breaking change to upgrade notes. Bump commit
count from 80+ to 90+.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: phernandez <paul@basicmachines.co>
phernandez added a commit that referenced this pull request Jun 7, 2026
search_notes defaults entity_types to 'entity' when unset (issue #31), but categories only exist on observations — so search_notes(categories=[...]) without entity_types ANDed the category against entity rows (NULL category) and returned nothing. When categories is supplied without an explicit entity_types, default to observations instead. Adds a regression test for the categories-only path (Codex review on #908).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: phernandez <paul@basicmachines.co>
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.

[BUG] Error syncing .tmp files

1 participant