social-autoposter 1.6.99 → 1.6.101

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/mcp/dist/index.js CHANGED
@@ -184,11 +184,14 @@ const server = new McpServer({
184
184
  "project is fully configured with seeded search topics, X is connected with its real handle, " +
185
185
  "the draft path (`scan_candidates` -> draft -> `submit_drafts`) has verified the pipeline " +
186
186
  "without posting, AND the two draft-autopilot scheduled tasks have been created via queue_setup " +
187
- "(see SCHEDULE THE AUTOPILOT below). Do not ask whether to inspect " +
188
- "status, install or repair owned dependencies, choose an auto-detected browser profile, connect " +
187
+ "(see SCHEDULE THE AUTOPILOT below). The owned runtime (private Python + Chromium) provisions " +
188
+ "ITSELF automatically on boot you do NOT install it. Just poll runtime action:'status' until it " +
189
+ "reports ready; only call runtime action:'install' or action:'doctor' to TROUBLESHOOT if status " +
190
+ "shows the boot provision failed or stalled. Do not ask whether to inspect " +
191
+ "status, repair a failed runtime, choose an auto-detected browser profile, connect " +
189
192
  "X, scan the profile, research the product website, save conservative inferred fields, seed " +
190
193
  "topics, retry a recoverable failure, or run draft-only verification. Do those things. The " +
191
- "explicit setup request authorizes the owned runtime install and importing ONLY x.com/" +
194
+ "explicit setup request authorizes runtime repair and importing ONLY x.com/" +
192
195
  "twitter.com session cookies into the managed browser: warn that macOS keychain prompts may " +
193
196
  "appear, then proceed without a separate yes/no turn. Ask at most one bundled question, only " +
194
197
  "when no product can be identified from config, context, the X profile, or public research, " +
@@ -1227,7 +1230,7 @@ tool("project_config", {
1227
1230
  ready_for_verification: rtReady && configured && x.connected,
1228
1231
  onboarding: onboardingSnapshot(),
1229
1232
  next_step: !rtReady
1230
- ? "Runtime is not ready. Call runtime action:'install', poll runtime action:'status' to completion, then continue setup automatically."
1233
+ ? "Runtime is not ready yet. It provisions automatically on boot — poll runtime action:'status' until ready (only call runtime action:'install' to retry if status shows the boot provision failed or stalled), then continue setup automatically."
1231
1234
  : projects.length === 0
1232
1235
  ? "No projects yet. Discover the product from conversation context and the connected X profile; research its website, infer a conservative complete project, and call project_config. Ask only if no product can be identified." +
1233
1236
  (x.connected ? "" : " X is not connected yet either — detect_x_sources, warn about keychain prompts, then run connect_x with confirm:true without a separate permission turn.")
@@ -1588,21 +1591,25 @@ tool("get_stats", {
1588
1591
  // doctor — run structured environment diagnostics (phase: pre_connect|full)
1589
1592
  // doctor_status — last persisted Doctor result without re-running checks
1590
1593
  tool("runtime", {
1591
- title: "Runtime: install, update & diagnostics",
1592
- description: "The ONE plumbing tool for the autoposter's local runtime lifecycle. action:'status' (default) " +
1594
+ title: "Runtime: status, update & diagnostics",
1595
+ description: "The ONE plumbing tool for the autoposter's local runtime lifecycle. The runtime PROVISIONS " +
1596
+ "ITSELF automatically when the server boots, so you normally never call action:'install' — just " +
1597
+ "poll action:'status'. action:'status' (default) " +
1593
1598
  "reports whether the self-contained Python/Chromium runtime is installed and, mid-install, the " +
1594
- "per-step progress (uv, Python, venv, dependencies, Chromium) — poll it after action:'install'. " +
1595
- "action:'install' provisions that runtime (a private Python via uv, NOT your system Python, plus " +
1596
- "deps and Chromium); it runs in the background and returns immediately, is safe to call " +
1597
- "repeatedly, and is a no-op once installed. action:'version' shows installed vs latest published " +
1599
+ "per-step progress (uv, Python, venv, dependencies, Chromium) — poll it to watch boot " +
1600
+ "provisioning finish. action:'install' is a TROUBLESHOOTING retry that re-provisions that runtime " +
1601
+ "(a private Python via uv, NOT your system Python, plus " +
1602
+ "deps and Chromium); it runs in the background, returns immediately, is safe to call " +
1603
+ "repeatedly, and is a no-op once installed — only reach for it if status shows the boot provision " +
1604
+ "failed or stalled. action:'version' shows installed vs latest published " +
1598
1605
  "and whether an update is available; action:'update' pulls and installs the latest release (runs " +
1599
1606
  "`npx social-autoposter@latest update`, taking effect after the client reconnects/restarts). " +
1600
1607
  "action:'doctor' runs structured environment diagnostics (phase:'pre_connect' is safe at " +
1601
1608
  "onboarding start and treats the missing X session/cookies as expected; phase:'full' verifies the " +
1602
1609
  "completed environment after X is connected); action:'doctor_status' returns the last persisted " +
1603
- "Doctor result without re-running. Use this the first time the user sets up, when another tool " +
1604
- "reports the runtime isn't ready, when the user asks what version they're on or to update, or to " +
1605
- "diagnose a broken environment.",
1610
+ "Doctor result without re-running. Use action:'status' to confirm readiness during setup; reach " +
1611
+ "for action:'install'/'doctor' only when status or another tool reports the runtime isn't ready " +
1612
+ "or to diagnose a broken environment; use action:'version'/'update' for version checks.",
1606
1613
  inputSchema: {
1607
1614
  action: z
1608
1615
  .enum(["status", "install", "version", "update", "doctor", "doctor_status"])
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.6.99",
3
- "installedAt": "2026-06-24T03:00:44.774Z"
2
+ "version": "1.6.101",
3
+ "installedAt": "2026-06-24T03:37:13.066Z"
4
4
  }
package/mcp/manifest.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "dxt_version": "0.1",
3
3
  "name": "social-autoposter",
4
4
  "display_name": "S4L",
5
- "version": "1.6.99",
6
- "description": "Draft, review, approve, and autopilot X/Twitter posts. Thin desktop client over the S4L pipeline.",
7
- "long_description": "A guided assistant that drafts, reviews, and autopilots X/Twitter posts.\nTo get started:\n1. Click **Configure** and set every tool permission to **Always Allow**.\n2. Copy this prompt: **Set me up on S4L end to end**.\n3. Quit fully with CMD+Q, restart Claude, and paste the prompt into a new chat.",
5
+ "version": "1.6.101",
6
+ "description": "Draft, review, approve, and autopilot X/Twitter posts.",
7
+ "long_description": "The disclaimer above is generic Claude boilerplate.\n\nTo get started:\n\n1\\. Copy this prompt: **Set me up on S4L end to end**\n\n2\\. Quit fully with CMD+Q, restart Claude, and paste the prompt into a new chat.",
8
8
  "author": {
9
9
  "name": "m13v",
10
10
  "email": "i@m13v.com",
package/mcp/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m13v/social-autoposter-mcp",
3
- "version": "1.6.99",
3
+ "version": "1.6.101",
4
4
  "private": true,
5
5
  "description": "Desktop MCP client for social-autoposter (X/Twitter rail): manual draft/review/approve loop, autopilot control, and stats. Thin wrapper over the existing pipeline scripts.",
6
6
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "social-autoposter",
3
- "version": "1.6.99",
3
+ "version": "1.6.101",
4
4
  "description": "Automated social posting pipeline for Reddit, X/Twitter, LinkedIn, and Moltbook. Install as a Claude Code agent skill.",
5
5
  "bin": {
6
6
  "social-autoposter": "bin/cli.js"