synthesisui 0.16.30 → 0.16.31
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/dist/commands/sync.js +1 -1
- package/package.json +1 -1
package/dist/commands/sync.js
CHANGED
|
@@ -16,7 +16,7 @@ export function decisionLine(d, slug) {
|
|
|
16
16
|
case "authored":
|
|
17
17
|
return ` ✓ ${d.id} authored on the platform${note}. Get it: npx synthesisui@latest upgrade ${slug}`;
|
|
18
18
|
case "declined":
|
|
19
|
-
return ` ✕ ${d.id} declined${note}.
|
|
19
|
+
return ` ✕ ${d.id} declined${note}. Now a RULE of the system - it travels with the next upgrade, and agents obey it.`;
|
|
20
20
|
case "platform":
|
|
21
21
|
return ` → ${d.id} routed to the synthesisui team${note}. It is their queue now.`;
|
|
22
22
|
default:
|
package/package.json
CHANGED