|
1 | 1 | { |
2 | 2 | "name": "awesome-slash", |
3 | 3 | "description": "12 specialized plugins for AI workflow automation - task orchestration, PR workflow, slop detection, code review, drift detection, enhancement analysis, documentation sync, repo mapping, perf investigations, topic research, agent config linting, and cross-tool AI consultation", |
4 | | - "version": "4.2.0", |
| 4 | + "version": "4.2.1", |
5 | 5 | "owner": { |
6 | 6 | "name": "Avi Fenesh", |
7 | 7 | "url": "https://github.com/avifenesh" |
|
26 | 26 | "name": "next-task", |
27 | 27 | "source": "./plugins/next-task", |
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 | | - "version": "4.2.0", |
| 29 | + "version": "4.2.1", |
30 | 30 | "category": "productivity" |
31 | 31 | }, |
32 | 32 | { |
33 | 33 | "name": "ship", |
34 | 34 | "source": "./plugins/ship", |
35 | 35 | "description": "Complete PR workflow: commit to production, skips review when called from next-task, removes task from registry on cleanup, automatic rollback", |
36 | | - "version": "4.2.0", |
| 36 | + "version": "4.2.1", |
37 | 37 | "category": "deployment" |
38 | 38 | }, |
39 | 39 | { |
40 | 40 | "name": "deslop", |
41 | 41 | "source": "./plugins/deslop", |
42 | 42 | "description": "3-phase AI slop detection: regex patterns (HIGH), multi-pass analyzers (MEDIUM), CLI tools (LOW)", |
43 | | - "version": "4.2.0", |
| 43 | + "version": "4.2.1", |
44 | 44 | "category": "development" |
45 | 45 | }, |
46 | 46 | { |
47 | 47 | "name": "audit-project", |
48 | 48 | "source": "./plugins/audit-project", |
49 | 49 | "description": "Multi-agent iterative code review until zero issues remain", |
50 | | - "version": "4.2.0", |
| 50 | + "version": "4.2.1", |
51 | 51 | "category": "development" |
52 | 52 | }, |
53 | 53 | { |
54 | 54 | "name": "drift-detect", |
55 | 55 | "source": "./plugins/drift-detect", |
56 | 56 | "description": "Deep repository analysis to realign project plans with code reality - detects drift, gaps, and creates prioritized reconstruction plans", |
57 | | - "version": "4.2.0", |
| 57 | + "version": "4.2.1", |
58 | 58 | "category": "productivity" |
59 | 59 | }, |
60 | 60 | { |
61 | 61 | "name": "enhance", |
62 | 62 | "source": "./plugins/enhance", |
63 | 63 | "description": "Master enhancement orchestrator: parallel analyzer execution for plugins, agents, docs, CLAUDE.md, and prompts with unified reporting", |
64 | | - "version": "4.2.0", |
| 64 | + "version": "4.2.1", |
65 | 65 | "category": "development" |
66 | 66 | }, |
67 | 67 | { |
68 | 68 | "name": "sync-docs", |
69 | 69 | "source": "./plugins/sync-docs", |
70 | 70 | "description": "Standalone documentation sync: find outdated refs, update CHANGELOG, flag stale examples based on code changes", |
71 | | - "version": "4.2.0", |
| 71 | + "version": "4.2.1", |
72 | 72 | "category": "development" |
73 | 73 | }, |
74 | 74 | { |
75 | 75 | "name": "repo-map", |
76 | 76 | "source": "./plugins/repo-map", |
77 | 77 | "description": "AST-based repository map generation using ast-grep with incremental updates for faster drift analysis", |
78 | | - "version": "4.2.0", |
| 78 | + "version": "4.2.1", |
79 | 79 | "category": "development" |
80 | 80 | }, |
81 | 81 | { |
82 | 82 | "name": "perf", |
83 | 83 | "source": "./plugins/perf", |
84 | 84 | "description": "Rigorous performance investigation workflow with baselines, profiling, hypotheses, and evidence-backed decisions", |
85 | | - "version": "4.2.0", |
| 85 | + "version": "4.2.1", |
86 | 86 | "category": "development" |
87 | 87 | }, |
88 | 88 | { |
89 | 89 | "name": "learn", |
90 | 90 | "source": "./plugins/learn", |
91 | 91 | "description": "Research topics online and create comprehensive learning guides with RAG-optimized indexes", |
92 | | - "version": "4.2.0", |
| 92 | + "version": "4.2.1", |
93 | 93 | "category": "productivity" |
94 | 94 | }, |
95 | 95 | { |
96 | 96 | "name": "agnix", |
97 | 97 | "source": "./plugins/agnix", |
98 | 98 | "description": "Lint agent configuration files (SKILL.md, CLAUDE.md, hooks, MCP) against 155 rules across 10+ AI tools", |
99 | | - "version": "4.2.0", |
| 99 | + "version": "4.2.1", |
100 | 100 | "category": "development" |
101 | 101 | }, |
102 | 102 | { |
103 | 103 | "name": "consult", |
104 | 104 | "source": "./plugins/consult", |
105 | 105 | "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", |
106 | | - "version": "4.2.0", |
| 106 | + "version": "4.2.1", |
107 | 107 | "category": "productivity" |
108 | 108 | } |
109 | 109 | ] |
|
0 commit comments