tracerkit 1.3.0 → 1.3.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.
package/README.md CHANGED
@@ -278,6 +278,10 @@ PRDs are living documents — refine them any time before or during implementati
278
278
  5. [Conventional Commits](https://www.conventionalcommits.org/) (enforced by commitlint)
279
279
  6. Open a PR against `main`
280
280
 
281
+ ## Support
282
+
283
+ For support, please [open a GitHub issue](https://github.com/helderberto/tracerkit/issues). We welcome bug reports, feature requests, and questions.
284
+
281
285
  ## License
282
286
 
283
287
  [MIT License](LICENSE) © [helderberto](https://helderberto.com)
package/dist/bin.js CHANGED
@@ -22,13 +22,13 @@ function o(e) {
22
22
  return t ? i() : n ? r(n) : process.cwd();
23
23
  }
24
24
  function s(r) {
25
- if (r.includes("--version") || r.includes("-v")) return ["tracerkit/1.3.0"];
25
+ if (r.includes("--version") || r.includes("-v")) return ["tracerkit/1.3.1"];
26
26
  let i = r[0], s = r.slice(1);
27
27
  switch (i) {
28
28
  case "init": return t(o(s));
29
29
  case "update": {
30
30
  let t = s.includes("--force"), n = e(o(s.filter((e) => e !== "--force")), { force: t });
31
- return n.push("", "Updated to tracerkit/1.3.0"), n.push("If using Claude Code, restart your session to load changes."), n;
31
+ return n.push("", "Updated to tracerkit/1.3.1"), n.push("If using Claude Code, restart your session to load changes."), n;
32
32
  }
33
33
  case "uninstall": return n(o(s));
34
34
  default: return a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tracerkit",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Stack-agnostic spec-driven workflow for AI coding assistants",
5
5
  "license": "MIT",
6
6
  "author": {