Skip to content
Merged

Dev #26

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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 2 additions & 0 deletions templates/.ocs-version
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading