Files
Eric Zakariasson 2b8ae2ee30 feat(grok-voice): add Grok Voice plugin (add-voice, add-dictation, add-read-aloud, debug-voice) (#337)
Also set author to Eric Zakariasson on cli-for-agent, cursor-team-kit, and continual-learning.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-08 07:59:49 -07:00

30 lines
768 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": "Eric Zakariasson"
},
"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"
}