@sellable/install 0.1.106 → 0.1.107
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.
|
@@ -137,8 +137,12 @@ Return a concise status with:
|
|
|
137
137
|
- quality-gate pass/fail summary
|
|
138
138
|
- whether final template review is ready or needs revision
|
|
139
139
|
|
|
140
|
-
When the parent will show the recommendation in chat,
|
|
141
|
-
message review
|
|
140
|
+
When the parent will show the recommendation in chat, keep the customer-facing
|
|
141
|
+
message review lightweight. Format only the approval target and one strong
|
|
142
|
+
good-fill example as Markdown with distinct copy blocks. Keep token rules,
|
|
143
|
+
omit/fallback examples, and bad-fill avoidance notes in your internal
|
|
144
|
+
recommendation so the parent can persist them to the campaign brief after
|
|
145
|
+
approval; do not print them in the default chat approval packet.
|
|
142
146
|
|
|
143
147
|
````markdown
|
|
144
148
|
## Message Template
|
|
@@ -155,19 +159,9 @@ message review as Markdown with distinct copy blocks:
|
|
|
155
159
|
{{tokenized_message_body}}
|
|
156
160
|
```
|
|
157
161
|
|
|
158
|
-
## Rendered
|
|
162
|
+
## Rendered Example
|
|
159
163
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
```text
|
|
163
|
-
Subject: ...
|
|
164
|
-
|
|
165
|
-
Hey First,
|
|
166
|
-
|
|
167
|
-
...
|
|
168
|
-
```
|
|
169
|
-
|
|
170
|
-
### Good omit / fallback
|
|
164
|
+
Good token fill:
|
|
171
165
|
|
|
172
166
|
```text
|
|
173
167
|
Subject: ...
|