← back to Marketing Command Center
engine: untrack runtime engine-queue.json + protect it on deploy
d84dc2a9dc747e1334c5db6757894b0d08c9e980 · 2026-07-22 06:57:11 -0700 · Steve Abrams
engine-queue.json holds live approve/arm/post status mutated only by the running
MCC — it was git-tracked (a latent trap: every deploy/commit carried a stale
snapshot). Untracked it + gitignored (its sibling engine-config.json already is),
and added it + engine-config.json to .deploy.conf RSYNC_EXTRA_EXCLUDES so a
--delete rsync can never clobber the live queue.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
M .deploy.confD data/engine-queue.json
Diff
commit d84dc2a9dc747e1334c5db6757894b0d08c9e980
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Jul 22 06:57:11 2026 -0700
engine: untrack runtime engine-queue.json + protect it on deploy
engine-queue.json holds live approve/arm/post status mutated only by the running
MCC — it was git-tracked (a latent trap: every deploy/commit carried a stale
snapshot). Untracked it + gitignored (its sibling engine-config.json already is),
and added it + engine-config.json to .deploy.conf RSYNC_EXTRA_EXCLUDES so a
--delete rsync can never clobber the live queue.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
.deploy.conf | 8 +-
data/engine-queue.json | 772 -------------------------------------------------
2 files changed, 7 insertions(+), 773 deletions(-)
diff --git a/.deploy.conf b/.deploy.conf
index e5ea635..7a7ad78 100644
--- a/.deploy.conf
+++ b/.deploy.conf
@@ -15,4 +15,10 @@ HEALTH_URL=http://127.0.0.1:9662/api/health
# and the publish outbox — a deploy must NOT overwrite them with the stale local seed
# (doing so wiped a live long-lived Meta token, re-seeded a junk asset, and erased a
# staged post — 2026-07-17).
-RSYNC_EXTRA_EXCLUDES="follow-counts-history.json follow-counts-accounts.json follow-counts-snapshot.out follow-counts-snapshot.err clients-notes.json channels-outbox.json channels-tokens.json meta-pages.json assets.json assets-catalog.cache.json"
+# engine-queue.json + engine-config.json are LIVE-authoritative runtime state too:
+# the queue holds approve/arm/post status mutated ONLY by the running MCC (e.g. the
+# Threads items armed via /api/engine/arm on 2026-07-22). A --delete rsync of the
+# stale local copy would clobber live status — protect them like the channels-*
+# files. (engine-queue.json is also git-tracked, a latent trap; excluding here is
+# the deploy-side guard regardless.)
+RSYNC_EXTRA_EXCLUDES="follow-counts-history.json follow-counts-accounts.json follow-counts-snapshot.out follow-counts-snapshot.err clients-notes.json channels-outbox.json channels-tokens.json meta-pages.json assets.json assets-catalog.cache.json engine-queue.json engine-config.json"
diff --git a/data/engine-queue.json b/data/engine-queue.json
deleted file mode 100644
index 9f19441..0000000
--- a/data/engine-queue.json
+++ /dev/null
@@ -1,772 +0,0 @@
-[
- {
- "id": "eng-20260721-gid-shopify-Product-7866952319027-instagram",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:50:12.270Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866952319027",
- "dwSku": "",
- "handle": "onda-pearl-and-silver-dwtt-73419",
- "title": "Onda, Pearl and Silver Wallcoverings | Thibaut",
- "vendor": "Thibaut",
- "productType": "Wallcovering",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT7900_ee1a8674-8c14-4d27-85ee-af82dcbed06c.jpg?v=1782268872",
- "productUrl": "https://designerwallcoverings.com/products/onda-pearl-and-silver-dwtt-73419"
- },
- "channel": "instagram",
- "caption": "Subtle shimmer meets fluid movement in Onda, a pearl and silver wallcovering from Thibaut. Let light dance across its surface and transform your space.",
- "hashtags": [
- "#Thibaut",
- "#Onda",
- "#PearlAndSilver",
- "#Wallcovering",
- "#WatermarkCollection",
- "#InteriorDesign",
- "#LuxuryLiving"
- ],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT7900_ee1a8674-8c14-4d27-85ee-af82dcbed06c.jpg?v=1782268872",
- "videoUrl": null,
- "suggestedSlot": "11:00",
- "scheduledAt": null,
- "privacy": null,
- "status": "suggested",
- "gateReason": null,
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866952319027-facebook",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:50:12.271Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866952319027",
- "dwSku": "",
- "handle": "onda-pearl-and-silver-dwtt-73419",
- "title": "Onda, Pearl and Silver Wallcoverings | Thibaut",
- "vendor": "Thibaut",
- "productType": "Wallcovering",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT7900_ee1a8674-8c14-4d27-85ee-af82dcbed06c.jpg?v=1782268872",
- "productUrl": "https://designerwallcoverings.com/products/onda-pearl-and-silver-dwtt-73419"
- },
- "channel": "facebook",
- "caption": "Onda from Thibaut brings a sense of motion and elegance to any room. Its pearl and silver tones catch the light in a way that feels both modern and timeless.",
- "hashtags": [],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT7900_ee1a8674-8c14-4d27-85ee-af82dcbed06c.jpg?v=1782268872",
- "videoUrl": null,
- "suggestedSlot": "09:00",
- "scheduledAt": null,
- "privacy": null,
- "status": "suggested",
- "gateReason": null,
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866952319027-bluesky",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:50:12.273Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866952319027",
- "dwSku": "",
- "handle": "onda-pearl-and-silver-dwtt-73419",
- "title": "Onda, Pearl and Silver Wallcoverings | Thibaut",
- "vendor": "Thibaut",
- "productType": "Wallcovering",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT7900_ee1a8674-8c14-4d27-85ee-af82dcbed06c.jpg?v=1782268872",
- "productUrl": "https://designerwallcoverings.com/products/onda-pearl-and-silver-dwtt-73419"
- },
- "channel": "bluesky",
- "caption": "Onda in pearl and silver from Thibaut — where light meets movement in a whisper of sheen.",
- "hashtags": [],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT7900_ee1a8674-8c14-4d27-85ee-af82dcbed06c.jpg?v=1782268872",
- "videoUrl": null,
- "suggestedSlot": "10:00",
- "scheduledAt": null,
- "privacy": null,
- "status": "suggested",
- "gateReason": null,
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866952319027-youtube",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:50:12.274Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866952319027",
- "dwSku": "",
- "handle": "onda-pearl-and-silver-dwtt-73419",
- "title": "Onda, Pearl and Silver Wallcoverings | Thibaut",
- "vendor": "Thibaut",
- "productType": "Wallcovering",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT7900_ee1a8674-8c14-4d27-85ee-af82dcbed06c.jpg?v=1782268872",
- "productUrl": "https://designerwallcoverings.com/products/onda-pearl-and-silver-dwtt-73419"
- },
- "channel": "youtube",
- "caption": "Onda Wallcovering in Pearl and Silver",
- "hashtags": [],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT7900_ee1a8674-8c14-4d27-85ee-af82dcbed06c.jpg?v=1782268872",
- "videoUrl": null,
- "suggestedSlot": "12:00",
- "scheduledAt": null,
- "privacy": "public",
- "status": "suggested",
- "gateReason": null,
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": {
- "description": "Experience the fluidity of Onda, a Thibaut wallcovering in pearl and silver. Its soft sheen and dynamic texture add depth and movement to any interior. Let the light guide your design story."
- }
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866952319027-tiktok",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:50:12.275Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866952319027",
- "dwSku": "",
- "handle": "onda-pearl-and-silver-dwtt-73419",
- "title": "Onda, Pearl and Silver Wallcoverings | Thibaut",
- "vendor": "Thibaut",
- "productType": "Wallcovering",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT7900_ee1a8674-8c14-4d27-85ee-af82dcbed06c.jpg?v=1782268872",
- "productUrl": "https://designerwallcoverings.com/products/onda-pearl-and-silver-dwtt-73419"
- },
- "channel": "tiktok",
- "caption": "Watch light move across Onda’s pearl and silver surface — pure elegance in motion.",
- "hashtags": [
- "#Thibaut",
- "#Onda",
- "#Wallcovering",
- "#InteriorDesign",
- "#LuxuryLiving"
- ],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT7900_ee1a8674-8c14-4d27-85ee-af82dcbed06c.jpg?v=1782268872",
- "videoUrl": null,
- "suggestedSlot": "18:00",
- "scheduledAt": null,
- "privacy": null,
- "status": "gated",
- "gateReason": "App Review pending — posts private-only (SELF_ONLY)",
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866952319027-threads",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:50:12.275Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866952319027",
- "dwSku": "",
- "handle": "onda-pearl-and-silver-dwtt-73419",
- "title": "Onda, Pearl and Silver Wallcoverings | Thibaut",
- "vendor": "Thibaut",
- "productType": "Wallcovering",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT7900_ee1a8674-8c14-4d27-85ee-af82dcbed06c.jpg?v=1782268872",
- "productUrl": "https://designerwallcoverings.com/products/onda-pearl-and-silver-dwtt-73419"
- },
- "channel": "threads",
- "caption": "Onda from Thibaut is more than a wallcovering — it's a play of light and texture. Its pearl and silver tones offer a quiet sophistication that evolves with the day’s changing light.",
- "hashtags": [],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT7900_ee1a8674-8c14-4d27-85ee-af82dcbed06c.jpg?v=1782268872",
- "videoUrl": null,
- "suggestedSlot": "12:30",
- "scheduledAt": null,
- "privacy": null,
- "status": "gated",
- "gateReason": "App Review pending — live publish requires Meta approval",
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866951958579-instagram",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:50:36.354Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866951958579",
- "dwSku": "",
- "handle": "bahama-cloth-ii-medium-celadon-dwyp-1000002",
- "title": "Bahama Cloth II, Medium Celadon | Plains",
- "vendor": "Plains",
- "productType": "Fabric",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/medium-celadon-2523_1_145959.jpg?v=1782268842",
- "productUrl": "https://designerwallcoverings.com/products/bahama-cloth-ii-medium-celadon-dwyp-1000002"
- },
- "channel": "instagram",
- "caption": "A gentle blend of cotton and linen, Bahama Cloth II in Medium Celadon brings soft texture and subtle depth to any interior. Perfect for adding warmth and character to a room.",
- "hashtags": [
- "#BahamaClothII",
- "#PlainsDesign",
- "#FabricElegance",
- "#NeutralTones",
- "#CottonLinenBlend",
- "#InteriorDesign"
- ],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/medium-celadon-2523_1_145959.jpg?v=1782268842",
- "videoUrl": null,
- "suggestedSlot": "11:00",
- "scheduledAt": null,
- "privacy": null,
- "status": "suggested",
- "gateReason": null,
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866951958579-facebook",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:50:36.357Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866951958579",
- "dwSku": "",
- "handle": "bahama-cloth-ii-medium-celadon-dwyp-1000002",
- "title": "Bahama Cloth II, Medium Celadon | Plains",
- "vendor": "Plains",
- "productType": "Fabric",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/medium-celadon-2523_1_145959.jpg?v=1782268842",
- "productUrl": "https://designerwallcoverings.com/products/bahama-cloth-ii-medium-celadon-dwyp-1000002"
- },
- "channel": "facebook",
- "caption": "Bahama Cloth II in Medium Celadon offers a tactile, organic feel with a refined sheen. Ideal for layering light and texture in your space.",
- "hashtags": [],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/medium-celadon-2523_1_145959.jpg?v=1782268842",
- "videoUrl": null,
- "suggestedSlot": "09:00",
- "scheduledAt": null,
- "privacy": null,
- "status": "suggested",
- "gateReason": null,
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866951958579-bluesky",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:50:36.358Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866951958579",
- "dwSku": "",
- "handle": "bahama-cloth-ii-medium-celadon-dwyp-1000002",
- "title": "Bahama Cloth II, Medium Celadon | Plains",
- "vendor": "Plains",
- "productType": "Fabric",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/medium-celadon-2523_1_145959.jpg?v=1782268842",
- "productUrl": "https://designerwallcoverings.com/products/bahama-cloth-ii-medium-celadon-dwyp-1000002"
- },
- "channel": "bluesky",
- "caption": "Soft, subtle, and rich in texture—Bahama Cloth II in Medium Celadon is a quiet luxury for walls that demand attention.",
- "hashtags": [],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/medium-celadon-2523_1_145959.jpg?v=1782268842",
- "videoUrl": null,
- "suggestedSlot": "10:00",
- "scheduledAt": null,
- "privacy": null,
- "status": "suggested",
- "gateReason": null,
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866951958579-youtube",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:50:36.359Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866951958579",
- "dwSku": "",
- "handle": "bahama-cloth-ii-medium-celadon-dwyp-1000002",
- "title": "Bahama Cloth II, Medium Celadon | Plains",
- "vendor": "Plains",
- "productType": "Fabric",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/medium-celadon-2523_1_145959.jpg?v=1782268842",
- "productUrl": "https://designerwallcoverings.com/products/bahama-cloth-ii-medium-celadon-dwyp-1000002"
- },
- "channel": "youtube",
- "caption": "Bahama Cloth II in Medium Celadon | Plains Fabric",
- "hashtags": [],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/medium-celadon-2523_1_145959.jpg?v=1782268842",
- "videoUrl": null,
- "suggestedSlot": "12:00",
- "scheduledAt": null,
- "privacy": "public",
- "status": "suggested",
- "gateReason": null,
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": {
- "description": "Explore the gentle sheen and soft hand of Bahama Cloth II in Medium Celadon. A textile that breathes and adds warmth to any room."
- }
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866951958579-tiktok",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:50:36.360Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866951958579",
- "dwSku": "",
- "handle": "bahama-cloth-ii-medium-celadon-dwyp-1000002",
- "title": "Bahama Cloth II, Medium Celadon | Plains",
- "vendor": "Plains",
- "productType": "Fabric",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/medium-celadon-2523_1_145959.jpg?v=1782268842",
- "productUrl": "https://designerwallcoverings.com/products/bahama-cloth-ii-medium-celadon-dwyp-1000002"
- },
- "channel": "tiktok",
- "caption": "Soft textures, warm tones, and quiet luxury. #BahamaClothII",
- "hashtags": [
- "#PlainsDesign",
- "#FabricLuxury",
- "#InteriorTextures",
- "#MediumCeladon",
- "#Wallcovering"
- ],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/medium-celadon-2523_1_145959.jpg?v=1782268842",
- "videoUrl": null,
- "suggestedSlot": "18:00",
- "scheduledAt": null,
- "privacy": null,
- "status": "gated",
- "gateReason": "App Review pending — posts private-only (SELF_ONLY)",
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866951958579-threads",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:50:36.361Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866951958579",
- "dwSku": "",
- "handle": "bahama-cloth-ii-medium-celadon-dwyp-1000002",
- "title": "Bahama Cloth II, Medium Celadon | Plains",
- "vendor": "Plains",
- "productType": "Fabric",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/medium-celadon-2523_1_145959.jpg?v=1782268842",
- "productUrl": "https://designerwallcoverings.com/products/bahama-cloth-ii-medium-celadon-dwyp-1000002"
- },
- "channel": "threads",
- "caption": "Bahama Cloth II in Medium Celadon from Plains is a textile that moves with light and offers a soft, tactile experience. Ideal for creating depth and warmth in any room.",
- "hashtags": [],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/medium-celadon-2523_1_145959.jpg?v=1782268842",
- "videoUrl": null,
- "suggestedSlot": "12:30",
- "scheduledAt": null,
- "privacy": null,
- "status": "gated",
- "gateReason": "App Review pending — live publish requires Meta approval",
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866357973043-instagram",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:51:03.670Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866357973043",
- "dwSku": "",
- "handle": "croci-pu2909-2-wallcovering-tres-tintas",
- "title": "Croci PU2909-2 Wallcovering | Tres Tintas",
- "vendor": "Tres Tintas",
- "productType": "Wallcoverings",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/croci-pu2909-2-repeated-patterns-coordonne.jpg?v=1782183546",
- "productUrl": "https://designerwallcoverings.com/products/croci-pu2909-2-wallcovering-tres-tintas"
- },
- "channel": "instagram",
- "caption": "Croci PU2909-2 from Tres Tintas brings a touch of elegance with its soft, textured finish and subtle movement in the light. A perfect addition to any room that demands sophistication.",
- "hashtags": [
- "#CrociPU2909-2",
- "#TresTintas",
- "#NonWovenWallcovering",
- "#LuxuryDesign",
- "#MadeInSpain",
- "#Wallcovering"
- ],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/croci-pu2909-2-repeated-patterns-coordonne.jpg?v=1782183546",
- "videoUrl": null,
- "suggestedSlot": "11:00",
- "scheduledAt": null,
- "privacy": null,
- "status": "suggested",
- "gateReason": null,
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866357973043-facebook",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:51:03.672Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866357973043",
- "dwSku": "",
- "handle": "croci-pu2909-2-wallcovering-tres-tintas",
- "title": "Croci PU2909-2 Wallcovering | Tres Tintas",
- "vendor": "Tres Tintas",
- "productType": "Wallcoverings",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/croci-pu2909-2-repeated-patterns-coordonne.jpg?v=1782183546",
- "productUrl": "https://designerwallcoverings.com/products/croci-pu2909-2-wallcovering-tres-tintas"
- },
- "channel": "facebook",
- "caption": "The Croci PU2909-2 wallcovering from Tres Tintas offers a refined texture and a depth of character that invites closer inspection. Its understated design makes it a choice for any interior space.",
- "hashtags": [],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/croci-pu2909-2-repeated-patterns-coordonne.jpg?v=1782183546",
- "videoUrl": null,
- "suggestedSlot": "09:00",
- "scheduledAt": null,
- "privacy": null,
- "status": "suggested",
- "gateReason": null,
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866357973043-bluesky",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:51:03.673Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866357973043",
- "dwSku": "",
- "handle": "croci-pu2909-2-wallcovering-tres-tintas",
- "title": "Croci PU2909-2 Wallcovering | Tres Tintas",
- "vendor": "Tres Tintas",
- "productType": "Wallcoverings",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/croci-pu2909-2-repeated-patterns-coordonne.jpg?v=1782183546",
- "productUrl": "https://designerwallcoverings.com/products/croci-pu2909-2-wallcovering-tres-tintas"
- },
- "channel": "bluesky",
- "caption": "Croci PU2909-2 from Tres Tintas—textured, subtle, and full of quiet sophistication.",
- "hashtags": [],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/croci-pu2909-2-repeated-patterns-coordonne.jpg?v=1782183546",
- "videoUrl": null,
- "suggestedSlot": "10:00",
- "scheduledAt": null,
- "privacy": null,
- "status": "suggested",
- "gateReason": null,
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866357973043-youtube",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:51:03.674Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866357973043",
- "dwSku": "",
- "handle": "croci-pu2909-2-wallcovering-tres-tintas",
- "title": "Croci PU2909-2 Wallcovering | Tres Tintas",
- "vendor": "Tres Tintas",
- "productType": "Wallcoverings",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/croci-pu2909-2-repeated-patterns-coordonne.jpg?v=1782183546",
- "productUrl": "https://designerwallcoverings.com/products/croci-pu2909-2-wallcovering-tres-tintas"
- },
- "channel": "youtube",
- "caption": "Croci PU2909-2 Wallcovering Close-Up",
- "hashtags": [],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/croci-pu2909-2-repeated-patterns-coordonne.jpg?v=1782183546",
- "videoUrl": null,
- "suggestedSlot": "12:00",
- "scheduledAt": null,
- "privacy": "public",
- "status": "suggested",
- "gateReason": null,
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": {
- "description": "Explore the refined texture and depth of the Croci PU2909-2 wallcovering from Tres Tintas. Its subtle movement in the light adds a layer of sophistication to any space."
- }
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866357973043-tiktok",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:51:03.675Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866357973043",
- "dwSku": "",
- "handle": "croci-pu2909-2-wallcovering-tres-tintas",
- "title": "Croci PU2909-2 Wallcovering | Tres Tintas",
- "vendor": "Tres Tintas",
- "productType": "Wallcoverings",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/croci-pu2909-2-repeated-patterns-coordonne.jpg?v=1782183546",
- "productUrl": "https://designerwallcoverings.com/products/croci-pu2909-2-wallcovering-tres-tintas"
- },
- "channel": "tiktok",
- "caption": "Croci PU2909-2 from Tres Tintas—textured, refined, and full of quiet elegance.",
- "hashtags": [
- "#TresTintas",
- "#Wallcovering",
- "#NonWoven",
- "#LuxuryDesign",
- "#MadeInSpain"
- ],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/croci-pu2909-2-repeated-patterns-coordonne.jpg?v=1782183546",
- "videoUrl": null,
- "suggestedSlot": "18:00",
- "scheduledAt": null,
- "privacy": null,
- "status": "gated",
- "gateReason": "App Review pending — posts private-only (SELF_ONLY)",
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866357973043-threads",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T21:51:03.676Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866357973043",
- "dwSku": "",
- "handle": "croci-pu2909-2-wallcovering-tres-tintas",
- "title": "Croci PU2909-2 Wallcovering | Tres Tintas",
- "vendor": "Tres Tintas",
- "productType": "Wallcoverings",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/croci-pu2909-2-repeated-patterns-coordonne.jpg?v=1782183546",
- "productUrl": "https://designerwallcoverings.com/products/croci-pu2909-2-wallcovering-tres-tintas"
- },
- "channel": "threads",
- "caption": "The Croci PU2909-2 wallcovering from Tres Tintas invites you to experience a blend of texture, light, and movement. It's a design that speaks softly but leaves a lasting impression.",
- "hashtags": [],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/croci-pu2909-2-repeated-patterns-coordonne.jpg?v=1782183546",
- "videoUrl": null,
- "suggestedSlot": "12:30",
- "scheduledAt": null,
- "privacy": null,
- "status": "gated",
- "gateReason": "App Review pending — live publish requires Meta approval",
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866952319027-linkedin",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T22:44:24.725Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866952319027",
- "dwSku": "",
- "handle": "onda-pearl-and-silver-dwtt-73419",
- "title": "Onda, Pearl and Silver Wallcoverings | Thibaut",
- "vendor": "Thibaut",
- "productType": "Wallcovering",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT7900_ee1a8674-8c14-4d27-85ee-af82dcbed06c.jpg?v=1782268872",
- "productUrl": "https://designerwallcoverings.com/products/onda-pearl-and-silver-dwtt-73419"
- },
- "channel": "linkedin",
- "caption": "Thibaut’s Onda, Pearl and Silver Wallcovering exemplifies the marriage of texture and light, offering a refined touch to any interior space.",
- "hashtags": [
- "#InteriorDesign",
- "#LuxuryDesign",
- "#Wallcovering"
- ],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/AT7900_ee1a8674-8c14-4d27-85ee-af82dcbed06c.jpg?v=1782268872",
- "videoUrl": null,
- "suggestedSlot": "09:30",
- "scheduledAt": null,
- "privacy": null,
- "status": "suggested",
- "gateReason": null,
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866951958579-linkedin",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T22:44:34.684Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866951958579",
- "dwSku": "",
- "handle": "bahama-cloth-ii-medium-celadon-dwyp-1000002",
- "title": "Bahama Cloth II, Medium Celadon | Plains",
- "vendor": "Plains",
- "productType": "Fabric",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/medium-celadon-2523_1_145959.jpg?v=1782268842",
- "productUrl": "https://designerwallcoverings.com/products/bahama-cloth-ii-medium-celadon-dwyp-1000002"
- },
- "channel": "linkedin",
- "caption": "Bahama Cloth II, Medium Celadon from Plains offers a refined fabric with a quiet presence, ideal for spaces that demand subtlety and sophistication. A testament to the enduring appeal of fabric in design. #PlainsCollection #FabricInDesign #InteriorDesign",
- "hashtags": [
- "#PlainsCollection",
- "#FabricInDesign",
- "#InteriorDesign"
- ],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/medium-celadon-2523_1_145959.jpg?v=1782268842",
- "videoUrl": null,
- "suggestedSlot": "09:30",
- "scheduledAt": null,
- "privacy": null,
- "status": "suggested",
- "gateReason": null,
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- },
- {
- "id": "eng-20260721-gid-shopify-Product-7866357973043-linkedin",
- "date": "2026-07-21",
- "createdAt": "2026-07-21T22:44:43.516Z",
- "product": {
- "shopifyId": "gid://shopify/Product/7866357973043",
- "dwSku": "",
- "handle": "croci-pu2909-2-wallcovering-tres-tintas",
- "title": "Croci PU2909-2 Wallcovering | Tres Tintas",
- "vendor": "Tres Tintas",
- "productType": "Wallcoverings",
- "imageUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/croci-pu2909-2-repeated-patterns-coordonne.jpg?v=1782183546",
- "productUrl": "https://designerwallcoverings.com/products/croci-pu2909-2-wallcovering-tres-tintas"
- },
- "channel": "linkedin",
- "caption": "The Croci PU2909-2 Wallcovering from Tres Tintas offers a sophisticated touch with its refined texture and subtle sheen, ideal for creating depth and visual interest in high-end interiors.",
- "hashtags": [
- "#InteriorDesign"
- ],
- "mediaUrl": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/croci-pu2909-2-repeated-patterns-coordonne.jpg?v=1782183546",
- "videoUrl": null,
- "suggestedSlot": "09:30",
- "scheduledAt": null,
- "privacy": null,
- "status": "suggested",
- "gateReason": null,
- "source": {
- "llm": "qwen3:14b@mac2",
- "cost": 0
- },
- "attempts": 0,
- "lastError": null,
- "outboxId": null,
- "postedAt": null,
- "detail": null
- }
-]
\ No newline at end of file
← d9e22d3 engine: image-grounded captions (vision) + always include DW
·
back to Marketing Command Center
·
channels: add honest 'postable' status — connected != can-ac 69af9fe →