From fd0d966b3d25e77a2266fa55352792f8726fb640 Mon Sep 17 00:00:00 2001 From: Zen0space Date: Thu, 12 Mar 2026 04:33:35 +0800 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20bump=20version=20to=201.3.3=20?= =?UTF-8?q?=E2=80=94=20update=20.ocs-version=20and=20README=20references?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- templates/.ocs-version | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a1f556..bc88487 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ All agents share these rules that cannot be overridden: ``` opencode-skills/ -├── package.json # npm package config (v1.3.2) +├── package.json # npm package config (v1.3.3) ├── bin/cli.js # CLI entry point ├── src/ # Source files │ ├── init.js @@ -392,7 +392,7 @@ Usage: ### Stats showing zeros or MAX LEVEL incorrectly -Make sure you're on v1.3.2 or later: +Make sure you're on v1.3.3 or later: ```bash npx ocs-stats update ``` diff --git a/templates/.ocs-version b/templates/.ocs-version index 17aee20..903e5f4 100644 --- a/templates/.ocs-version +++ b/templates/.ocs-version @@ -1,3 +1,4 @@ +1.3.3: Fix mandatory level-up reset and XP carry-over rule missing from all agents and skills 1.3.2: Fix stats display and smart merge to use correct xp.json field names 1.3.1: Fix version display showing undefined after update check 1.3.0: Smarter agents — Phase 1/2 system, cumulative levels, no-commit rule, dynamic knowledge base From e38a6b13b8ffdf6bbc523761c91f2ceed7954e47 Mon Sep 17 00:00:00 2001 From: Zen0space Date: Thu, 12 Mar 2026 04:34:48 +0800 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20bump=20to=20v1.3.4=20=E2=80=94=20r?= =?UTF-8?q?e-trigger=20npm=20publish=20pipeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- package.json | 2 +- templates/.ocs-version | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc88487..df94abb 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ All agents share these rules that cannot be overridden: ``` opencode-skills/ -├── package.json # npm package config (v1.3.3) +├── package.json # npm package config (v1.3.4) ├── bin/cli.js # CLI entry point ├── src/ # Source files │ ├── init.js @@ -392,7 +392,7 @@ Usage: ### Stats showing zeros or MAX LEVEL incorrectly -Make sure you're on v1.3.3 or later: +Make sure you're on v1.3.4 or later: ```bash npx ocs-stats update ``` diff --git a/package.json b/package.json index f6265d5..0e53711 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ocs-stats", - "version": "1.3.3", + "version": "1.3.4", "description": "OpenCode Skills - One-click installer with gamified XP stats", "type": "module", "bin": { diff --git a/templates/.ocs-version b/templates/.ocs-version index 903e5f4..8327341 100644 --- a/templates/.ocs-version +++ b/templates/.ocs-version @@ -1,3 +1,4 @@ +1.3.4: Re-release to trigger npm publish pipeline 1.3.3: Fix mandatory level-up reset and XP carry-over rule missing from all agents and skills 1.3.2: Fix stats display and smart merge to use correct xp.json field names 1.3.1: Fix version display showing undefined after update check