diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 6e10027..45012cc 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "okr", - "version": "1.3.1", + "version": "1.3.2", "description": "Expert OKR guidance for Norwegian public sector. Write, review, cascade, track and govern OKR based on Google/Doerr methodology adapted for 4-month tertial cycles.", "author": { "name": "Kjell Tore Guttormsen" diff --git a/CLAUDE.md b/CLAUDE.md index fd2b775..1a58339 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,4 +1,4 @@ -# OKR Offentlig Sektor v1.3.0 +# OKR Offentlig Sektor v1.3.2 Expert OKR guidance for Norwegian public sector. Google/Doerr methodology adapted for 4-month tertial cycles. @@ -36,7 +36,6 @@ Expert OKR guidance for Norwegian public sector. Google/Doerr methodology adapte | SessionStart | command | Proactive coaching based on cycle position and OKR status | | UserPromptSubmit | command | Inject org profile (expanded YAML), current cycle, `.claude/okr/` summary, and archived cycle count | | PreCompact | prompt | Preserve OKR draft state during compaction | -| Stop | prompt | Remind user to save OKR work to tracking system | ## Skill diff --git a/README.md b/README.md index 8f80a3d..590fcdf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ *AI-generated: all code produced by Claude Code through dialog-driven development. [Full disclosure →](../../README.md#ai-generated-code-disclosure)* -![Version](https://img.shields.io/badge/version-1.3.1-blue) +![Version](https://img.shields.io/badge/version-1.3.2-blue) ![Platform](https://img.shields.io/badge/platform-Claude_Code_Plugin-purple) ![Agents](https://img.shields.io/badge/agents-7-orange) ![Commands](https://img.shields.io/badge/commands-10-blue) diff --git a/hooks/hooks.json b/hooks/hooks.json index 47b7eb4..1f3f314 100644 --- a/hooks/hooks.json +++ b/hooks/hooks.json @@ -31,16 +31,6 @@ } ] } - ], - "Stop": [ - { - "hooks": [ - { - "type": "prompt", - "prompt": "If OKR work occurred this session (new OKR written, scored, cascaded, or reviewed), generate a brief 2-3 bullet reminder of what was accomplished and what should be saved to the tracking system (Oboard/Linear). Skip this entirely if no OKR work occurred." - } - ] - } ] } } diff --git a/skills/okr-offentlig-sektor/SKILL.md b/skills/okr-offentlig-sektor/SKILL.md index b98ef7d..5b67185 100644 --- a/skills/okr-offentlig-sektor/SKILL.md +++ b/skills/okr-offentlig-sektor/SKILL.md @@ -2,7 +2,7 @@ name: okr-offentlig-sektor description: >- OKR (Objectives and Key Results) for Norwegian public sector: writing OKR, reviewing OKR quality, cascading OKR from strategy to team, tracking progress, running OKR meetings, translating tildelingsbrev to OKR. Also CFR, OKR antipatterns, scoring, Oboard. Triggers on: "OKR", "skriv OKR", "vurder OKR", "OKR-scoring", "kaskadere OKR", "tildelingsbrev til OKR", "OKR for offentlig sektor". -version: "1.3.1" +version: "1.3.2" --- # OKR Skill for Offentlig Sektor (Norge)