We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8dab43 + 631ea5d commit 31d38b0Copy full SHA for 31d38b0
1 file changed
vscode-extension/package.json
@@ -3,6 +3,27 @@
3
"displayName": "CCPM - Context-Centric Project Manager",
4
"description": "VSCode extension for Context-Centric Project Management with AI-powered workflow automation",
5
"version": "0.1.0",
6
+ "author": "johnproblems (https://github.com/johnproblems)",
7
+ "publisher": "formaltask",
8
+ "license": "MIT",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/johnproblems/formaltask.git"
12
+ },
13
+ "bugs": {
14
+ "url": "https://github.com/johnproblems/formaltask/issues"
15
16
+ "homepage": "https://github.com/johnproblems/formaltask#readme",
17
+ "keywords": [
18
+ "vscode",
19
+ "extension",
20
+ "project-management",
21
+ "ai",
22
+ "claude",
23
+ "workflow",
24
+ "automation",
25
+ "task-management"
26
+ ],
27
"engines": {
28
"vscode": "^1.85.0"
29
},
0 commit comments