|
14 | 14 | "name": "codeforge-lsp", |
15 | 15 | "description": "LSP servers for CodeForge (Python, TypeScript, Go)", |
16 | 16 | "version": "1.0.0", |
17 | | - "source": "codeforge-lsp", |
| 17 | + "source": "./plugins/codeforge-lsp", |
18 | 18 | "category": "development", |
19 | 19 | "keywords": ["lsp", "python", "typescript", "go"] |
20 | 20 | }, |
21 | 21 | { |
22 | 22 | "name": "ticket-workflow", |
23 | 23 | "description": "EARS-based ticket workflow with GitHub integration", |
24 | 24 | "version": "1.0.0", |
25 | | - "source": "ticket-workflow", |
| 25 | + "source": "./plugins/ticket-workflow", |
26 | 26 | "category": "workflow", |
27 | 27 | "keywords": ["tickets", "github", "workflow", "ears", "issues", "pr"] |
28 | 28 | }, |
29 | 29 | { |
30 | 30 | "name": "notify-hook", |
31 | 31 | "description": "Desktop notifications and audio chime when Claude finishes responding", |
32 | 32 | "version": "1.0.0", |
33 | | - "source": "notify-hook", |
| 33 | + "source": "./plugins/notify-hook", |
34 | 34 | "category": "productivity", |
35 | 35 | "keywords": ["notifications", "desktop", "audio"] |
36 | 36 | }, |
37 | 37 | { |
38 | 38 | "name": "dangerous-command-blocker", |
39 | 39 | "description": "Blocks dangerous bash commands (rm -rf, sudo rm, chmod 777, force push)", |
40 | 40 | "version": "1.0.0", |
41 | | - "source": "dangerous-command-blocker", |
| 41 | + "source": "./plugins/dangerous-command-blocker", |
42 | 42 | "category": "safety", |
43 | 43 | "keywords": ["safety", "bash", "blocker"] |
44 | 44 | }, |
45 | 45 | { |
46 | 46 | "name": "protected-files-guard", |
47 | 47 | "description": "Blocks modifications to .env, lock files, .git/, and credentials", |
48 | 48 | "version": "1.0.0", |
49 | | - "source": "protected-files-guard", |
| 49 | + "source": "./plugins/protected-files-guard", |
50 | 50 | "category": "safety", |
51 | 51 | "keywords": ["safety", "secrets", "env", "lockfiles"] |
52 | 52 | }, |
53 | 53 | { |
54 | 54 | "name": "agent-system", |
55 | 55 | "description": "17 custom agents with built-in agent redirection, CWD injection, and read-only bash enforcement", |
56 | 56 | "version": "1.0.0", |
57 | | - "source": "agent-system", |
| 57 | + "source": "./plugins/agent-system", |
58 | 58 | "category": "development", |
59 | 59 | "keywords": ["agents", "subagents", "redirection"] |
60 | 60 | }, |
61 | 61 | { |
62 | 62 | "name": "skill-engine", |
63 | 63 | "description": "21 coding knowledge packs with auto-suggestion for frameworks, tools, and patterns", |
64 | 64 | "version": "1.0.0", |
65 | | - "source": "skill-engine", |
| 65 | + "source": "./plugins/skill-engine", |
66 | 66 | "category": "development", |
67 | 67 | "keywords": ["skills", "knowledge", "auto-suggestion"] |
68 | 68 | }, |
69 | 69 | { |
70 | 70 | "name": "spec-workflow", |
71 | 71 | "description": "Specification lifecycle management: creation, refinement, building, reviewing, updating, and auditing", |
72 | 72 | "version": "1.0.0", |
73 | | - "source": "spec-workflow", |
| 73 | + "source": "./plugins/spec-workflow", |
74 | 74 | "category": "workflow", |
75 | 75 | "keywords": ["specifications", "lifecycle", "ears"] |
76 | 76 | }, |
77 | 77 | { |
78 | 78 | "name": "session-context", |
79 | 79 | "description": "Session lifecycle hooks: git state injection, TODO harvesting, and commit reminders", |
80 | 80 | "version": "1.0.0", |
81 | | - "source": "session-context", |
| 81 | + "source": "./plugins/session-context", |
82 | 82 | "category": "development", |
83 | 83 | "keywords": ["session", "git", "todos", "commits"] |
84 | 84 | }, |
85 | 85 | { |
86 | 86 | "name": "auto-code-quality", |
87 | 87 | "description": "Self-contained code quality: auto-format + auto-lint edited files (Ruff/Black, Biome, gofmt, shfmt, dprint, rustfmt, Pyright, ShellCheck, go vet, hadolint, clippy)", |
88 | 88 | "version": "1.0.0", |
89 | | - "source": "auto-code-quality", |
| 89 | + "source": "./plugins/auto-code-quality", |
90 | 90 | "category": "development", |
91 | 91 | "keywords": ["formatting", "linting", "syntax", "quality"] |
92 | 92 | }, |
93 | 93 | { |
94 | 94 | "name": "workspace-scope-guard", |
95 | 95 | "description": "Enforces working directory scope — blocks writes and warns on reads outside the project", |
96 | 96 | "version": "1.0.0", |
97 | | - "source": "workspace-scope-guard", |
| 97 | + "source": "./plugins/workspace-scope-guard", |
98 | 98 | "category": "safety", |
99 | 99 | "keywords": ["safety", "scope", "workspace"] |
100 | 100 | } |
|
0 commit comments