diff --git a/README.md b/README.md index 0a1f556..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.2) +├── 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.2 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 17aee20..8327341 100644 --- a/templates/.ocs-version +++ b/templates/.ocs-version @@ -1,3 +1,5 @@ +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 1.3.0: Smarter agents — Phase 1/2 system, cumulative levels, no-commit rule, dynamic knowledge base