tracerkit 1.4.3 → 1.4.5

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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@ AI coding without specs means vague prompts and lost context between sessions. M
20
20
 
21
21
  TracerKit uses **tracer-bullet vertical slices** instead: each phase cuts through every layer (schema → service → API → UI → tests), so every phase is demoable on its own. Integration problems surface early, context stays focused, and AI assistants get small, well-scoped phases instead of sprawling layers.
22
22
 
23
- The term comes from [The Pragmatic Programmer](https://pragprog.com/titles/tpp20/the-pragmatic-programmer-20th-anniversary-edition/).
23
+ The term comes from [The Pragmatic Programmer](https://en.wikipedia.org/wiki/The_Pragmatic_Programmer). The name **TracerKit** = Tracer (bullet) + Kit — [read more about tracer bullets](https://www.aihero.dev/tracer-bullets).
24
24
 
25
25
  ## Get Started
26
26
 
@@ -118,6 +118,10 @@ Scans `.tracerkit/prds/` and prints a table of all features grouped by status (`
118
118
 
119
119
  For support, please [open a GitHub issue](https://github.com/helderberto/tracerkit/issues). We welcome bug reports, feature requests, and questions.
120
120
 
121
+ ## Acknowledgments
122
+
123
+ This project was born out of [Claude Code for Real Engineers](https://www.aihero.dev/cohorts/claude-code-for-real-engineers-2026-04), a cohort by [Matt Pocock](https://github.com/mattpocock). The hands-on approach to building real things with Claude Code sparked the idea for TracerKit. If you're serious about AI-assisted engineering, I can't recommend Matt's cohorts and content highly enough.
124
+
121
125
  ## License
122
126
 
123
127
  [MIT License](LICENSE) © [helderberto](https://helderberto.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tracerkit",
3
- "version": "1.4.3",
3
+ "version": "1.4.5",
4
4
  "description": "Spec-driven workflow for Claude Code: replace ad-hoc prompts with PRD → plan → verify.",
5
5
  "license": "MIT",
6
6
  "author": {