@growth-labs/cms 0.5.8 → 0.5.9
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/README.md
CHANGED
|
@@ -148,6 +148,16 @@ unschedule/duplicate), `routes.authors` (list/create/get/update),
|
|
|
148
148
|
init/part/complete/abort multipart flows for both podcast audio and video
|
|
149
149
|
source uploads), and `routes.cron` (publish — gated by `requireAdmin`).
|
|
150
150
|
|
|
151
|
+
### Insight Engine v2 ingest parity
|
|
152
|
+
|
|
153
|
+
The signed `contentInsights.ingest` route strictly validates and preserves the
|
|
154
|
+
bounded Insight Engine v2 JSON wire contract before writing its existing
|
|
155
|
+
`evidence` and `brief` TEXT columns. Rows may carry action lanes, coverage,
|
|
156
|
+
score-breakdown, judge, and semantic evidence; briefs may carry a format and
|
|
157
|
+
content outline. These fields are optional for backward-compatible payloads,
|
|
158
|
+
but are never silently stripped when supplied by Foundry. No CMS migration is
|
|
159
|
+
needed because the data remains inside the existing JSON blobs.
|
|
160
|
+
|
|
151
161
|
`routes.subscriptions` keeps paid members, exports, KPIs, plan mix, and paid
|
|
152
162
|
gift-order tracking separate from complimentary access administration. The
|
|
153
163
|
complimentary surface is explicit: list, grant, revoke, and retry-email
|