awesome-slash 4.2.0 → 4.2.1
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 +13 -13
- package/.claude-plugin/plugin.json +1 -1
- package/AGENTS.md +1 -1
- package/CHANGELOG.md +6 -6
- package/README.md +0 -14
- package/adapters/opencode/skills/agnix/SKILL.md +1 -1
- package/adapters/opencode/skills/consult/SKILL.md +1 -1
- package/adapters/opencode/skills/deslop/SKILL.md +1 -1
- package/adapters/opencode/skills/discover-tasks/SKILL.md +1 -1
- package/adapters/opencode/skills/drift-analysis/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-agent-prompts/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-claude-memory/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-cross-file/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-docs/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-hooks/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-orchestrator/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-plugins/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-prompts/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-skills/SKILL.md +1 -1
- package/adapters/opencode/skills/learn/SKILL.md +1 -1
- package/adapters/opencode/skills/perf-analyzer/SKILL.md +1 -1
- package/adapters/opencode/skills/perf-baseline-manager/SKILL.md +1 -1
- package/adapters/opencode/skills/perf-benchmarker/SKILL.md +1 -1
- package/adapters/opencode/skills/perf-code-paths/SKILL.md +1 -1
- package/adapters/opencode/skills/perf-investigation-logger/SKILL.md +1 -1
- package/adapters/opencode/skills/perf-profiler/SKILL.md +1 -1
- package/adapters/opencode/skills/perf-theory-gatherer/SKILL.md +1 -1
- package/adapters/opencode/skills/perf-theory-tester/SKILL.md +1 -1
- package/adapters/opencode/skills/sync-docs/SKILL.md +1 -1
- package/adapters/opencode/skills/validate-delivery/SKILL.md +1 -1
- package/lib/package.json +0 -3
- package/package.json +1 -1
- package/plugins/agnix/.claude-plugin/plugin.json +1 -1
- package/plugins/agnix/skills/agnix/SKILL.md +1 -1
- package/plugins/audit-project/.claude-plugin/plugin.json +1 -1
- package/plugins/consult/.claude-plugin/plugin.json +1 -1
- package/plugins/consult/skills/consult/SKILL.md +1 -1
- package/plugins/deslop/.claude-plugin/plugin.json +1 -1
- package/plugins/deslop/skills/deslop/SKILL.md +1 -1
- package/plugins/drift-detect/.claude-plugin/plugin.json +1 -1
- package/plugins/drift-detect/skills/drift-analysis/SKILL.md +1 -1
- package/plugins/enhance/.claude-plugin/plugin.json +1 -1
- package/plugins/enhance/skills/enhance-agent-prompts/SKILL.md +1 -1
- package/plugins/enhance/skills/enhance-claude-memory/SKILL.md +1 -1
- package/plugins/enhance/skills/enhance-cross-file/SKILL.md +1 -1
- package/plugins/enhance/skills/enhance-docs/SKILL.md +1 -1
- package/plugins/enhance/skills/enhance-hooks/SKILL.md +1 -1
- package/plugins/enhance/skills/enhance-orchestrator/SKILL.md +1 -1
- package/plugins/enhance/skills/enhance-plugins/SKILL.md +1 -1
- package/plugins/enhance/skills/enhance-prompts/SKILL.md +1 -1
- package/plugins/enhance/skills/enhance-skills/SKILL.md +1 -1
- package/plugins/learn/.claude-plugin/plugin.json +1 -1
- package/plugins/learn/skills/learn/SKILL.md +1 -1
- package/plugins/next-task/.claude-plugin/plugin.json +1 -1
- package/plugins/next-task/skills/discover-tasks/SKILL.md +1 -1
- package/plugins/next-task/skills/validate-delivery/SKILL.md +1 -1
- package/plugins/perf/.claude-plugin/plugin.json +1 -1
- package/plugins/perf/skills/perf-analyzer/SKILL.md +1 -1
- package/plugins/perf/skills/perf-baseline-manager/SKILL.md +1 -1
- package/plugins/perf/skills/perf-benchmarker/SKILL.md +1 -1
- package/plugins/perf/skills/perf-code-paths/SKILL.md +1 -1
- package/plugins/perf/skills/perf-investigation-logger/SKILL.md +1 -1
- package/plugins/perf/skills/perf-profiler/SKILL.md +1 -1
- package/plugins/perf/skills/perf-theory-gatherer/SKILL.md +1 -1
- package/plugins/perf/skills/perf-theory-tester/SKILL.md +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
- package/plugins/sync-docs/skills/sync-docs/SKILL.md +1 -1
- package/scripts/generate-docs.js +1 -1
- package/scripts/preflight.js +1 -2
- package/scripts/stamp-version.js +0 -5
- package/site/content.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
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.
|
|
4
|
+
"version": "4.2.1",
|
|
5
5
|
"owner": {
|
|
6
6
|
"name": "Avi Fenesh",
|
|
7
7
|
"url": "https://github.com/avifenesh"
|
|
@@ -26,84 +26,84 @@
|
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
106
|
+
"version": "4.2.1",
|
|
107
107
|
"category": "productivity"
|
|
108
108
|
}
|
|
109
109
|
]
|
package/AGENTS.md
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
|
|
76
76
|
<!-- GEN:START:claude-architecture -->
|
|
77
77
|
```
|
|
78
|
-
lib/ → Shared library (
|
|
78
|
+
lib/ → Shared library (vendored to plugins)
|
|
79
79
|
plugins/ → 12 plugins, 41 agents (31 file-based + 10 role-based), 27 skills
|
|
80
80
|
adapters/ → Platform adapters (opencode-plugin/, opencode/, codex/)
|
|
81
81
|
checklists/ → Action checklists (9 files)
|
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
14
14
|
|
|
15
15
|
## [Unreleased]
|
|
16
16
|
|
|
17
|
+
## [4.2.1] - 2026-02-11
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
- Removed unused `@awesome-slash/lib` publish job from release workflow
|
|
21
|
+
- Cleaned up all references to lib as a standalone npm package (docs, scripts, tests, configs)
|
|
22
|
+
|
|
17
23
|
## [4.2.0] - 2026-02-11
|
|
18
24
|
|
|
19
25
|
### Added
|
|
@@ -42,12 +48,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
42
48
|
- Enhanced `lib/discovery` with YAML array parsing and frontmatter in `discoverAgents()`/`discoverSkills()`
|
|
43
49
|
- Integrated into preflight as `gap:docs-freshness` check for new-agent, new-skill, new-command, and release checklists
|
|
44
50
|
- 34 tests for the generation system, 7 new discovery tests
|
|
45
|
-
- **@awesome-slash/lib npm package** - Published shared library as standalone npm package
|
|
46
|
-
- Enables external projects to use awesome-slash utilities via `require('@awesome-slash/lib')`
|
|
47
|
-
- Zero dependencies, CommonJS, Node.js >= 18
|
|
48
|
-
- npm workspaces link lib/ for local development
|
|
49
|
-
- Plugins remain self-contained (vendored lib/ copies) for Claude Code marketplace compatibility
|
|
50
|
-
- Version stamping, consistency validation, and CI publishing all updated
|
|
51
51
|
- **Preflight command** - Unified change-aware checklist enforcement (`npm run preflight`, `preflight --all`, `preflight --release`, `preflight --json`)
|
|
52
52
|
- Detects changed files and runs only relevant checklist validators
|
|
53
53
|
- Includes 7 existing validators + 7 new gap checks (CHANGELOG, labels, codex triggers, lib exports, lib sync, test existence, staged files)
|
package/README.md
CHANGED
|
@@ -819,20 +819,6 @@ awesome-slash --development # Dev mode (bypasses marketplace)
|
|
|
819
819
|
|
|
820
820
|
[Full installation guide →](./docs/INSTALLATION.md)
|
|
821
821
|
|
|
822
|
-
### Using the Core Library
|
|
823
|
-
|
|
824
|
-
The shared library is published as `@awesome-slash/lib` for direct use:
|
|
825
|
-
|
|
826
|
-
```bash
|
|
827
|
-
npm install @awesome-slash/lib
|
|
828
|
-
```
|
|
829
|
-
|
|
830
|
-
```javascript
|
|
831
|
-
const { platform, patterns, state, sources, xplat } = require('@awesome-slash/lib');
|
|
832
|
-
```
|
|
833
|
-
|
|
834
|
-
Zero dependencies, CommonJS, Node.js >= 18.
|
|
835
|
-
|
|
836
822
|
---
|
|
837
823
|
|
|
838
824
|
## Requirements
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
---
|
|
3
3
|
name: agnix
|
|
4
4
|
description: "Use when user asks to 'lint agent configs', 'validate skills', 'check CLAUDE.md', 'validate hooks', 'lint MCP'. Validates agent configuration files against 155 rules across 10+ AI tools."
|
|
5
|
-
version: 4.2.
|
|
5
|
+
version: 4.2.1
|
|
6
6
|
argument-hint: "[path] [--fix] [--strict] [--target=claude-code|cursor|codex]"
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
---
|
|
3
3
|
name: consult
|
|
4
4
|
description: "Cross-tool AI consultation. Use when user asks to 'consult gemini', 'ask codex', 'get second opinion', 'cross-check with claude', 'consult another AI', 'ask opencode', 'copilot opinion', or wants a second opinion from a different AI tool."
|
|
5
|
-
version: 4.2.
|
|
5
|
+
version: 4.2.1
|
|
6
6
|
argument-hint: "[question] [--tool] [--effort] [--model] [--context] [--continue]"
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
---
|
|
3
3
|
name: deslop
|
|
4
4
|
description: "Use when user wants to clean AI slop from code. Use for cleanup, remove debug statements, find ghost code, repo hygiene."
|
|
5
|
-
version: 4.2.
|
|
5
|
+
version: 4.2.1
|
|
6
6
|
argument-hint: "[report|apply] [--scope=all|diff|path] [--thoroughness=quick|normal|deep]"
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
---
|
|
3
3
|
name: drift-analysis
|
|
4
4
|
description: Use 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.
|
|
5
|
-
version: 4.2.
|
|
5
|
+
version: 4.2.1
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# Drift Analysis
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
---
|
|
3
3
|
name: learn
|
|
4
4
|
description: "Research any topic online and create learning guides. Use when user asks to 'learn about', 'research topic', 'create learning guide', 'build knowledge base', or 'study subject'."
|
|
5
|
-
version: 4.2.
|
|
5
|
+
version: 4.2.1
|
|
6
6
|
argument-hint: "[topic] [--depth=brief|medium|deep]"
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
---
|
|
3
3
|
name: perf-benchmarker
|
|
4
4
|
description: "Use when running performance benchmarks, establishing baselines, or validating regressions with sequential runs. Enforces 60s minimum runs (30s only for binary search) and no parallel benchmarks."
|
|
5
|
-
version: 4.2.
|
|
5
|
+
version: 4.2.1
|
|
6
6
|
argument-hint: "[command] [duration]"
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
---
|
|
3
3
|
name: sync-docs
|
|
4
4
|
description: "Sync documentation with code. Use when user asks to update docs, check docs, fix stale documentation, update changelog, or after code changes."
|
|
5
|
-
version: 4.2.
|
|
5
|
+
version: 4.2.1
|
|
6
6
|
argument-hint: "[report|apply] [--scope=all|recent|before-pr] [--include-undocumented]"
|
|
7
7
|
allowed-tools: Bash(git:*), Read, Grep, Glob
|
|
8
8
|
---
|
package/lib/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "awesome-slash",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"description": "12 specialized plugins for AI workflow automation (drift detection + AST repo maps + topic research + agent config linting) - works with Claude Code, OpenCode, and Codex CLI",
|
|
5
5
|
"main": "lib/platform/detect-platform.js",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: agnix
|
|
3
3
|
description: "Use when user asks to 'lint agent configs', 'validate skills', 'check CLAUDE.md', 'validate hooks', 'lint MCP'. Validates agent configuration files against 155 rules across 10+ AI tools."
|
|
4
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.1
|
|
5
5
|
argument-hint: "[path] [--fix] [--strict] [--target=claude-code|cursor|codex]"
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: consult
|
|
3
3
|
description: "Cross-tool AI consultation. Use when user asks to 'consult gemini', 'ask codex', 'get second opinion', 'cross-check with claude', 'consult another AI', 'ask opencode', 'copilot opinion', or wants a second opinion from a different AI tool."
|
|
4
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.1
|
|
5
5
|
argument-hint: "[question] [--tool] [--effort] [--model] [--context] [--continue]"
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: deslop
|
|
3
3
|
description: "Use when user wants to clean AI slop from code. Use for cleanup, remove debug statements, find ghost code, repo hygiene."
|
|
4
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.1
|
|
5
5
|
argument-hint: "[report|apply] [--scope=all|diff|path] [--thoroughness=quick|normal|deep]"
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "drift-detect",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.1",
|
|
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,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: drift-analysis
|
|
3
3
|
description: Use 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
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.1
|
|
5
5
|
---
|
|
6
6
|
|
|
7
7
|
# Drift Analysis
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: learn
|
|
3
3
|
description: "Research any topic online and create learning guides. Use when user asks to 'learn about', 'research topic', 'create learning guide', 'build knowledge base', or 'study subject'."
|
|
4
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.1
|
|
5
5
|
argument-hint: "[topic] [--depth=brief|medium|deep]"
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: perf-benchmarker
|
|
3
3
|
description: "Use when running performance benchmarks, establishing baselines, or validating regressions with sequential runs. Enforces 60s minimum runs (30s only for binary search) and no parallel benchmarks."
|
|
4
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.1
|
|
5
5
|
argument-hint: "[command] [duration]"
|
|
6
6
|
---
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: sync-docs
|
|
3
3
|
description: "Sync documentation with code. Use when user asks to update docs, check docs, fix stale documentation, update changelog, or after code changes."
|
|
4
|
-
version: 4.2.
|
|
4
|
+
version: 4.2.1
|
|
5
5
|
argument-hint: "[report|apply] [--scope=all|recent|before-pr] [--include-undocumented]"
|
|
6
6
|
allowed-tools: Bash(git:*), Read, Grep, Glob
|
|
7
7
|
---
|
package/scripts/generate-docs.js
CHANGED
|
@@ -229,7 +229,7 @@ function generateArchitectureTable(plugins, agents, skills) {
|
|
|
229
229
|
|
|
230
230
|
const lines = [
|
|
231
231
|
'```',
|
|
232
|
-
'lib/ \u2192 Shared library (
|
|
232
|
+
'lib/ \u2192 Shared library (vendored to plugins)',
|
|
233
233
|
`plugins/ \u2192 ${plugins.length} plugins, ${totalAgents} agents (${fileBasedAgents} file-based + ${ROLE_BASED_AGENT_COUNT} role-based), ${totalSkills} skills`,
|
|
234
234
|
'adapters/ \u2192 Platform adapters (opencode-plugin/, opencode/, codex/)',
|
|
235
235
|
'checklists/ \u2192 Action checklists (9 files)',
|
package/scripts/preflight.js
CHANGED
|
@@ -623,8 +623,7 @@ function checkLibPluginSync(changedFiles, options) {
|
|
|
623
623
|
|
|
624
624
|
collectFilesRecursive(libDir, libDir);
|
|
625
625
|
|
|
626
|
-
// Exclude package.json
|
|
627
|
-
// @awesome-slash/lib package and is intentionally not synced to plugins
|
|
626
|
+
// Exclude package.json - only belongs to lib/ root, not synced to plugins
|
|
628
627
|
delete libFiles['package.json'];
|
|
629
628
|
|
|
630
629
|
// Compare with each plugin's lib/ directory using mtime+size first, hash only on mismatch
|
package/scripts/stamp-version.js
CHANGED
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
* Files stamped:
|
|
15
15
|
* - .claude-plugin/plugin.json
|
|
16
16
|
* - .claude-plugin/marketplace.json (all version occurrences)
|
|
17
|
-
* - lib/package.json
|
|
18
17
|
* - plugins/*\/.claude-plugin/plugin.json (discovered via lib/discovery)
|
|
19
18
|
* - site/content.json (meta.version)
|
|
20
19
|
* - plugins/*\/skills/*\/SKILL.md (version in YAML frontmatter)
|
|
@@ -131,10 +130,6 @@ function stampVersion(rootDir) {
|
|
|
131
130
|
console.log('\nMarketplace:');
|
|
132
131
|
updateMarketplaceJson(path.join(rootDir, '.claude-plugin', 'marketplace.json'), version);
|
|
133
132
|
|
|
134
|
-
// Lib package
|
|
135
|
-
console.log('\nLib package:');
|
|
136
|
-
updateJsonFile(path.join(rootDir, 'lib', 'package.json'), version);
|
|
137
|
-
|
|
138
133
|
// Plugin plugin.json files (discovered from filesystem)
|
|
139
134
|
console.log('\nPlugins:');
|
|
140
135
|
const discovery = require(path.join(rootDir, 'lib', 'discovery'));
|
package/site/content.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"url": "https://avifenesh.github.io/awesome-slash",
|
|
6
6
|
"repo": "https://github.com/avifenesh/awesome-slash",
|
|
7
7
|
"npm": "https://www.npmjs.com/package/awesome-slash",
|
|
8
|
-
"version": "4.2.
|
|
8
|
+
"version": "4.2.1",
|
|
9
9
|
"author": "Avi Fenesh",
|
|
10
10
|
"author_url": "https://github.com/avifenesh"
|
|
11
11
|
},
|