You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add empty results test and improve devcontainer config (#74)
* fix: handle empty search results by creating fallback dataset
When search returns 0 results, CypherEngine::from_json_auto fails
to create a graph, causing the dataset to not be stored. This leads
to "Dataset not found" errors when execute_cypher is called, forcing
the AI agent to fall back to reading the JSON file directly.
This commit fixes the issue by creating a minimal fallback dataset
with a dummy node when the engine creation fails.
Additionally:
- Add logs/ and .skill-bench/ to .gitignore
- Update mise.toml to run cargo install before skill-test
- Increase timeout for patent-assignee-check/triggering test
- Install skill-bench in devcontainer setup
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* feat: add empty results test and improve devcontainer config
- Add functional-empty.toml test case for handling empty search results
- Update Cargo.lock to version 0.2.0
- Format devcontainer.json with trailing commas
- Add GitHub CLI config mount to devcontainer
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments