forkfeed-mcp 1.3.7 → 1.3.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.
@@ -50,7 +50,7 @@ Only 5 fields + cards. Everything else is auto-populated.
50
50
  |------------|---------|-------|
51
51
  | \`{ "img": "img47" }\` | CONTENT_IMAGE | sizing defaults to "wide". Options: automatic, wide, portrait, square, small_portrait |
52
52
  | \`{ "img": "img47", "sizing": "square" }\` | CONTENT_IMAGE | With explicit sizing |
53
- | \`{ "title": "Heading" }\` | CONTENT_TITLE | Required in every detail variant, sentence case |
53
+ | \`{ "title": "Heading" }\` | CONTENT_TITLE | Cards 0-4 detail variants, sentence case |
54
54
  | \`{ "text": "Paragraph..." }\` | CONTENT_TEXT | 50-200 words, use \\\\n\\\\n for breaks |
55
55
  | \`{ "code": "const x = 1", "lang": "typescript" }\` | CONTENT_CODE | Real code from diff, 5-20 lines, strip +/- prefixes |
56
56
  | \`{ "subtext": "Pro tip..." }\` | CONTENT_SUBTEXT | Aside or protip |
@@ -88,7 +88,7 @@ Each card = array of detail variants (cover is auto-generated). Provide 1+ varia
88
88
  | 2 | The LinkedIn post | 2-3 | social -> title -> text | Peak LinkedIn parody |
89
89
  | 3 | Learning moment | 2-3 | img -> title -> text -> optional code -> button(last) | Teach with personality |
90
90
  | 4 | Alternatives | 2-3 | img -> title -> text -> optional code | Constructive snark |
91
- | 5 | Quiz | 4-6 | title -> quiz (no img blocks) | Quiz show energy |
91
+ | 5 | Quiz | 4-6 | quiz only (no img or title blocks) | Quiz show energy |
92
92
 
93
93
  ### Card 2 personas (LinkedIn)
94
94
  - Chad Gitpush: "10x Engineer | Building in Public | DMs Open"
@@ -104,7 +104,7 @@ Each card = array of detail variants (cover is auto-generated). Provide 1+ varia
104
104
  - 8-12 unique scene images (img*) across the feed, no duplicate within same card
105
105
  - Cards 0-3: code must be REAL from the diff (never fabricated)
106
106
  - Card 4: synthesized code IS allowed
107
- - Card 5: no img blocks, quiz blocks only (with title per variant)
107
+ - Card 5: no img blocks, quiz blocks only (question serves as heading)
108
108
  - Card 3: every detail variant MUST end with a button block
109
109
  - Card 2: first block should be social (not img), no engagement metrics subtext (reactions, comments, reposts)
110
110
  - CONTENT_QUIZ: 4 options recommended (min 2), exactly one correct, always include explanation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forkfeed-mcp",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
4
4
  "description": "MCP server for pushing GitHub commits to forkfeed",
5
5
  "type": "module",
6
6
  "bin": {