@contextium/cli 0.7.5 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contextium/cli",
3
- "version": "0.7.5",
3
+ "version": "1.0.0",
4
4
  "description": "Command-line tool for managing Contextium documentation, agents, skills, and workflows — pipe context to AI coding assistants",
5
5
  "keywords": [
6
6
  "contextium",
@@ -66,8 +66,7 @@ Show output for each.
66
66
  After updating, clear the ium update cache so the statusline indicator disappears:
67
67
 
68
68
  ```bash
69
- CLAUDE_CACHE="${CLAUDE_CONFIG_DIR:-$HOME/.claude}/cache"
70
- rm -f "$CLAUDE_CACHE/ium-update-check.json"
69
+ rm -f "$HOME/.claude/cache/ium-update-check.json"
71
70
  ```
72
71
  </step>
73
72