|
1 | 1 | { |
2 | 2 | "name": "awesome-slash", |
3 | 3 | "description": "8 specialized plugins for AI workflow automation - task orchestration, PR workflow, slop detection, code review, drift detection, enhancement analysis, documentation sync, and repo mapping", |
4 | | - "version": "3.1.0", |
| 4 | + "version": "3.2.0-rc.1", |
5 | 5 | "owner": { |
6 | 6 | "name": "Avi Fenesh", |
7 | 7 | "url": "https://github.com/avifenesh" |
|
13 | 13 | "name": "next-task", |
14 | 14 | "source": "./plugins/next-task", |
15 | 15 | "description": "Master workflow orchestrator: autonomous workflow with model optimization (opus/sonnet/haiku), two-file state management, workflow enforcement gates, 14 specialist agents", |
16 | | - "version": "3.1.0", |
| 16 | + "version": "3.2.0-rc.1", |
17 | 17 | "category": "productivity" |
18 | 18 | }, |
19 | 19 | { |
20 | 20 | "name": "ship", |
21 | 21 | "source": "./plugins/ship", |
22 | 22 | "description": "Complete PR workflow: commit to production, skips review when called from next-task, removes task from registry on cleanup, automatic rollback", |
23 | | - "version": "3.1.0", |
| 23 | + "version": "3.2.0-rc.1", |
24 | 24 | "category": "deployment" |
25 | 25 | }, |
26 | 26 | { |
27 | 27 | "name": "deslop", |
28 | 28 | "source": "./plugins/deslop", |
29 | 29 | "description": "3-phase AI slop detection: regex patterns (HIGH), multi-pass analyzers (MEDIUM), CLI tools (LOW)", |
30 | | - "version": "3.1.0", |
| 30 | + "version": "3.2.0-rc.1", |
31 | 31 | "category": "development" |
32 | 32 | }, |
33 | 33 | { |
34 | 34 | "name": "audit-project", |
35 | 35 | "source": "./plugins/audit-project", |
36 | 36 | "description": "Multi-agent iterative code review until zero issues remain", |
37 | | - "version": "3.1.0", |
| 37 | + "version": "3.2.0-rc.1", |
38 | 38 | "category": "development" |
39 | 39 | }, |
40 | 40 | { |
41 | 41 | "name": "drift-detect", |
42 | 42 | "source": "./plugins/drift-detect", |
43 | 43 | "description": "Deep repository analysis to realign project plans with code reality - detects drift, gaps, and creates prioritized reconstruction plans", |
44 | | - "version": "3.1.0", |
| 44 | + "version": "3.2.0-rc.1", |
45 | 45 | "category": "productivity" |
46 | 46 | }, |
47 | 47 | { |
48 | 48 | "name": "enhance", |
49 | 49 | "source": "./plugins/enhance", |
50 | 50 | "description": "Master enhancement orchestrator: parallel analyzer execution for plugins, agents, docs, CLAUDE.md, and prompts with unified reporting", |
51 | | - "version": "3.1.0", |
| 51 | + "version": "3.2.0-rc.1", |
52 | 52 | "category": "development" |
53 | 53 | }, |
54 | 54 | { |
55 | 55 | "name": "sync-docs", |
56 | 56 | "source": "./plugins/sync-docs", |
57 | 57 | "description": "Standalone documentation sync: find outdated refs, update CHANGELOG, flag stale examples based on code changes", |
58 | | - "version": "3.1.0", |
| 58 | + "version": "3.2.0-rc.1", |
59 | 59 | "category": "development" |
60 | 60 | }, |
61 | 61 | { |
62 | 62 | "name": "repo-map", |
63 | 63 | "source": "./plugins/repo-map", |
64 | 64 | "description": "AST-based repository map generation using ast-grep with incremental updates for faster drift analysis", |
65 | | - "version": "3.1.0", |
| 65 | + "version": "3.2.0-rc.1", |
66 | 66 | "category": "development" |
67 | 67 | } |
68 | 68 | ], |
|
0 commit comments