package.json json
17 lines 505 B
Raw
sha256:e3574dcaff08ff0d4a7d80b81c9d7c720727f3aa6e4e062e39224019e2f761c9 Initial seed: CLI-first Knowtation with SKILL.md, vault, and docs Agent 136 days ago
1 {
2 "name": "knowtation",
3 "version": "0.1.0",
4 "description": "Knowtation — personal knowledge and content system (know + notation). CLI and vault for multi-agent use.",
5 "type": "module",
6 "main": "cli/index.mjs",
7 "bin": {
8 "knowtation": "cli/index.mjs"
9 },
10 "scripts": {
11 "start": "node cli/index.mjs",
12 "search": "node cli/index.mjs search",
13 "index": "node scripts/index-vault.mjs"
14 },
15 "keywords": ["knowledge-base", "obsidian", "cli", "agents", "rag"],
16 "license": "MIT"
17 }
File History 1 commit
sha256:e3574dcaff08ff0d4a7d80b81c9d7c720727f3aa6e4e062e39224019e2f761c9 Initial seed: CLI-first Knowtation with SKILL.md, vault, and docs Agent 136 days ago