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.
@@ -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}. The boundary stands - the system stays without it.`;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "synthesisui",
3
- "version": "0.16.30",
3
+ "version": "0.16.31",
4
4
  "description": "Bring SynthesisUI design systems into any project - tokens, typed components, whole pages and an agent-ready CLAUDE.md manifest.",
5
5
  "type": "module",
6
6
  "bin": {