diff --git a/skills/last30days/scripts/lib/planner.py b/skills/last30days/scripts/lib/planner.py index 287e867..207d5c4 100644 --- a/skills/last30days/scripts/lib/planner.py +++ b/skills/last30days/scripts/lib/planner.py @@ -19,14 +19,14 @@ ALLOWED_INTENTS = { } ALLOWED_CLUSTER_MODES = {"none", "story", "workflow", "market", "debate"} QUICK_SOURCE_PRIORITY = { - "factual": ["hackernews", "reddit", "x", "youtube"], - "product": ["youtube", "reddit", "x", "tiktok"], - "concept": ["hackernews", "reddit", "x", "youtube"], - "opinion": ["reddit", "x", "youtube", "hackernews"], - "how_to": ["youtube", "reddit", "x", "hackernews"], - "comparison": ["reddit", "x", "hackernews", "youtube"], - "breaking_news": ["x", "reddit", "hackernews", "youtube", "polymarket"], - "prediction": ["polymarket", "x", "hackernews", "reddit", "youtube"], + "factual": ["hackernews", "reddit", "x", "xquik", "youtube"], + "product": ["youtube", "reddit", "x", "xquik", "tiktok"], + "concept": ["hackernews", "reddit", "x", "xquik", "youtube"], + "opinion": ["reddit", "x", "xquik", "youtube", "hackernews"], + "how_to": ["youtube", "reddit", "x", "xquik", "hackernews"], + "comparison": ["reddit", "x", "xquik", "hackernews", "youtube"], + "breaking_news": ["x", "xquik", "reddit", "hackernews", "youtube", "polymarket"], + "prediction": ["polymarket", "x", "xquik", "hackernews", "reddit", "youtube"], } SOURCE_PRIORITY = { "factual": ["hackernews", "reddit", "x", "youtube"],