From 945636d8b3b4f7cc6e98e5bfa397473e2557147f Mon Sep 17 00:00:00 2001 From: vprudnikoff Date: Tue, 21 Jul 2026 10:24:17 +0100 Subject: [PATCH] Hide experimental trial error documentation --- linkedin-growth/SKILL.md | 7 +++---- linkedin/SKILL.md | 3 --- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/linkedin-growth/SKILL.md b/linkedin-growth/SKILL.md index 0bbafc3..2f03a29 100644 --- a/linkedin-growth/SKILL.md +++ b/linkedin-growth/SKILL.md @@ -283,10 +283,9 @@ Result classification: so it never hangs. Never burns a whole queue on a weekly-limit burst. - anything else → `status='error'`, `error_type`/`error_message` stored -`linkedin-cli` exit code 3 (subscription or trial exhausted), 4 (account issue), or 6 (rate -limit) aborts the whole run immediately — no further leads are touched. A -`trialLimitReached` error must not be retried until the user subscribes or support extends the -trial. Other non-zero exits mark the lead as error and continue. +`linkedin-cli` exit code 3 (subscription or plan required), 4 (account issue), or 6 (rate limit) +aborts the whole run immediately — no further leads are touched. Other non-zero exits mark the +lead as error and continue. ### Pending outcomes (with cross-account retry) diff --git a/linkedin/SKILL.md b/linkedin/SKILL.md index 717f738..e9726b8 100644 --- a/linkedin/SKILL.md +++ b/linkedin/SKILL.md @@ -531,8 +531,5 @@ linkedin reset --all # Remove all accounts - **Timestamps in UTC.** All dates and times are in UTC. - **Single quotes for text arguments.** Use single quotes around message text, post text, and comments to avoid shell interpretation issues with special characters. - **Action limits.** Per-account limits are configurable on the platform. A `limitExceeded` error means the limit was reached. -- **Trial limits.** A `trialLimitReached` error means the workspace has used its free trial - workflow allowance. Do not retry the workflow: ask the user to subscribe or contact support - for a trial extension. - **URL normalization.** All LinkedIn URLs in responses are normalized to `https://www.linkedin.com/...` format without trailing slashes. - **Null fields.** Fields that are unavailable are returned as `null` or `[]`, not omitted. diff --git a/package-lock.json b/package-lock.json index a006b6f..97f9620 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@linkedapi/skills", - "version": "1.0.10", + "version": "1.0.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@linkedapi/skills", - "version": "1.0.10", + "version": "1.0.11", "license": "MIT", "dependencies": { "@clack/prompts": "^1.5.0" diff --git a/package.json b/package.json index 2fb02b6..8ff4d3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@linkedapi/skills", - "version": "1.0.10", + "version": "1.0.11", "description": "One-command installer for Linked API agent skills across Claude Code, Codex, Cursor, and Windsurf.", "type": "module", "bin": {