-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
31 lines (31 loc) · 874 Bytes
/
Copy pathplugin.json
File metadata and controls
31 lines (31 loc) · 874 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
{
"name": "catpilot",
"description": "CatPilot assistant for GitHub Copilot: tasks, journaling, milestones, memos, learning/cert tracking, growth/review-prep, and project status (file-based, Obsidian-friendly).",
"version": "0.2.0",
"author": {
"name": "Albert Tanure",
"url": "https://github.com/tanure"
},
"homepage": "https://github.com/tanure/cat-copilot",
"repository": "https://github.com/tanure/cat-copilot",
"license": "MIT",
"category": "productivity",
"keywords": [
"tasks",
"journal",
"notes",
"knowledge-base",
"obsidian",
"productivity",
"second-brain",
"learning",
"growth"
],
"tags": [
"personal-assistant",
"note-taking",
"knowledge-os"
],
"agents": ["agents/"],
"skills": ["skills/"]
}