Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "ops",
"description": "Business operations command center for Claude Code — 59 skills, 21 agents, smart background daemon. Manage communications (WhatsApp/Email/Slack/Telegram), projects, infrastructure (AWS), revenue (Stripe+RevenueCat), e-commerce, marketing, monitoring (Datadog/New Relic/OTEL), voice, and smart home (Homey Pro). Includes /ops:ops-ar A&R (audio analysis + demo verdict cards), /gtm go-to-market planner, /ops:projects portfolio dashboard, /ops:ops-home control surface, and YOLO autonomous mode with 4 parallel C-suite agents.",
"source": "./claude-ops",
"version": "2.37.0",
"version": "2.36.5",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Publish a version higher than 2.37.0

For users who already installed the prior 2.37.0 release, this marketplace version makes the new release semver-older than what is cached. I checked the repo’s version resolution paths: claude-ops/scripts/ops-daemon-manager.sh sorts installed cache dirs with sort -V and takes tail -1, and the recap/notifier launchers use the same highest-version pattern, so a cache containing both 2.37.0 and this 2.36.5 will keep resolving the stale 2.37.0 tree and miss the ops-yolo release. The same downgrade is in plugin.json/package.json; this should be renumbered above 2.37.0 before publishing.

Useful? React with 👍 / 👎.

"category": "productivity",
"keywords": [
"ops",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

**Business Operating System for Claude Code**

![Version](https://img.shields.io/badge/version-2.37.0-blue)
![Version](https://img.shields.io/badge/version-2.36.5-blue)
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-Plugin-blueviolet.svg)
![Skills](https://img.shields.io/badge/skills-59-success)
Expand Down
2 changes: 1 addition & 1 deletion claude-ops/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ops",
"version": "2.37.0",
"version": "2.36.5",
"description": "Business operations command center for Claude Code — 59 skills, 21 agents, and a smart background daemon that manage communications (WhatsApp/Email/Slack/Telegram), projects, infrastructure (all AWS services), revenue (Stripe + RevenueCat), e-commerce (Shopify), marketing (Klaviyo/Meta/GA4/GSC), monitoring (Datadog/New Relic/OTEL), and voice (Bland AI/ElevenLabs/Whisper). Includes /ops:ops-ar A&R (audio analysis + demo verdict cards), /gtm go-to-market planner, /ops:projects portfolio dashboard, YOLO mode for autonomous operation with 4 parallel C-suite agents, /ops:ops-home smart home control via Homey Pro, /ops:ops-unifi UniFi network control (Site Manager + Network + Protect APIs), and /ops:ops-feature-dev overlay for the feature-dev companion plugin.",
"author": {
"name": "Lifecycle Innovations Limited",
Expand Down
6 changes: 6 additions & 0 deletions claude-ops/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.36.5] - 2026-06-28

### Changed
ops-yolo: always consolidate the four C-suite analyses into one master executive-summary.md per run (TL;DR, consensus action, cross-cutting themes, prioritized auto/confirm action list); per-officer files become supporting detail.


## [2.37.0] - 2026-06-28

### Changed
Expand Down
2 changes: 1 addition & 1 deletion claude-ops/docs/agents-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

_All 21 agents that power claude-ops — scanners, fixers, C-suite analysts, and the daemon brain_

[![version](https://img.shields.io/badge/version-2.37.0-blue)](../CHANGELOG.md)
[![version](https://img.shields.io/badge/version-2.36.5-blue)](../CHANGELOG.md)
[![agents](https://img.shields.io/badge/agents-21-8b5cf6)](.)
[![sonnet](https://img.shields.io/badge/model-sonnet--4--6-6366f1)](.)
[![opus](https://img.shields.io/badge/model-opus--4--6-ef4444)](.)
Expand Down
2 changes: 1 addition & 1 deletion claude-ops/docs/skills-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

_All 59 skills available in claude-ops — your business operations command surface (v2.0 added `/ops:deploy-fix`, `/ops:recap`, `/ops:rotate`, `/ops:rotate-setup`; v2.0.6 added `/ops:credentials`; v2.0.8 added multi-workspace Slack; feature-dev overlay via `/ops:ops-feature-dev`)_

[![version](https://img.shields.io/badge/version-2.37.0-blue)](../CHANGELOG.md)
[![version](https://img.shields.io/badge/version-2.36.5-blue)](../CHANGELOG.md)
[![skills](https://img.shields.io/badge/skills-59-8b5cf6)](.)
[![license](https://img.shields.io/badge/license-MIT-22c55e)](../LICENSE)
[![platform](https://img.shields.io/badge/platform-macOS%20%7C%20Linux-f59e0b)](.)
Expand Down
2 changes: 1 addition & 1 deletion claude-ops/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "claude-ops-bin",
"version": "2.37.0",
"version": "2.36.5",
"private": true,
"description": "Runtime dependencies for claude-ops bin scripts (ops-telegram-autolink.mjs, ops-slack-autolink.mjs). Installed separately from telegram-server/ so the .mjs scripts resolve modules from claude-ops/node_modules regardless of invocation cwd.",
"type": "module",
Expand Down
Loading