Files
ericzakariasson 4a6072ecb0 Add AGENTS updater subagent to continual-learning
Delegate AGENTS.md merges to a dedicated subagent and disable model invocation for the parent skill so the workflow only runs when explicitly triggered.

Made-with: Cursor
2026-03-12 16:08:31 +01:00

31 lines
793 B
JSON

{
"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"
}