tracerkit 1.4.5 → 1.4.6
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 +1 -1
- 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
|
|
23
|
+
The term comes from The Pragmatic Programmer. The name **TracerKit** = Tracer (bullet) + Kit.
|
|
24
24
|
|
|
25
25
|
## Get Started
|
|
26
26
|
|