minutework 0.1.24 → 0.1.26

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.
@@ -53,6 +53,12 @@ extending MinuteWork app packs. An app pack is the product unit. The workspace
53
53
  usually composes schemas, manifests, `mw.core.site`, runtime capabilities,
54
54
  agents, overlays, and published-web flows before writing bespoke code.
55
55
 
56
+ MinuteWork supports two legitimate paths:
57
+
58
+ - Build a product natively on MinuteWork.
59
+ - Wrap an existing product or OSS system with a governed, agentic control
60
+ surface.
61
+
56
62
  Implementation surfaces are:
57
63
 
58
64
  - `tenant-app`: Next.js web surface for public routes and private `/app`
@@ -105,3 +111,8 @@ concrete workspace surfaces. A good answer should usually cover:
105
111
 
106
112
  Do not end broad strategy answers by asking the user to name a skill. Choose
107
113
  the relevant skills yourself and give the integrated answer.
114
+
115
+ If the user has not named a product or workflow yet, close by asking for that
116
+ concrete target and say you will map it to shell vs `tenant-app` vs `sidecar` vs
117
+ `mobile`, decide build-native vs `attached_app`, and identify the first
118
+ schemas, agents, and bridges to author.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minutework",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "description": "MinuteWork CLI for workspace scaffolding, local preview workflows, and hosted preview deploys.",
5
5
  "type": "module",
6
6
  "bin": {