stellavault 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/stellavault.js +1 -1
- package/package.json +70 -70
package/dist/stellavault.js
CHANGED
|
@@ -8917,7 +8917,7 @@ async function autopilotCommand(options) {
|
|
|
8917
8917
|
|
|
8918
8918
|
// packages/cli/dist/index.js
|
|
8919
8919
|
var program = new Command();
|
|
8920
|
-
program.name("stellavault").description("Stellavault \u2014 Turn your Obsidian vault into a 3D neural knowledge graph").version("0.
|
|
8920
|
+
program.name("stellavault").description("Stellavault \u2014 Turn your Obsidian vault into a 3D neural knowledge graph").version("0.5.0").option("--json", "Output in JSON format (for scripting)").option("--quiet", "Suppress non-essential output");
|
|
8921
8921
|
program.command("init").description("Interactive setup wizard \u2014 get started in 3 minutes").action(initCommand);
|
|
8922
8922
|
program.command("index [vault-path]").description("Obsidian vault\uB97C \uBCA1\uD130\uD654\uD558\uC5EC \uC778\uB371\uC2F1\uD569\uB2C8\uB2E4").action(indexCommand);
|
|
8923
8923
|
program.command("search <query>").description("\uC9C0\uC2DD \uBCA0\uC774\uC2A4\uC5D0\uC11C \uAC80\uC0C9\uD569\uB2C8\uB2E4").option("-l, --limit <n>", "\uACB0\uACFC \uC218", "5").action(searchCommand);
|
package/package.json
CHANGED
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "stellavault",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "Drop anything. It compiles itself into knowledge. Claude remembers everything you know. Local-first MCP server, vault files never modified.",
|
|
5
|
-
"repository": {
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "https://github.com/Evanciel/stellavault"
|
|
8
|
-
},
|
|
9
|
-
"homepage": "https://github.com/Evanciel/stellavault",
|
|
10
|
-
"bugs": "https://github.com/Evanciel/stellavault/issues",
|
|
11
|
-
"keywords": ["obsidian", "knowledge-graph", "3d-visualization", "vector-search", "mcp", "fsrs", "ai", "zettelkasten", "claude"],
|
|
12
|
-
"license": "MIT",
|
|
13
|
-
"author": "Evan",
|
|
14
|
-
"type": "module",
|
|
15
|
-
"main": "./dist/stellavault.js",
|
|
16
|
-
"bin": {
|
|
17
|
-
"stellavault": "./dist/stellavault.js",
|
|
18
|
-
"sv": "./dist/stellavault.js"
|
|
19
|
-
},
|
|
20
|
-
"files": [
|
|
21
|
-
"dist/stellavault.js",
|
|
22
|
-
"README.md",
|
|
23
|
-
"LICENSE",
|
|
24
|
-
"SECURITY.md"
|
|
25
|
-
],
|
|
26
|
-
"workspaces": [
|
|
27
|
-
"packages/sync",
|
|
28
|
-
"packages/core",
|
|
29
|
-
"packages/cli",
|
|
30
|
-
"packages/graph"
|
|
31
|
-
],
|
|
32
|
-
"scripts": {
|
|
33
|
-
"build": "npm run build --workspaces --if-present && npm run bundle",
|
|
34
|
-
"bundle": "node scripts/bundle-cli.mjs",
|
|
35
|
-
"test": "npm run test --workspaces --if-present",
|
|
36
|
-
"sync": "npm run sync --workspace=@stellavault/sync",
|
|
37
|
-
"dev:core": "npm run dev --workspace=@stellavault/core"
|
|
38
|
-
},
|
|
39
|
-
"engines": {
|
|
40
|
-
"node": ">=20.0.0"
|
|
41
|
-
},
|
|
42
|
-
"dependencies": {
|
|
43
|
-
"@anthropic-ai/sdk": "^0.82.0",
|
|
44
|
-
"@modelcontextprotocol/sdk": "^1.28.0",
|
|
45
|
-
"@xenova/transformers": "^2.17.2",
|
|
46
|
-
"better-sqlite3": "^12.8.0",
|
|
47
|
-
"chalk": "^5.6.2",
|
|
48
|
-
"chokidar": "^5.0.0",
|
|
49
|
-
"commander": "^14.0.3",
|
|
50
|
-
"cors": "^2.8.6",
|
|
51
|
-
"express": "^5.2.1",
|
|
52
|
-
"gray-matter": "^4.0.3",
|
|
53
|
-
"mammoth": "^1.12.0",
|
|
54
|
-
"multer": "^2.1.1",
|
|
55
|
-
"officeparser": "^6.0.7",
|
|
56
|
-
"open": "^11.0.0",
|
|
57
|
-
"ora": "^9.3.0",
|
|
58
|
-
"sqlite-vec": "^0.1.7",
|
|
59
|
-
"unpdf": "^1.4.0",
|
|
60
|
-
"xlsx": "^0.18.5"
|
|
61
|
-
},
|
|
62
|
-
"optionalDependencies": {
|
|
63
|
-
"b4a": "^1.8.0",
|
|
64
|
-
"hyperswarm": "^4.17.0"
|
|
65
|
-
},
|
|
66
|
-
"devDependencies": {
|
|
67
|
-
"esbuild": "^0.24.0",
|
|
68
|
-
"playwright": "^1.58.2"
|
|
69
|
-
}
|
|
70
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "stellavault",
|
|
3
|
+
"version": "0.5.1",
|
|
4
|
+
"description": "Drop anything. It compiles itself into knowledge. Claude remembers everything you know. Local-first MCP server, vault files never modified.",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/Evanciel/stellavault"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/Evanciel/stellavault",
|
|
10
|
+
"bugs": "https://github.com/Evanciel/stellavault/issues",
|
|
11
|
+
"keywords": ["obsidian", "knowledge-graph", "3d-visualization", "vector-search", "mcp", "fsrs", "ai", "zettelkasten", "claude"],
|
|
12
|
+
"license": "MIT",
|
|
13
|
+
"author": "Evan",
|
|
14
|
+
"type": "module",
|
|
15
|
+
"main": "./dist/stellavault.js",
|
|
16
|
+
"bin": {
|
|
17
|
+
"stellavault": "./dist/stellavault.js",
|
|
18
|
+
"sv": "./dist/stellavault.js"
|
|
19
|
+
},
|
|
20
|
+
"files": [
|
|
21
|
+
"dist/stellavault.js",
|
|
22
|
+
"README.md",
|
|
23
|
+
"LICENSE",
|
|
24
|
+
"SECURITY.md"
|
|
25
|
+
],
|
|
26
|
+
"workspaces": [
|
|
27
|
+
"packages/sync",
|
|
28
|
+
"packages/core",
|
|
29
|
+
"packages/cli",
|
|
30
|
+
"packages/graph"
|
|
31
|
+
],
|
|
32
|
+
"scripts": {
|
|
33
|
+
"build": "npm run build --workspaces --if-present && npm run bundle",
|
|
34
|
+
"bundle": "node scripts/bundle-cli.mjs",
|
|
35
|
+
"test": "npm run test --workspaces --if-present",
|
|
36
|
+
"sync": "npm run sync --workspace=@stellavault/sync",
|
|
37
|
+
"dev:core": "npm run dev --workspace=@stellavault/core"
|
|
38
|
+
},
|
|
39
|
+
"engines": {
|
|
40
|
+
"node": ">=20.0.0"
|
|
41
|
+
},
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"@anthropic-ai/sdk": "^0.82.0",
|
|
44
|
+
"@modelcontextprotocol/sdk": "^1.28.0",
|
|
45
|
+
"@xenova/transformers": "^2.17.2",
|
|
46
|
+
"better-sqlite3": "^12.8.0",
|
|
47
|
+
"chalk": "^5.6.2",
|
|
48
|
+
"chokidar": "^5.0.0",
|
|
49
|
+
"commander": "^14.0.3",
|
|
50
|
+
"cors": "^2.8.6",
|
|
51
|
+
"express": "^5.2.1",
|
|
52
|
+
"gray-matter": "^4.0.3",
|
|
53
|
+
"mammoth": "^1.12.0",
|
|
54
|
+
"multer": "^2.1.1",
|
|
55
|
+
"officeparser": "^6.0.7",
|
|
56
|
+
"open": "^11.0.0",
|
|
57
|
+
"ora": "^9.3.0",
|
|
58
|
+
"sqlite-vec": "^0.1.7",
|
|
59
|
+
"unpdf": "^1.4.0",
|
|
60
|
+
"xlsx": "^0.18.5"
|
|
61
|
+
},
|
|
62
|
+
"optionalDependencies": {
|
|
63
|
+
"b4a": "^1.8.0",
|
|
64
|
+
"hyperswarm": "^4.17.0"
|
|
65
|
+
},
|
|
66
|
+
"devDependencies": {
|
|
67
|
+
"esbuild": "^0.24.0",
|
|
68
|
+
"playwright": "^1.58.2"
|
|
69
|
+
}
|
|
70
|
+
}
|