forkfeed-mcp 1.3.6 → 1.3.7
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/dist/index.js +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -282,12 +282,12 @@ async function fetchStatusData() {
|
|
|
282
282
|
}
|
|
283
283
|
// ── Cover titles (fixed per card index) ──────────────────────────────
|
|
284
284
|
const COVERS = [
|
|
285
|
-
{ title: "Explain Like I'm 5", subtitle: "Hopefully now you'll understand what you pushed" },
|
|
286
|
-
{ title: "The Roast", subtitle: "Your code had it coming" },
|
|
287
|
-
{ title: "The LinkedIn Post", subtitle: "Mass cringe, freshly generated" },
|
|
288
|
-
{ title: "Learning Moment", subtitle: "Something useful buried in your chaos" },
|
|
289
|
-
{ title: "Alternatives", subtitle: "What you could have done instead" },
|
|
290
|
-
{ title: "Quiz", subtitle: "Let's see if you even understand your own code" },
|
|
285
|
+
{ title: "🧒 Explain Like I'm 5", subtitle: "Hopefully now you'll understand what you pushed" },
|
|
286
|
+
{ title: "🔥 The Roast", subtitle: "Your code had it coming" },
|
|
287
|
+
{ title: "💼 The LinkedIn Post", subtitle: "Mass cringe, freshly generated" },
|
|
288
|
+
{ title: "💡 Learning Moment", subtitle: "Something useful buried in your chaos" },
|
|
289
|
+
{ title: "🔀 Alternatives", subtitle: "What you could have done instead" },
|
|
290
|
+
{ title: "🧠 Quiz", subtitle: "Let's see if you even understand your own code" },
|
|
291
291
|
];
|
|
292
292
|
// ── Simplified block inference ───────────────────────────────────────
|
|
293
293
|
function inferBlock(block) {
|