@zalom/plastic 1.1.4 → 1.1.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/PLASTIC.md CHANGED
@@ -10,6 +10,7 @@ See `PLASTIC-reference.md` for reference material: read it on demand, it is not
10
10
 
11
11
  A directory in the store containing `{ID}--{slug}.md` and optional supporting files.
12
12
  It represents a desire: something a human or agent wants to accomplish, explore, or understand.
13
+ The unit of work in Plastic is always an intent, never a ticket.
13
14
 
14
15
  ```
15
16
  store/
package/README.md CHANGED
@@ -44,7 +44,7 @@ Plastic makes that thinking legible, resumable, and useful later.
44
44
 
45
45
  **Plastic is built for an AI-native developer, technical founder, or
46
46
  independent builder who works across multiple sessions, has ideas before
47
- they have tickets, and feels the cost of losing reasoning between agents,
47
+ they have intents, and feels the cost of losing reasoning between agents,
48
48
  contexts, and days.**
49
49
 
50
50
  ## What it solves?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zalom/plastic",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Intent-driven idea development system for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: plastic-roadmap
3
- description: Use when the user wants to plan a delivery batch, order waves of intents, ship a batch of tickets in one go, track a named collection of intents toward a goal, or asks for a "roadmap". Creates and maintains a roadmap file, a delivery-side collection of intents (the counterpart to a release), separate from INDEX.md status tracking.
3
+ description: Use when the user wants to plan a delivery batch, order waves of intents, ship a batch of intents in one go, track a named collection of intents toward a goal, or asks for a "roadmap". Creates and maintains a roadmap file, a delivery-side collection of intents (the counterpart to a release), separate from INDEX.md status tracking.
4
4
  user-invocable: true
5
5
  ---
6
6
 
@@ -4,7 +4,7 @@ description: >-
4
4
  Use when the user wants to continue or resume a roadmap, pick up a mid-flight delivery batch,
5
5
  asks "where is the roadmap", or wants to resume the wave that was shipping, including an
6
6
  indirect ask that never names a roadmap directly (for example "where did that batch of
7
- tickets land"). This is the roadmap route of plastic-continuing: it finds the tier's
7
+ intents land"). This is the roadmap route of plastic-continuing: it finds the tier's
8
8
  mid-flight roadmap, presents its state, then asks how to proceed exactly once.
9
9
  user-invocable: true
10
10
  ---
@@ -26,7 +26,7 @@
26
26
  },
27
27
  {
28
28
  "id": 3, "scope": "triggering", "set": "validation",
29
- "prompt": "where did that batch of tickets land",
29
+ "prompt": "where did that batch of intents land",
30
30
  "expected_output": "Activates plastic-roadmap-continuing (indirect trigger: a roadmap-resume request that never names 'roadmap' or 'continue').",
31
31
  "files": [],
32
32
  "assertions": [