awesome-slash 3.7.2-rc.8 → 3.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +11 -27
- package/.claude-plugin/plugin.json +1 -1
- package/AGENTS.md +0 -1
- package/CHANGELOG.md +26 -0
- package/adapters/codex/install.sh +0 -30
- package/adapters/opencode/install.sh +0 -59
- package/package.json +1 -1
- package/plugins/audit-project/.claude-plugin/plugin.json +1 -1
- package/plugins/deslop/.claude-plugin/plugin.json +1 -1
- package/plugins/drift-detect/.claude-plugin/plugin.json +1 -1
- package/plugins/drift-detect/skills/drift-analysis/SKILL.md +2 -2
- package/plugins/enhance/.claude-plugin/plugin.json +1 -1
- package/plugins/next-task/.claude-plugin/plugin.json +1 -1
- package/plugins/perf/.claude-plugin/plugin.json +1 -1
- package/plugins/repo-map/.claude-plugin/plugin.json +1 -1
- package/plugins/ship/.claude-plugin/plugin.json +1 -1
- package/plugins/sync-docs/.claude-plugin/plugin.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "awesome-slash",
|
|
3
3
|
"description": "9 specialized plugins for AI workflow automation - task orchestration, PR workflow, slop detection, code review, drift detection, enhancement analysis, documentation sync, repo mapping, and perf investigations",
|
|
4
|
-
"version": "3.7.2
|
|
4
|
+
"version": "3.7.2",
|
|
5
5
|
"owner": {
|
|
6
6
|
"name": "Avi Fenesh",
|
|
7
7
|
"url": "https://github.com/avifenesh"
|
|
@@ -26,80 +26,64 @@
|
|
|
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": "3.7.2
|
|
29
|
+
"version": "3.7.2",
|
|
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": "3.7.2
|
|
36
|
+
"version": "3.7.2",
|
|
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": "3.7.2
|
|
43
|
+
"version": "3.7.2",
|
|
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": "3.7.2
|
|
50
|
+
"version": "3.7.2",
|
|
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": "3.7.2
|
|
57
|
+
"version": "3.7.2",
|
|
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": "3.7.2
|
|
64
|
+
"version": "3.7.2",
|
|
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": "3.7.2
|
|
71
|
+
"version": "3.7.2",
|
|
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": "3.7.2
|
|
78
|
+
"version": "3.7.2",
|
|
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": "3.7.2
|
|
85
|
+
"version": "3.7.2",
|
|
86
86
|
"category": "development"
|
|
87
87
|
}
|
|
88
|
-
]
|
|
89
|
-
"mcpServer": {
|
|
90
|
-
"name": "awesome-slash",
|
|
91
|
-
"source": "./mcp-server",
|
|
92
|
-
"description": "Cross-platform MCP server with 3-phase slop detection pipeline and enhance analyzers",
|
|
93
|
-
"tools": [
|
|
94
|
-
"workflow_status",
|
|
95
|
-
"workflow_start",
|
|
96
|
-
"workflow_resume",
|
|
97
|
-
"workflow_abort",
|
|
98
|
-
"task_discover",
|
|
99
|
-
"review_code",
|
|
100
|
-
"slop_detect",
|
|
101
|
-
"enhance_analyze",
|
|
102
|
-
"repo_map"
|
|
103
|
-
]
|
|
104
|
-
}
|
|
88
|
+
]
|
|
105
89
|
}
|
package/AGENTS.md
CHANGED
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
- New command → `checklists/new-command.md`
|
|
29
29
|
- New agent → `checklists/new-agent.md`
|
|
30
30
|
- New lib module → `checklists/new-lib-module.md`
|
|
31
|
-
- MCP server update → `checklists/update-mcp.md`
|
|
32
31
|
- OpenCode plugin update → `checklists/update-opencode-plugin.md`
|
|
33
32
|
- Repo map changes → `checklists/repo-map.md`
|
|
34
33
|
*WHY: Multi-file changes have hidden dependencies. Checklists prevent missed updates.*
|
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [3.7.2] - 2026-02-01
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
- **OpenCode Compatibility** - Comprehensive fixes for OpenCode integration
|
|
14
|
+
- Fixed subagent invocation documentation (@ mention syntax, not Task tool)
|
|
15
|
+
- Fixed code block transformation for all blocks (with/without language identifier)
|
|
16
|
+
- Fixed plugin prefix stripping in agent references
|
|
17
|
+
- Fixed skill name format (drift-analysis lowercase-hyphenated)
|
|
18
|
+
- Fixed skill installation location documentation (~/.opencode/skills/)
|
|
19
|
+
- Removed stale MCP server references from all documentation
|
|
20
|
+
- Removed MCP configuration from adapter install scripts
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
- **Documentation Updates**
|
|
24
|
+
- Updated OPENCODE-REFERENCE.md with correct paths and installation details
|
|
25
|
+
- Updated ARCHITECTURE.md to remove MCP server section
|
|
26
|
+
- Updated CROSS_PLATFORM.md with OpenCode agent/skill locations
|
|
27
|
+
- Updated release checklist to remove MCP version references
|
|
28
|
+
- Removed update-mcp.md checklist reference from CLAUDE.md and AGENTS.md
|
|
29
|
+
|
|
30
|
+
### Removed
|
|
31
|
+
- **MCP Server Cleanup** - Removed all references to deleted MCP server
|
|
32
|
+
- marketplace.json mcpServer section removed
|
|
33
|
+
- adapter install.sh MCP configuration sections removed
|
|
34
|
+
- .npmignore mcp-server exclusions removed
|
|
35
|
+
|
|
10
36
|
## [3.7.2-rc.4] - 2026-02-01
|
|
11
37
|
|
|
12
38
|
### Fixed
|
|
@@ -181,36 +181,6 @@ fi
|
|
|
181
181
|
|
|
182
182
|
echo
|
|
183
183
|
|
|
184
|
-
# Configure MCP server
|
|
185
|
-
echo "[MCP] Configuring MCP server..."
|
|
186
|
-
CONFIG_TOML="$CODEX_CONFIG_DIR/config.toml"
|
|
187
|
-
|
|
188
|
-
# Convert repo path to forward slashes for config
|
|
189
|
-
MCP_PATH="${REPO_ROOT//\\//}"
|
|
190
|
-
|
|
191
|
-
# Check if config.toml exists and has MCP section
|
|
192
|
-
if [ -f "$CONFIG_TOML" ]; then
|
|
193
|
-
# Remove old awesome-slash MCP config if exists
|
|
194
|
-
if grep -q "\[mcp_servers.awesome-slash\]" "$CONFIG_TOML" 2>/dev/null; then
|
|
195
|
-
# Use sed to remove the old section (everything between [mcp_servers.awesome-slash] and next section or EOF)
|
|
196
|
-
sed -i '/\[mcp_servers.awesome-slash\]/,/^\[/{ /^\[mcp_servers.awesome-slash\]/d; /^\[/!d; }' "$CONFIG_TOML" 2>/dev/null || true
|
|
197
|
-
fi
|
|
198
|
-
fi
|
|
199
|
-
|
|
200
|
-
# Append MCP server config
|
|
201
|
-
cat >> "$CONFIG_TOML" << EOF
|
|
202
|
-
|
|
203
|
-
[mcp_servers.awesome-slash]
|
|
204
|
-
command = "node"
|
|
205
|
-
args = ["${MCP_PATH}/mcp-server/index.js"]
|
|
206
|
-
|
|
207
|
-
[mcp_servers.awesome-slash.env]
|
|
208
|
-
PLUGIN_ROOT = "${MCP_PATH}"
|
|
209
|
-
EOF
|
|
210
|
-
|
|
211
|
-
echo " [OK] Added MCP server to config.toml"
|
|
212
|
-
echo
|
|
213
|
-
|
|
214
184
|
# Create README
|
|
215
185
|
cat > "$CODEX_CONFIG_DIR/AWESOME_SLASH_README.md" << 'EOF'
|
|
216
186
|
# awesome-slash for Codex CLI
|
|
@@ -139,65 +139,6 @@ chmod +x "$OPENCODE_COMMANDS_DIR/env.sh"
|
|
|
139
139
|
echo " [OK] Created environment setup script"
|
|
140
140
|
echo
|
|
141
141
|
|
|
142
|
-
# Configure MCP server
|
|
143
|
-
echo "[MCP] Configuring MCP server..."
|
|
144
|
-
OPENCODE_GLOBAL_CONFIG_DIR="${HOME}/.config/opencode"
|
|
145
|
-
CONFIG_JSON="$OPENCODE_GLOBAL_CONFIG_DIR/opencode.json"
|
|
146
|
-
|
|
147
|
-
# Convert repo path to forward slashes for config
|
|
148
|
-
MCP_PATH="${REPO_ROOT//\\//}"
|
|
149
|
-
|
|
150
|
-
# Ensure config directory exists
|
|
151
|
-
mkdir -p "$OPENCODE_GLOBAL_CONFIG_DIR"
|
|
152
|
-
|
|
153
|
-
# Create or update opencode.json with MCP config
|
|
154
|
-
if [ -f "$CONFIG_JSON" ]; then
|
|
155
|
-
# Check if we have jq for proper JSON manipulation
|
|
156
|
-
if command -v jq &> /dev/null; then
|
|
157
|
-
# Update existing config with jq
|
|
158
|
-
jq --arg path "$MCP_PATH" '.mcp["awesome-slash"] = {
|
|
159
|
-
"type": "local",
|
|
160
|
-
"command": ["node", ($path + "/mcp-server/index.js")],
|
|
161
|
-
"environment": {"PLUGIN_ROOT": $path},
|
|
162
|
-
"enabled": true
|
|
163
|
-
}' "$CONFIG_JSON" > "$CONFIG_JSON.tmp" && mv "$CONFIG_JSON.tmp" "$CONFIG_JSON"
|
|
164
|
-
else
|
|
165
|
-
# Fallback: Use node to update JSON
|
|
166
|
-
node -e "
|
|
167
|
-
const fs = require('fs');
|
|
168
|
-
const config = JSON.parse(fs.readFileSync('$CONFIG_JSON', 'utf8'));
|
|
169
|
-
config.mcp = config.mcp || {};
|
|
170
|
-
config.mcp['awesome-slash'] = {
|
|
171
|
-
type: 'local',
|
|
172
|
-
command: ['node', '$MCP_PATH/mcp-server/index.js'],
|
|
173
|
-
environment: { PLUGIN_ROOT: '$MCP_PATH' },
|
|
174
|
-
enabled: true
|
|
175
|
-
};
|
|
176
|
-
fs.writeFileSync('$CONFIG_JSON', JSON.stringify(config, null, 2));
|
|
177
|
-
"
|
|
178
|
-
fi
|
|
179
|
-
else
|
|
180
|
-
# Create new config
|
|
181
|
-
cat > "$CONFIG_JSON" << EOF
|
|
182
|
-
{
|
|
183
|
-
"mcp": {
|
|
184
|
-
"awesome-slash": {
|
|
185
|
-
"type": "local",
|
|
186
|
-
"command": ["node", "${MCP_PATH}/mcp-server/index.js"],
|
|
187
|
-
"environment": {
|
|
188
|
-
"PLUGIN_ROOT": "${MCP_PATH}"
|
|
189
|
-
},
|
|
190
|
-
"enabled": true
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
|
-
"\$schema": "https://opencode.ai/config.json"
|
|
194
|
-
}
|
|
195
|
-
EOF
|
|
196
|
-
fi
|
|
197
|
-
|
|
198
|
-
echo " [OK] Added MCP server to opencode.json"
|
|
199
|
-
echo
|
|
200
|
-
|
|
201
142
|
# Install native OpenCode plugin (auto-thinking, workflow enforcement, compaction)
|
|
202
143
|
echo "[PLUGIN] Installing native plugin..."
|
|
203
144
|
PLUGIN_DIR="${OPENCODE_CONFIG_DIR}/plugins/awesome-slash"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "awesome-slash",
|
|
3
|
-
"version": "3.7.2
|
|
3
|
+
"version": "3.7.2",
|
|
4
4
|
"description": "9 specialized plugins for AI workflow automation (drift detection + AST repo maps) - works with Claude Code, OpenCode, and Codex CLI",
|
|
5
5
|
"main": "lib/platform/detect-platform.js",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "drift-detect",
|
|
3
|
-
"version": "3.7.2
|
|
3
|
+
"version": "3.7.2",
|
|
4
4
|
"description": "Deep repository analysis to realign project plans with actual code reality - discovers drift, gaps, and produces prioritized reconstruction plans",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Avi Fenesh",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: drift-analysis
|
|
3
3
|
description: This skill should be used when the user asks about "plan drift", "reality check", "comparing docs to code", "project state analysis", "roadmap alignment", "implementation gaps", or needs guidance on identifying discrepancies between documented plans and actual implementation state.
|
|
4
4
|
version: 2.0.0
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
#
|
|
7
|
+
# Drift Analysis
|
|
8
8
|
|
|
9
9
|
Knowledge and patterns for analyzing project state, detecting plan drift, and creating prioritized reconstruction plans.
|
|
10
10
|
|