Skip to content

Commit c8ca890

Browse files
committed
fix: harden autonomy dashboard and obsidian integration
1 parent 7c29d8f commit c8ca890

22 files changed

Lines changed: 787 additions & 169 deletions

universal-refiner/.gemini-refiner.example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_comment_usage": "Copy this file to .gemini-refiner.json and fill in your values. This file is safe to commit.",
2+
"_comment_usage": "Legacy example only. Prefer .universal-refiner.example.json and copy that file to .universal-refiner.json. This file is safe to commit.",
33
"_comment_fields": "All fields are optional. Omit a section to use built-in defaults.",
44
"semantic": {
55
"_comment": "Configure the local OpenAI-compatible provider (Ollama, LM Studio, etc.)",

universal-refiner/package-lock.json

Lines changed: 3 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

universal-refiner/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@
4545
"dependencies": {
4646
"@hono/node-server": "^1.19.13",
4747
"@modelcontextprotocol/sdk": "^1.29.0",
48+
"@lancedb/lancedb": "^0.30.0",
4849
"better-sqlite3": "^12.8.0",
50+
"chokidar": "^5.0.0",
51+
"flexsearch": "^0.8.212",
4952
"hono": "^4.12.25",
5053
"typescript": "^5.9.3",
5154
"zod": "^4.3.6"
5255
},
5356
"devDependencies": {
5457
"@emnapi/core": "^1.11.1",
5558
"@emnapi/runtime": "^1.11.1",
56-
"@lancedb/lancedb": "^0.30.0",
5759
"@types/better-sqlite3": "^7.6.13",
5860
"@types/node": "^22.19.17",
5961
"@vitest/coverage-v8": "4.1.4",
60-
"chokidar": "^5.0.0",
61-
"flexsearch": "^0.8.212",
6262
"ts-node": "^10.9.2",
6363
"vitest": "^4.1.4"
6464
},

0 commit comments

Comments
 (0)