Browse Source

chore: bump to v2.4.12 — ship portless-ops + process-compose-ops + plugin manifest catch-up

Version: 2.4.11 -> 2.4.12

Skills added to .claude-plugin/plugin.json components.skills:
  + skills/portless-ops          (NEW this release)
  + skills/process-compose-ops   (NEW this release)
  + skills/fleet-ops             (committed post-v2.4.11, never registered)
  + skills/summon                (shipped in v2.4.11 README but never registered)

Description count: 71 -> 75 skills.

Aligned all skill-count references:
  - .claude-plugin/plugin.json description: 71 -> 75
  - README intro paragraph: 69 -> 75
  - README count line: 71 -> 75
  - AGENTS.md project overview: 68 -> 75

Recent Updates entry for v2.4.12 covers:
  - portless-ops: wrapping Vercel Labs' portless with our operational
    patterns (static-alias pattern, TLD selection, Windows specifics,
    reset procedure, IOC-scanning installer)
  - process-compose-ops: 6 references + 4 scripts + 5 YAML assets
    derived from production PM2 -> Process Compose migration
  - The plugin manifest catch-up (summon + fleet-ops registration)

Per rules/release-review.md guidance: Recent Updates is for features.
Bug fixes since v2.4.11 (install.sh cross-platform, fleet-ops worktree
fix, fleet-ops 'fleet status' rename) intentionally excluded — they
land in the changelog but not in Recent Updates.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0xDarkMatter 3 weeks ago
parent
commit
cdd3cc4914
3 changed files with 14 additions and 5 deletions
  1. 6 2
      .claude-plugin/plugin.json
  2. 1 1
      AGENTS.md
  3. 7 2
      README.md

+ 6 - 2
.claude-plugin/plugin.json

@@ -1,7 +1,7 @@
 {
   "name": "claude-mods",
-  "version": "2.4.11",
-  "description": "Custom commands, skills, and agents for Claude Code - session continuity, 23 expert agents, 71 skills, 3 commands, 6 rules, 4 hooks, 13 output styles, modern CLI tools",
+  "version": "2.4.12",
+  "description": "Custom commands, skills, and agents for Claude Code - session continuity, 23 expert agents, 75 skills, 3 commands, 6 rules, 4 hooks, 13 output styles, modern CLI tools",
   "author": "0xDarkMatter",
   "repository": "https://github.com/0xDarkMatter/claude-mods",
   "license": "MIT",
@@ -69,6 +69,7 @@
       "skills/explain",
       "skills/file-search",
       "skills/find-replace",
+      "skills/fleet-ops",
       "skills/git-ops",
       "skills/github-ops",
       "skills/go-ops",
@@ -84,7 +85,9 @@
       "skills/monitoring-ops",
       "skills/nginx-ops",
       "skills/perf-ops",
+      "skills/portless-ops",
       "skills/postgres-ops",
+      "skills/process-compose-ops",
       "skills/project-planner",
       "skills/push-gate",
       "skills/python-async-ops",
@@ -109,6 +112,7 @@
       "skills/sql-ops",
       "skills/sqlite-ops",
       "skills/structural-search",
+      "skills/summon",
       "skills/tailwind-ops",
       "skills/task-runner",
       "skills/techdebt",

+ 1 - 1
AGENTS.md

@@ -5,7 +5,7 @@
 This is **claude-mods** - a collection of custom extensions for Claude Code:
 - **23 expert agents** for specialized domains (React, Python, Go, Rust, AWS, git, etc.)
 - **3 commands** for session management (/sync, /save) and experimental features (/canvas)
-- **68 skills** for CLI tools, patterns, workflows, and development tasks
+- **75 skills** for CLI tools, patterns, workflows, and development tasks
 - **13 output styles** for response personality (Vesper, Spartan, Mentor, Executive, Pair, Atlas, Coach, Harbour, Meridian, Noir, Roast, Sage, Scout)
 - **4 hooks** for pre-commit linting, post-edit formatting, dangerous command warnings, and pmail notifications
 - **Pigeon** inter-session messaging (`pigeon send/read/reply`) - SQLite-backed pmail at `~/.claude/pmail.db`

File diff suppressed because it is too large
+ 7 - 2
README.md