minutework 0.1.25 → 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,9 +53,11 @@ 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: build a native MinuteWork product
57
- from scratch, or wrap an existing product/OSS system with a governed, agentic
58
- control surface.
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.
59
61
 
60
62
  Implementation surfaces are:
61
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minutework",
3
- "version": "0.1.25",
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": {