-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
35 lines (35 loc) · 1 KB
/
Copy pathplugin.json
File metadata and controls
35 lines (35 loc) · 1 KB
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": "catpilot",
"description": "CatPilot assistant for GitHub Copilot: SMART tasks with an Eisenhower Matrix, journaling, milestones, memos, learning/cert tracking, growth/review-prep, project status, and pomodoro focus timers (file-based, Obsidian-friendly).",
"version": "0.5.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",
"pomodoro",
"smart-goals",
"eisenhower-matrix",
"prioritization"
],
"tags": [
"personal-assistant",
"note-taking",
"knowledge-os"
],
"agents": ["agents/"],
"skills": ["skills/"]
}