showpane 0.4.26 → 0.4.27
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/bundle/meta/scaffold-manifest.json +1 -1
- package/bundle/toolchain/CLI_VERSION +1 -1
- package/bundle/toolchain/skills/portal-onboard/SKILL.md +29 -27
- package/bundle/toolchain/skills/portal-onboard/SKILL.md.tmpl +29 -27
- package/bundle/toolchain/skills/portal-preview/SKILL.md +7 -4
- package/bundle/toolchain/skills/portal-preview/SKILL.md.tmpl +7 -4
- package/bundle/toolchain/skills/portal-setup/SKILL.md +6 -10
- package/bundle/toolchain/skills/portal-setup/SKILL.md.tmpl +6 -10
- package/bundle/toolchain/skills/portal-share/SKILL.md +4 -5
- package/bundle/toolchain/skills/portal-share/SKILL.md.tmpl +4 -5
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.27
|
|
@@ -154,20 +154,12 @@ If a checkpoint exists:
|
|
|
154
154
|
|
|
155
155
|
### Phase 1: Orientation
|
|
156
156
|
|
|
157
|
-
Start with
|
|
158
|
-
|
|
159
|
-
```
|
|
160
|
-
╔══════════════════════════════════════════╗
|
|
161
|
-
║ SHOWPANE — First Portal Wizard ║
|
|
162
|
-
╚══════════════════════════════════════════╝
|
|
163
|
-
```
|
|
164
|
-
|
|
165
|
-
Then use one short, friendly paragraph. Keep it concise and informal.
|
|
157
|
+
Start with one short setup confirmation and one sharp ask. Keep it concise and informal.
|
|
166
158
|
|
|
167
159
|
Suggested shape:
|
|
168
160
|
|
|
169
|
-
- "Let's
|
|
170
|
-
- "Who
|
|
161
|
+
- "Everything's set up. Let's make your first portal."
|
|
162
|
+
- "Who’s it for? Paste a call transcript or meeting notes, or give me a short brief on the client and what you want the portal to do."
|
|
171
163
|
|
|
172
164
|
Keep the opening focused on the user's first portal. This skill is the first-run default, so the top of the flow should feel fast, calm, and immediately useful.
|
|
173
165
|
|
|
@@ -222,7 +214,7 @@ Start with one short source question, not a menu.
|
|
|
222
214
|
|
|
223
215
|
Recommended opening:
|
|
224
216
|
|
|
225
|
-
- "Who
|
|
217
|
+
- "Who’s it for? Paste a call transcript or meeting notes, or give me a short brief on the client and what you want the portal to do."
|
|
226
218
|
|
|
227
219
|
Only branch after the user answers:
|
|
228
220
|
|
|
@@ -330,25 +322,30 @@ If no dev server is running, start it using the `portal-dev` instructions first.
|
|
|
330
322
|
If the create step already generated local credentials, show them before opening
|
|
331
323
|
the preview link. Keep it simple:
|
|
332
324
|
|
|
325
|
+
- preview URL
|
|
333
326
|
- username
|
|
334
327
|
- password
|
|
335
|
-
- one sentence saying these are for local preview right now
|
|
336
328
|
|
|
337
329
|
Do this before opening the browser so the user is not dropped onto a login screen
|
|
338
330
|
without the credentials they need.
|
|
339
331
|
|
|
340
|
-
After that, open the local preview immediately.
|
|
341
|
-
"do you want refinements first?" question unless the user already asked for that.
|
|
332
|
+
After that, open the local preview immediately.
|
|
342
333
|
|
|
343
|
-
|
|
334
|
+
Once the preview is open, keep the handoff short and decision-oriented. Tell the
|
|
335
|
+
user exactly what to inspect:
|
|
344
336
|
|
|
345
337
|
- does the overall story feel right?
|
|
346
|
-
-
|
|
347
|
-
- are obvious documents or dates missing?
|
|
338
|
+
- anything factually wrong?
|
|
348
339
|
|
|
349
340
|
If the user requests a small content fix after preview, make it and preview again.
|
|
350
341
|
Keep this loop tight. Do not let it become an open-ended editing session.
|
|
351
342
|
|
|
343
|
+
Bias the next step toward publish:
|
|
344
|
+
|
|
345
|
+
- `If it looks right, say publish.`
|
|
346
|
+
- `If not, tell me what to change.`
|
|
347
|
+
- `If it looks right, I can publish it to Showpane Cloud so you get a hosted link and built-in analytics without having to self-host. Free for 7 days, then $29/mo.`
|
|
348
|
+
|
|
352
349
|
Save checkpoint with phase `previewed`.
|
|
353
350
|
|
|
354
351
|
### Phase 7: Access setup
|
|
@@ -416,27 +413,32 @@ Save checkpoint with phase `published` once the hosted URL is live or clearly ac
|
|
|
416
413
|
|
|
417
414
|
### Phase 9: Final summary
|
|
418
415
|
|
|
419
|
-
Show a compact final
|
|
416
|
+
Show a compact final handoff card. At this point, prioritize the hosted link,
|
|
417
|
+
the active access credentials, and one or two clear next actions.
|
|
420
418
|
|
|
421
419
|
```
|
|
422
420
|
════════════════════════════════════════
|
|
423
|
-
First portal
|
|
421
|
+
First portal live
|
|
424
422
|
|
|
425
423
|
Portal: <slug> (<company>)
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
424
|
+
Cloud: <hosted login URL or share URL>
|
|
425
|
+
Login: <username if login is the active access mode>
|
|
426
|
+
Pass: <password if login is the active access mode>
|
|
429
427
|
|
|
430
|
-
Next:
|
|
431
|
-
|
|
428
|
+
Next: /portal-update <slug>
|
|
429
|
+
/portal-share <slug> (if a direct hosted link would help)
|
|
432
430
|
════════════════════════════════════════
|
|
433
431
|
```
|
|
434
432
|
|
|
435
433
|
Rules:
|
|
436
434
|
|
|
437
|
-
-
|
|
438
|
-
-
|
|
435
|
+
- if login is the active access mode, include the username and password here so the user does not have to scroll back
|
|
436
|
+
- if a hosted share URL exists because the user asked for one after publish, show that as the primary cloud link
|
|
437
|
+
- otherwise show the hosted login URL as the cloud link
|
|
438
|
+
- keep the summary short; avoid extra explanation once the portal is live
|
|
439
439
|
- if publish is still finalizing, say so plainly instead of pretending it is live
|
|
440
|
+
In that case, show the local preview link and point the user to `/portal-status`
|
|
441
|
+
instead of pretending the hosted link is ready.
|
|
440
442
|
|
|
441
443
|
After the final summary, delete the checkpoint:
|
|
442
444
|
|
|
@@ -61,20 +61,12 @@ If a checkpoint exists:
|
|
|
61
61
|
|
|
62
62
|
### Phase 1: Orientation
|
|
63
63
|
|
|
64
|
-
Start with
|
|
65
|
-
|
|
66
|
-
```
|
|
67
|
-
╔══════════════════════════════════════════╗
|
|
68
|
-
║ SHOWPANE — First Portal Wizard ║
|
|
69
|
-
╚══════════════════════════════════════════╝
|
|
70
|
-
```
|
|
71
|
-
|
|
72
|
-
Then use one short, friendly paragraph. Keep it concise and informal.
|
|
64
|
+
Start with one short setup confirmation and one sharp ask. Keep it concise and informal.
|
|
73
65
|
|
|
74
66
|
Suggested shape:
|
|
75
67
|
|
|
76
|
-
- "Let's
|
|
77
|
-
- "Who
|
|
68
|
+
- "Everything's set up. Let's make your first portal."
|
|
69
|
+
- "Who’s it for? Paste a call transcript or meeting notes, or give me a short brief on the client and what you want the portal to do."
|
|
78
70
|
|
|
79
71
|
Keep the opening focused on the user's first portal. This skill is the first-run default, so the top of the flow should feel fast, calm, and immediately useful.
|
|
80
72
|
|
|
@@ -129,7 +121,7 @@ Start with one short source question, not a menu.
|
|
|
129
121
|
|
|
130
122
|
Recommended opening:
|
|
131
123
|
|
|
132
|
-
- "Who
|
|
124
|
+
- "Who’s it for? Paste a call transcript or meeting notes, or give me a short brief on the client and what you want the portal to do."
|
|
133
125
|
|
|
134
126
|
Only branch after the user answers:
|
|
135
127
|
|
|
@@ -237,25 +229,30 @@ If no dev server is running, start it using the `portal-dev` instructions first.
|
|
|
237
229
|
If the create step already generated local credentials, show them before opening
|
|
238
230
|
the preview link. Keep it simple:
|
|
239
231
|
|
|
232
|
+
- preview URL
|
|
240
233
|
- username
|
|
241
234
|
- password
|
|
242
|
-
- one sentence saying these are for local preview right now
|
|
243
235
|
|
|
244
236
|
Do this before opening the browser so the user is not dropped onto a login screen
|
|
245
237
|
without the credentials they need.
|
|
246
238
|
|
|
247
|
-
After that, open the local preview immediately.
|
|
248
|
-
"do you want refinements first?" question unless the user already asked for that.
|
|
239
|
+
After that, open the local preview immediately.
|
|
249
240
|
|
|
250
|
-
|
|
241
|
+
Once the preview is open, keep the handoff short and decision-oriented. Tell the
|
|
242
|
+
user exactly what to inspect:
|
|
251
243
|
|
|
252
244
|
- does the overall story feel right?
|
|
253
|
-
-
|
|
254
|
-
- are obvious documents or dates missing?
|
|
245
|
+
- anything factually wrong?
|
|
255
246
|
|
|
256
247
|
If the user requests a small content fix after preview, make it and preview again.
|
|
257
248
|
Keep this loop tight. Do not let it become an open-ended editing session.
|
|
258
249
|
|
|
250
|
+
Bias the next step toward publish:
|
|
251
|
+
|
|
252
|
+
- `If it looks right, say publish.`
|
|
253
|
+
- `If not, tell me what to change.`
|
|
254
|
+
- `If it looks right, I can publish it to Showpane Cloud so you get a hosted link and built-in analytics without having to self-host. Free for 7 days, then $29/mo.`
|
|
255
|
+
|
|
259
256
|
Save checkpoint with phase `previewed`.
|
|
260
257
|
|
|
261
258
|
### Phase 7: Access setup
|
|
@@ -323,27 +320,32 @@ Save checkpoint with phase `published` once the hosted URL is live or clearly ac
|
|
|
323
320
|
|
|
324
321
|
### Phase 9: Final summary
|
|
325
322
|
|
|
326
|
-
Show a compact final
|
|
323
|
+
Show a compact final handoff card. At this point, prioritize the hosted link,
|
|
324
|
+
the active access credentials, and one or two clear next actions.
|
|
327
325
|
|
|
328
326
|
```
|
|
329
327
|
════════════════════════════════════════
|
|
330
|
-
First portal
|
|
328
|
+
First portal live
|
|
331
329
|
|
|
332
330
|
Portal: <slug> (<company>)
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
331
|
+
Cloud: <hosted login URL or share URL>
|
|
332
|
+
Login: <username if login is the active access mode>
|
|
333
|
+
Pass: <password if login is the active access mode>
|
|
336
334
|
|
|
337
|
-
Next:
|
|
338
|
-
|
|
335
|
+
Next: /portal-update <slug>
|
|
336
|
+
/portal-share <slug> (if a direct hosted link would help)
|
|
339
337
|
════════════════════════════════════════
|
|
340
338
|
```
|
|
341
339
|
|
|
342
340
|
Rules:
|
|
343
341
|
|
|
344
|
-
-
|
|
345
|
-
-
|
|
342
|
+
- if login is the active access mode, include the username and password here so the user does not have to scroll back
|
|
343
|
+
- if a hosted share URL exists because the user asked for one after publish, show that as the primary cloud link
|
|
344
|
+
- otherwise show the hosted login URL as the cloud link
|
|
345
|
+
- keep the summary short; avoid extra explanation once the portal is live
|
|
346
346
|
- if publish is still finalizing, say so plainly instead of pretending it is live
|
|
347
|
+
In that case, show the local preview link and point the user to `/portal-status`
|
|
348
|
+
instead of pretending the hosted link is ready.
|
|
347
349
|
|
|
348
350
|
After the final summary, delete the checkpoint:
|
|
349
351
|
|
|
@@ -183,12 +183,15 @@ Run this in a single Bash tool call so the browser opens immediately.
|
|
|
183
183
|
After opening, display:
|
|
184
184
|
|
|
185
185
|
```
|
|
186
|
-
|
|
187
|
-
|
|
186
|
+
Preview ready
|
|
187
|
+
|
|
188
|
+
URL: http://localhost:3000/client/<slug>
|
|
189
|
+
Login: /portal-credentials <slug>
|
|
188
190
|
```
|
|
189
191
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
+
Then add one short next step:
|
|
193
|
+
|
|
194
|
+
- `If it looks right, publish it with /portal-deploy.`
|
|
192
195
|
|
|
193
196
|
If the portal is the example portal (slug is "example"), no credentials are needed -- it is publicly accessible by design.
|
|
194
197
|
|
|
@@ -88,12 +88,15 @@ Run this in a single Bash tool call so the browser opens immediately.
|
|
|
88
88
|
After opening, display:
|
|
89
89
|
|
|
90
90
|
```
|
|
91
|
-
|
|
92
|
-
|
|
91
|
+
Preview ready
|
|
92
|
+
|
|
93
|
+
URL: http://localhost:3000/client/<slug>
|
|
94
|
+
Login: /portal-credentials <slug>
|
|
93
95
|
```
|
|
94
96
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
+
Then add one short next step:
|
|
98
|
+
|
|
99
|
+
- `If it looks right, publish it with /portal-deploy.`
|
|
97
100
|
|
|
98
101
|
If the portal is the example portal (slug is "example"), no credentials are needed -- it is publicly accessible by design.
|
|
99
102
|
|
|
@@ -269,21 +269,17 @@ Replace the placeholder values with the actual values collected. Use `chmod 600`
|
|
|
269
269
|
|
|
270
270
|
### Step 10: Print success summary
|
|
271
271
|
|
|
272
|
-
Display a
|
|
272
|
+
Display a short success handoff:
|
|
273
273
|
|
|
274
274
|
```
|
|
275
275
|
Showpane setup complete!
|
|
276
276
|
|
|
277
|
-
App
|
|
278
|
-
|
|
279
|
-
Organization: Acme Consulting (acme-consulting)
|
|
280
|
-
Brand color: #2563eb
|
|
281
|
-
Telemetry: anonymous
|
|
277
|
+
App: /path/to/showpane-project
|
|
278
|
+
Org: Acme Consulting (acme-consulting)
|
|
282
279
|
|
|
283
|
-
Next
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
3. View the example portal: open http://localhost:3000/client/example
|
|
280
|
+
Next:
|
|
281
|
+
/portal-onboard
|
|
282
|
+
/portal-create <slug>
|
|
287
283
|
```
|
|
288
284
|
|
|
289
285
|
### Step 11: Record learning (optional)
|
|
@@ -186,21 +186,17 @@ Replace the placeholder values with the actual values collected. Use `chmod 600`
|
|
|
186
186
|
|
|
187
187
|
### Step 10: Print success summary
|
|
188
188
|
|
|
189
|
-
Display a
|
|
189
|
+
Display a short success handoff:
|
|
190
190
|
|
|
191
191
|
```
|
|
192
192
|
Showpane setup complete!
|
|
193
193
|
|
|
194
|
-
App
|
|
195
|
-
|
|
196
|
-
Organization: Acme Consulting (acme-consulting)
|
|
197
|
-
Brand color: #2563eb
|
|
198
|
-
Telemetry: anonymous
|
|
194
|
+
App: /path/to/showpane-project
|
|
195
|
+
Org: Acme Consulting (acme-consulting)
|
|
199
196
|
|
|
200
|
-
Next
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
3. View the example portal: open http://localhost:3000/client/example
|
|
197
|
+
Next:
|
|
198
|
+
/portal-onboard
|
|
199
|
+
/portal-create <slug>
|
|
204
200
|
```
|
|
205
201
|
|
|
206
202
|
### Step 11: Record learning (optional)
|
|
@@ -153,17 +153,16 @@ Present the link in a clear, copy-friendly ASCII box:
|
|
|
153
153
|
|
|
154
154
|
```
|
|
155
155
|
════════════════════════════════════════
|
|
156
|
-
Share link
|
|
157
|
-
|
|
158
|
-
Expires: never (until credentials rotate)
|
|
156
|
+
Share link: https://portal.example.com/client/whzan/s/eyJ...
|
|
157
|
+
Revoke: rotate credentials or deactivate the portal
|
|
159
158
|
════════════════════════════════════════
|
|
160
159
|
```
|
|
161
160
|
|
|
162
161
|
### Step 4: Provide usage guidance
|
|
163
162
|
|
|
164
|
-
After displaying the link, add
|
|
163
|
+
After displaying the link, add one short note:
|
|
165
164
|
|
|
166
|
-
|
|
165
|
+
`This is for the hosted portal. It stays valid until credentials rotate or the portal is deactivated.`
|
|
167
166
|
|
|
168
167
|
If the user has previously generated share links (check learnings for patterns), you can skip the explanation and just show the link.
|
|
169
168
|
|
|
@@ -58,17 +58,16 @@ Present the link in a clear, copy-friendly ASCII box:
|
|
|
58
58
|
|
|
59
59
|
```
|
|
60
60
|
════════════════════════════════════════
|
|
61
|
-
Share link
|
|
62
|
-
|
|
63
|
-
Expires: never (until credentials rotate)
|
|
61
|
+
Share link: https://portal.example.com/client/whzan/s/eyJ...
|
|
62
|
+
Revoke: rotate credentials or deactivate the portal
|
|
64
63
|
════════════════════════════════════════
|
|
65
64
|
```
|
|
66
65
|
|
|
67
66
|
### Step 4: Provide usage guidance
|
|
68
67
|
|
|
69
|
-
After displaying the link, add
|
|
68
|
+
After displaying the link, add one short note:
|
|
70
69
|
|
|
71
|
-
|
|
70
|
+
`This is for the hosted portal. It stays valid until credentials rotate or the portal is deactivated.`
|
|
72
71
|
|
|
73
72
|
If the user has previously generated share links (check learnings for patterns), you can skip the explanation and just show the link.
|
|
74
73
|
|