@fraylabs/possible 0.1.1 → 0.1.2

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.
@@ -31,7 +31,7 @@ Inspect the project read-only when it can answer a question. Do not ask the user
31
31
 
32
32
  During the brainstorm:
33
33
 
34
- - Do not mention pack names or ingredient skills.
34
+ - Do not mention pack names, lanes, or ingredient skills.
35
35
  - Do not create `PRODUCT-BRIEF.md`, `RUN-PROMPT.md`, or `AGENTS.md`.
36
36
  - Do not install dependencies, edit files, or spawn subagents.
37
37
  - Do not invent facts to make the idea appear more complete.
@@ -42,6 +42,8 @@ After the walkthrough, read [references/packs.md](references/packs.md). If `list
42
42
 
43
43
  Recommend one primary pack. Use multiple packs only when the user has explicitly described multiple independently valuable outcomes; stage them instead of merging their workstreams.
44
44
 
45
+ A lane is catalog browsing metadata, not an intake choice. Do not ask the user to choose a lane; recommend across the complete catalog from the desired finished outcome.
46
+
45
47
  Keep the recommendation compact and conversational. Present:
46
48
 
47
49
  1. **What I think you want to make** — a brief outcome statement and any material assumption.
@@ -2,10 +2,14 @@
2
2
 
3
3
  Use this bundled snapshot when the Possible MCP tools are unavailable. Link the recommended pack's public page during the recommendation; disclose its relevant source list and reviewed revisions before installing it.
4
4
 
5
+ Lanes are browsing labels only: Create is a first complete usable thing, Launch is a compelling public presentation, Release is evidence-backed readiness to ship or distribute, and Operate is a repeatable ongoing workflow. Do not ask the user to choose a lane; select across the complete catalog from the desired finished outputs. Operate is supported by the model but has no published pack yet.
6
+
5
7
  ## Hardware Launch
6
8
 
7
9
  Slug: `hardware-launch`
8
10
 
11
+ Lane: `launch`
12
+
9
13
  Public page: `https://possible.sh/packs/hardware-launch`
10
14
 
11
15
  Use for a physical-product idea or prototype that needs one coherent launch presentation.
@@ -41,6 +45,8 @@ Never imply manufacturing readiness, physical validation, certification, or cust
41
45
 
42
46
  Slug: `software-launch`
43
47
 
48
+ Lane: `launch`
49
+
44
50
  Public page: `https://possible.sh/packs/software-launch`
45
51
 
46
52
  Use for an existing software idea or repository that needs a coherent product release and launch presentation.
@@ -75,6 +81,8 @@ Never imply demand, uptime, security, performance, or production readiness. Depl
75
81
 
76
82
  Slug: `open-source-release`
77
83
 
84
+ Lane: `release`
85
+
78
86
  Public page: `https://possible.sh/packs/open-source-release`
79
87
 
80
88
  Use for an existing repository that needs a trustworthy, usable release package without publishing it.
@@ -104,6 +112,8 @@ Never imply security, compatibility, production readiness, or release authority.
104
112
 
105
113
  Slug: `playable-web-game`
106
114
 
115
+ Lane: `create`
116
+
107
117
  Public page: `https://possible.sh/packs/playable-web-game`
108
118
 
109
119
  Use for a browser-game idea that needs one polished, replayable Three.js experience rather than a general game engine or sprawling feature set.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fraylabs/possible",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Install the Possible Codex skill into a project",
5
5
  "type": "module",
6
6
  "bin": {