tracerkit 1.3.8 → 1.3.10

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/README.md CHANGED
@@ -1,17 +1,13 @@
1
- <div align="center">
1
+ <img src="./tracerkit.png?c=2" alt="TracerKit" width="100%" />
2
2
 
3
- # TracerKit
3
+ <br />
4
+
5
+ <div align="center">
4
6
 
5
7
  [![CI](https://github.com/helderberto/tracerkit/actions/workflows/ci.yml/badge.svg)](https://github.com/helderberto/tracerkit/actions/workflows/ci.yml)
6
8
  [![npm version](https://img.shields.io/npm/v/tracerkit)](https://www.npmjs.com/package/tracerkit)
7
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
10
 
9
- <br />
10
-
11
- <img src="./tracerkit.png" alt="TracerKit" width="640" />
12
-
13
- <br />
14
-
15
11
  Spec-driven workflow for Claude Code: from idea to product requirements to executable plan.
16
12
 
17
13
  **Zero runtime dependencies** — pure Markdown skills, no build step.
package/dist/bin.js CHANGED
@@ -24,13 +24,13 @@ function o(e) {
24
24
  }
25
25
  function s(r) {
26
26
  if (r.includes("--help") || r.includes("-h")) return a;
27
- if (r.includes("--version") || r.includes("-v")) return ["tracerkit/1.3.8"];
27
+ if (r.includes("--version") || r.includes("-v")) return ["tracerkit/1.3.10"];
28
28
  let i = r[0], s = r.slice(1);
29
29
  switch (i) {
30
30
  case "init": return t(o(s));
31
31
  case "update": {
32
32
  let t = s.includes("--force"), n = e(o(s.filter((e) => e !== "--force")), { force: t });
33
- return n.push("", "Updated to tracerkit/1.3.8"), n.push("If using Claude Code, restart your session to load changes."), n;
33
+ return n.push("", "Updated to tracerkit/1.3.10"), n.push("If using Claude Code, restart your session to load changes."), n;
34
34
  }
35
35
  case "uninstall": return n(o(s));
36
36
  default: return a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tracerkit",
3
- "version": "1.3.8",
3
+ "version": "1.3.10",
4
4
  "description": "Stack-agnostic spec-driven workflow for AI coding assistants",
5
5
  "license": "MIT",
6
6
  "author": {