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:
|
|
57
|
-
|
|
58
|
-
|
|
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
|
|