tracerkit 1.9.0 → 1.9.1

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,6 +32,12 @@ npx tracerkit init
32
32
 
33
33
  Skills are installed globally to `~/.claude/skills/`, available in every project. No per-project setup needed.
34
34
 
35
+ To replace all existing skills with the latest versions:
36
+
37
+ ```bash
38
+ npx tracerkit init --force
39
+ ```
40
+
35
41
  ### Workflow
36
42
 
37
43
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tracerkit",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "Spec-driven workflow for Claude Code: replace ad-hoc prompts with PRD → plan → verify.",
5
5
  "license": "MIT",
6
6
  "author": {