|
24 | 24 | "plugins": [ |
25 | 25 | { |
26 | 26 | "name": "next-task", |
27 | | - "source": "https://github.com/agent-sh/next-task", |
| 27 | + "source": {"source": "url", "url": "https://github.com/agent-sh/next-task.git"}, |
28 | 28 | "description": "Master workflow orchestrator: autonomous workflow with model optimization (opus/sonnet/haiku), two-file state management, workflow enforcement gates, 14 specialist agents", |
29 | 29 | "version": "1.0.0", |
30 | 30 | "category": "productivity", |
31 | | - "requires": ["deslop", "sync-docs", "ship"], |
32 | | - "core": ">=1.0.0" |
| 31 | + "homepage": "https://github.com/agent-sh/next-task" |
33 | 32 | }, |
34 | 33 | { |
35 | 34 | "name": "ship", |
36 | | - "source": "https://github.com/agent-sh/ship", |
| 35 | + "source": {"source": "url", "url": "https://github.com/agent-sh/ship.git"}, |
37 | 36 | "description": "Complete PR workflow: commit to production, skips review when called from next-task, removes task from registry on cleanup, automatic rollback", |
38 | 37 | "version": "1.0.0", |
39 | 38 | "category": "deployment", |
40 | | - "requires": ["next-task"], |
41 | | - "core": ">=1.0.0" |
| 39 | + "homepage": "https://github.com/agent-sh/ship" |
42 | 40 | }, |
43 | 41 | { |
44 | 42 | "name": "deslop", |
45 | | - "source": "https://github.com/agent-sh/deslop", |
| 43 | + "source": {"source": "url", "url": "https://github.com/agent-sh/deslop.git"}, |
46 | 44 | "description": "3-phase AI slop detection: regex patterns (HIGH), multi-pass analyzers (MEDIUM), CLI tools (LOW)", |
47 | 45 | "version": "1.0.0", |
48 | 46 | "category": "development", |
49 | | - "requires": ["next-task"], |
50 | | - "core": ">=1.0.0" |
| 47 | + "homepage": "https://github.com/agent-sh/deslop" |
51 | 48 | }, |
52 | 49 | { |
53 | 50 | "name": "audit-project", |
54 | | - "source": "https://github.com/agent-sh/audit-project", |
| 51 | + "source": {"source": "url", "url": "https://github.com/agent-sh/audit-project.git"}, |
55 | 52 | "description": "Multi-agent iterative code review until zero issues remain", |
56 | 53 | "version": "1.0.0", |
57 | 54 | "category": "development", |
58 | | - "requires": [], |
59 | | - "core": ">=1.0.0" |
| 55 | + "homepage": "https://github.com/agent-sh/audit-project" |
60 | 56 | }, |
61 | 57 | { |
62 | 58 | "name": "drift-detect", |
63 | | - "source": "https://github.com/agent-sh/drift-detect", |
| 59 | + "source": {"source": "url", "url": "https://github.com/agent-sh/drift-detect.git"}, |
64 | 60 | "description": "Deep repository analysis to realign project plans with code reality - detects drift, gaps, and creates prioritized reconstruction plans", |
65 | 61 | "version": "1.0.0", |
66 | 62 | "category": "productivity", |
67 | | - "requires": [], |
68 | | - "core": ">=1.0.0" |
| 63 | + "homepage": "https://github.com/agent-sh/drift-detect" |
69 | 64 | }, |
70 | 65 | { |
71 | 66 | "name": "enhance", |
72 | | - "source": "https://github.com/agent-sh/enhance", |
| 67 | + "source": {"source": "url", "url": "https://github.com/agent-sh/enhance.git"}, |
73 | 68 | "description": "Master enhancement orchestrator: parallel analyzer execution for plugins, agents, docs, CLAUDE.md, and prompts with unified reporting", |
74 | 69 | "version": "1.0.0", |
75 | 70 | "category": "development", |
76 | | - "requires": [], |
77 | | - "core": ">=1.0.0" |
| 71 | + "homepage": "https://github.com/agent-sh/enhance" |
78 | 72 | }, |
79 | 73 | { |
80 | 74 | "name": "sync-docs", |
81 | | - "source": "https://github.com/agent-sh/sync-docs", |
| 75 | + "source": {"source": "url", "url": "https://github.com/agent-sh/sync-docs.git"}, |
82 | 76 | "description": "Standalone documentation sync: find outdated refs, update CHANGELOG, flag stale examples based on code changes", |
83 | 77 | "version": "1.0.0", |
84 | 78 | "category": "development", |
85 | | - "requires": ["next-task"], |
86 | | - "core": ">=1.0.0" |
| 79 | + "homepage": "https://github.com/agent-sh/sync-docs" |
87 | 80 | }, |
88 | 81 | { |
89 | 82 | "name": "repo-map", |
90 | | - "source": "https://github.com/agent-sh/repo-map", |
| 83 | + "source": {"source": "url", "url": "https://github.com/agent-sh/repo-map.git"}, |
91 | 84 | "description": "AST-based repository map generation using ast-grep with incremental updates for faster drift analysis", |
92 | 85 | "version": "1.0.0", |
93 | 86 | "category": "development", |
94 | | - "requires": [], |
95 | | - "core": ">=1.0.0" |
| 87 | + "homepage": "https://github.com/agent-sh/repo-map" |
96 | 88 | }, |
97 | 89 | { |
98 | 90 | "name": "perf", |
99 | | - "source": "https://github.com/agent-sh/perf", |
| 91 | + "source": {"source": "url", "url": "https://github.com/agent-sh/perf.git"}, |
100 | 92 | "description": "Rigorous performance investigation workflow with baselines, profiling, hypotheses, and evidence-backed decisions", |
101 | 93 | "version": "1.0.0", |
102 | 94 | "category": "development", |
103 | | - "requires": [], |
104 | | - "core": ">=1.0.0" |
| 95 | + "homepage": "https://github.com/agent-sh/perf" |
105 | 96 | }, |
106 | 97 | { |
107 | 98 | "name": "learn", |
108 | | - "source": "https://github.com/agent-sh/learn", |
| 99 | + "source": {"source": "url", "url": "https://github.com/agent-sh/learn.git"}, |
109 | 100 | "description": "Research topics online and create comprehensive learning guides with RAG-optimized indexes", |
110 | 101 | "version": "1.0.0", |
111 | 102 | "category": "productivity", |
112 | | - "requires": ["enhance"], |
113 | | - "core": ">=1.0.0" |
| 103 | + "homepage": "https://github.com/agent-sh/learn" |
114 | 104 | }, |
115 | 105 | { |
116 | 106 | "name": "agnix", |
117 | | - "source": "https://github.com/agent-sh/agnix", |
| 107 | + "source": {"source": "url", "url": "https://github.com/agent-sh/agnix.git"}, |
118 | 108 | "description": "Lint agent configuration files (SKILL.md, CLAUDE.md, hooks, MCP) against 155 rules across 10+ AI tools", |
119 | 109 | "version": "1.0.0", |
120 | 110 | "category": "development", |
121 | | - "requires": [], |
122 | | - "core": ">=1.0.0" |
| 111 | + "homepage": "https://github.com/agent-sh/agnix" |
123 | 112 | }, |
124 | 113 | { |
125 | 114 | "name": "consult", |
126 | | - "source": "https://github.com/agent-sh/consult", |
| 115 | + "source": {"source": "url", "url": "https://github.com/agent-sh/consult.git"}, |
127 | 116 | "description": "Cross-tool AI consultation: get second opinions from Gemini CLI, Codex CLI, Claude Code, OpenCode, or Copilot CLI with model and thinking effort control", |
128 | 117 | "version": "1.0.0", |
129 | 118 | "category": "productivity", |
130 | | - "requires": [], |
131 | | - "core": ">=1.0.0" |
| 119 | + "homepage": "https://github.com/agent-sh/consult" |
132 | 120 | }, |
133 | 121 | { |
134 | 122 | "name": "debate", |
135 | | - "source": "https://github.com/agent-sh/debate", |
| 123 | + "source": {"source": "url", "url": "https://github.com/agent-sh/debate.git"}, |
136 | 124 | "description": "Structured multi-round debate between AI tools with proposer/challenger roles and verdict", |
137 | 125 | "version": "1.0.0", |
138 | 126 | "category": "productivity", |
139 | | - "requires": [], |
140 | | - "core": ">=1.0.0" |
| 127 | + "homepage": "https://github.com/agent-sh/debate" |
141 | 128 | }, |
142 | 129 | { |
143 | 130 | "name": "web-ctl", |
144 | | - "source": "https://github.com/agent-sh/web-ctl", |
145 | | - "description": "Browser automation and web testing toolkit for AI agents — headless browser control, persistent sessions, auth handoff, and prompt injection defense", |
| 131 | + "source": {"source": "url", "url": "https://github.com/agent-sh/web-ctl.git"}, |
| 132 | + "description": "Browser automation and web testing toolkit for AI agents - headless browser control, persistent sessions, auth handoff, and prompt injection defense", |
146 | 133 | "version": "1.0.0", |
147 | 134 | "category": "automation", |
148 | | - "requires": [], |
149 | | - "core": ">=1.0.0" |
| 135 | + "homepage": "https://github.com/agent-sh/web-ctl" |
150 | 136 | } |
151 | 137 | ] |
152 | 138 | } |
0 commit comments