Skip to content

Commit 1ecbee9

Browse files
committed
release: v2.36.3
1 parent 5028d53 commit 1ecbee9

7 files changed

Lines changed: 12 additions & 6 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"name": "ops",
1212
"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.",
1313
"source": "./claude-ops",
14-
"version": "2.36.2",
14+
"version": "2.36.3",
1515
"category": "productivity",
1616
"keywords": [
1717
"ops",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Business Operating System for Claude Code**
66

7-
![Version](https://img.shields.io/badge/version-2.36.2-blue)
7+
![Version](https://img.shields.io/badge/version-2.36.3-blue)
88
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
99
![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-Plugin-blueviolet.svg)
1010
![Skills](https://img.shields.io/badge/skills-59-success)

claude-ops/.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": "ops",
3-
"version": "2.36.2",
3+
"version": "2.36.3",
44
"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.",
55
"author": {
66
"name": "Lifecycle Innovations Limited",

claude-ops/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.36.3] - 2026-06-28
4+
5+
### Changed
6+
Fixed: claude-ops-daemon.service now loads the gog file-keyring env via EnvironmentFile (mcp-secrets.env), so memory-extractor can decrypt Gmail OAuth tokens and collect email. Resolves silent "gog returned no data — nothing to extract" skips on headless Linux installs (#636).
7+
8+
39
## [2.36.2] - 2026-06-24
410

511
### Changed

claude-ops/docs/agents-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
[![version](https://img.shields.io/badge/version-2.36.2-blue)](../CHANGELOG.md)
7+
[![version](https://img.shields.io/badge/version-2.36.3-blue)](../CHANGELOG.md)
88
[![agents](https://img.shields.io/badge/agents-21-8b5cf6)](.)
99
[![sonnet](https://img.shields.io/badge/model-sonnet--4--6-6366f1)](.)
1010
[![opus](https://img.shields.io/badge/model-opus--4--6-ef4444)](.)

claude-ops/docs/skills-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
_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`)_
66

7-
[![version](https://img.shields.io/badge/version-2.36.2-blue)](../CHANGELOG.md)
7+
[![version](https://img.shields.io/badge/version-2.36.3-blue)](../CHANGELOG.md)
88
[![skills](https://img.shields.io/badge/skills-59-8b5cf6)](.)
99
[![license](https://img.shields.io/badge/license-MIT-22c55e)](../LICENSE)
1010
[![platform](https://img.shields.io/badge/platform-macOS%20%7C%20Linux-f59e0b)](.)

claude-ops/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-ops-bin",
3-
"version": "2.36.2",
3+
"version": "2.36.3",
44
"private": true,
55
"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.",
66
"type": "module",

0 commit comments

Comments
 (0)