Skip to content

Commit 84af93e

Browse files
authored
chore: release v4.2.2 (#213)
1 parent f1ea1bb commit 84af93e

File tree

71 files changed

+90
-80
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+90
-80
lines changed

.claude-plugin/marketplace.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "awesome-slash",
33
"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.1",
4+
"version": "4.2.2",
55
"owner": {
66
"name": "Avi Fenesh",
77
"url": "https://github.com/avifenesh"
@@ -26,84 +26,84 @@
2626
"name": "next-task",
2727
"source": "./plugins/next-task",
2828
"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.1",
29+
"version": "4.2.2",
3030
"category": "productivity"
3131
},
3232
{
3333
"name": "ship",
3434
"source": "./plugins/ship",
3535
"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.1",
36+
"version": "4.2.2",
3737
"category": "deployment"
3838
},
3939
{
4040
"name": "deslop",
4141
"source": "./plugins/deslop",
4242
"description": "3-phase AI slop detection: regex patterns (HIGH), multi-pass analyzers (MEDIUM), CLI tools (LOW)",
43-
"version": "4.2.1",
43+
"version": "4.2.2",
4444
"category": "development"
4545
},
4646
{
4747
"name": "audit-project",
4848
"source": "./plugins/audit-project",
4949
"description": "Multi-agent iterative code review until zero issues remain",
50-
"version": "4.2.1",
50+
"version": "4.2.2",
5151
"category": "development"
5252
},
5353
{
5454
"name": "drift-detect",
5555
"source": "./plugins/drift-detect",
5656
"description": "Deep repository analysis to realign project plans with code reality - detects drift, gaps, and creates prioritized reconstruction plans",
57-
"version": "4.2.1",
57+
"version": "4.2.2",
5858
"category": "productivity"
5959
},
6060
{
6161
"name": "enhance",
6262
"source": "./plugins/enhance",
6363
"description": "Master enhancement orchestrator: parallel analyzer execution for plugins, agents, docs, CLAUDE.md, and prompts with unified reporting",
64-
"version": "4.2.1",
64+
"version": "4.2.2",
6565
"category": "development"
6666
},
6767
{
6868
"name": "sync-docs",
6969
"source": "./plugins/sync-docs",
7070
"description": "Standalone documentation sync: find outdated refs, update CHANGELOG, flag stale examples based on code changes",
71-
"version": "4.2.1",
71+
"version": "4.2.2",
7272
"category": "development"
7373
},
7474
{
7575
"name": "repo-map",
7676
"source": "./plugins/repo-map",
7777
"description": "AST-based repository map generation using ast-grep with incremental updates for faster drift analysis",
78-
"version": "4.2.1",
78+
"version": "4.2.2",
7979
"category": "development"
8080
},
8181
{
8282
"name": "perf",
8383
"source": "./plugins/perf",
8484
"description": "Rigorous performance investigation workflow with baselines, profiling, hypotheses, and evidence-backed decisions",
85-
"version": "4.2.1",
85+
"version": "4.2.2",
8686
"category": "development"
8787
},
8888
{
8989
"name": "learn",
9090
"source": "./plugins/learn",
9191
"description": "Research topics online and create comprehensive learning guides with RAG-optimized indexes",
92-
"version": "4.2.1",
92+
"version": "4.2.2",
9393
"category": "productivity"
9494
},
9595
{
9696
"name": "agnix",
9797
"source": "./plugins/agnix",
9898
"description": "Lint agent configuration files (SKILL.md, CLAUDE.md, hooks, MCP) against 155 rules across 10+ AI tools",
99-
"version": "4.2.1",
99+
"version": "4.2.2",
100100
"category": "development"
101101
},
102102
{
103103
"name": "consult",
104104
"source": "./plugins/consult",
105105
"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.1",
106+
"version": "4.2.2",
107107
"category": "productivity"
108108
}
109109
]

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "awesome-slash",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"description": "Professional-grade slash commands for Claude Code with cross-platform support",
55
"keywords": [
66
"workflow",

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414

1515
## [Unreleased]
1616

17+
## [4.2.2] - 2026-02-12
18+
19+
### Fixed
20+
- Added missing frontmatter descriptions to 3 command reference files (`audit-project-agents`, `ship-ci-review-loop`, `ship-deployment`) that caused Codex adapter skills to install with empty descriptions
21+
- Added build-time validation in `gen-adapters.js` to error on empty Codex skill descriptions
22+
- Added install-time guard in `bin/cli.js` to skip skills with missing descriptions
23+
1724
## [4.2.1] - 2026-02-11
1825

1926
### Fixed

adapters/opencode/skills/agnix/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
name: agnix
44
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.1
5+
version: 4.2.2
66
argument-hint: "[path] [--fix] [--strict] [--target=claude-code|cursor|codex]"
77
---
88

adapters/opencode/skills/consult/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
name: consult
44
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.1
5+
version: 4.2.2
66
argument-hint: "[question] [--tool] [--effort] [--model] [--context] [--continue]"
77
---
88

adapters/opencode/skills/deslop/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
name: deslop
44
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.1
5+
version: 4.2.2
66
argument-hint: "[report|apply] [--scope=all|diff|path] [--thoroughness=quick|normal|deep]"
77
---
88

adapters/opencode/skills/discover-tasks/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
name: discover-tasks
44
description: "Use when discovering and prioritizing tasks from configured sources. Handles GitHub, GitLab, local files, and custom sources."
5-
version: 4.2.1
5+
version: 4.2.2
66
---
77

88
# discover-tasks

adapters/opencode/skills/drift-analysis/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
name: drift-analysis
44
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.1
5+
version: 4.2.2
66
---
77

88
# Drift Analysis

adapters/opencode/skills/enhance-agent-prompts/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
name: enhance-agent-prompts
44
description: "Use when improving agent prompts, frontmatter, and tool restrictions."
5-
version: 4.2.1
5+
version: 4.2.2
66
argument-hint: "[path] [--fix] [--verbose]"
77
---
88

adapters/opencode/skills/enhance-claude-memory/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
name: enhance-claude-memory
44
description: "Use when improving CLAUDE.md or AGENTS.md project memory files."
5-
version: 4.2.1
5+
version: 4.2.2
66
---
77

88
> **OpenCode Note**: Invoke agents using `@agent-name` syntax.

0 commit comments

Comments
 (0)