tracerkit 1.17.6 → 1.18.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 +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -51,10 +51,11 @@ tracerkit uninstall . # remove project-scoped skills
51
51
  Inside Claude Code, run:
52
52
 
53
53
  ```
54
- /plugin install tk@claude-plugins-official
54
+ /plugin marketplace add helderberto/tracerkit
55
+ /plugin install tk@tracerkit-marketplace
55
56
  ```
56
57
 
57
- Run `/reload-plugins` if needed. Skills are available immediately, no build step, no config.
58
+ Skills are available immediately, no build step, no config.
58
59
 
59
60
  </details>
60
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tracerkit",
3
- "version": "1.17.6",
3
+ "version": "1.18.1",
4
4
  "description": "Spec-driven workflow for AI coding agents — PRD → plan → verify. Pure Markdown skills, zero runtime deps.",
5
5
  "license": "MIT",
6
6
  "author": {