Remove cursor target and add plugin metadata

This commit is contained in:
ericzakariasson
2026-02-13 12:14:48 -05:00
parent b42163f1c0
commit e469ab0cc0
12 changed files with 93 additions and 906 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "coding-tutor",
"displayName": "Coding Tutor",
"version": "1.2.1",
"description": "Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes",
"author": {
"name": "Nityesh Agarwal"
},
"homepage": "https://github.com/EveryInc/compound-engineering-plugin",
"repository": "https://github.com/EveryInc/compound-engineering-plugin",
"license": "MIT",
"keywords": [
"cursor",
"plugin",
"coding",
"programming",
"tutorial",
"learning",
"spaced-repetition"
]
}