-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (30 loc) · 793 Bytes
/
plugin.json
File metadata and controls
30 lines (30 loc) · 793 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
{
"name": "continual-learning",
"displayName": "Continual Learning",
"version": "1.0.0",
"description": "Incrementally learns durable user preferences and workspace facts from transcript changes and keeps AGENTS.md up to date with plain bullet points.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/avatar.png",
"keywords": [
"continual-learning",
"agent-memory",
"transcripts",
"hooks",
"incremental"
],
"category": "developer-tools",
"tags": [
"automation",
"memory",
"transcripts"
],
"agents": "./agents/",
"skills": "./skills/",
"hooks": "./hooks/hooks.json"
}