-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 970 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 970 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "vault-onboarding",
"version": "0.1.3",
"type": "module",
"scripts": {
"render:social-preview": "puppeteer browsers install chrome && node scripts/render-social-preview.ts",
"validate": "bun scripts/validate-structure.ts"
},
"devDependencies": {
"puppeteer": "25.4.0"
},
"puppeteer": {
"skipDownload": true
},
"description": "Bootstrap an agent collaboration system into an Obsidian vault — memory, protocols, task boards, and per-client instruction files via a conversational interview",
"keywords": [
"agent-skills",
"npx-skills",
"ai-agents",
"obsidian",
"obsidian-vault",
"onboarding",
"session-protocol",
"memory-system",
"claude-code",
"claude-skills"
],
"homepage": "https://github.com/aliasunder/vault-onboarding",
"repository": {
"type": "git",
"url": "https://github.com/aliasunder/vault-onboarding.git"
},
"license": "MIT",
"author": "aliasunder"
}