tracerkit 1.19.4 → 1.19.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tracerkit",
3
- "version": "1.19.4",
3
+ "version": "1.19.5",
4
4
  "description": "Spec-driven workflow for AI coding agents — PRD → plan → build → verify. Pure Markdown skills, zero runtime deps.",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -6,10 +6,6 @@ description: Session briefing — shows active features, progress, and suggested
6
6
 
7
7
  Overview of active features, progress, and suggested focus.
8
8
 
9
- ## Pre-loaded context
10
-
11
- - Available plans: !`ls .tracerkit/plans/*.md 2>/dev/null || echo "(none)"`
12
-
13
9
  ## Algorithm
14
10
 
15
11
  ### 1. Discover plans
@@ -11,10 +11,6 @@ Implement the next incomplete phase of a plan — one phase per invocation.
11
11
 
12
12
  **Interactive prompts**: present options as a numbered list and wait for the user's choice.
13
13
 
14
- ## Pre-loaded context
15
-
16
- - Available plans: !`ls .tracerkit/plans/*.md 2>/dev/null || echo "(none)"`
17
-
18
14
  ## Input
19
15
 
20
16
  The argument (if provided) is: $ARGUMENTS
@@ -9,10 +9,6 @@ Verify plan checkboxes against the codebase. Unmark items that don't hold up (`[
9
9
 
10
10
  **Interactive prompts**: present options as a numbered list and wait for the user's choice.
11
11
 
12
- ## Pre-loaded context
13
-
14
- - Available plans: !`ls .tracerkit/plans/*.md 2>/dev/null || echo "(none)"`
15
-
16
12
  ## Input
17
13
 
18
14
  The argument (if provided) is: $ARGUMENTS
@@ -11,10 +11,6 @@ Break a PRD into phased vertical slices (tracer bullets).
11
11
 
12
12
  Output: `.tracerkit/plans/<slug>.md`.
13
13
 
14
- ## Pre-loaded context
15
-
16
- - Available PRDs: !`ls .tracerkit/prds/*.md 2>/dev/null || echo "(none)"`
17
-
18
14
  ## Input
19
15
 
20
16
  The argument (if provided) is: $ARGUMENTS
@@ -9,10 +9,6 @@ Skip satisfied steps. If argument provided, skip to Step 2.
9
9
 
10
10
  **Interactive prompts**: present options as a numbered list and wait for the user's choice.
11
11
 
12
- ## Pre-loaded context
13
-
14
- - Existing PRDs: !`ls .tracerkit/prds/*.md 2>/dev/null || echo "(none)"`
15
-
16
12
  ## Input
17
13
 
18
14
  The argument is: $ARGUMENTS