@claudein.org/cli 0.1.17 → 0.1.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claudein.org/cli",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "description": "Post to LinkedIn from the command line",
5
5
  "type": "module",
6
6
  "repository": {
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: claudein
3
3
  description: Create LinkedIn posts using the claudein CLI. Use when the user wants to write, draft, or schedule LinkedIn posts, or when working with any .yml posts file.
4
- allowed-tools: Edit, Write, Bash(cin *), Bash(pgrep *)
4
+ allowed-tools: Edit, Write, Bash(cin *), Bash(pgrep *), Bash(curl *)
5
5
  ---
6
6
 
7
7
  # claudein — LinkedIn posts from the CLI
@@ -29,8 +29,10 @@ The default file is `posts.yml` but users can use any `.yml` file (pass it to `c
29
29
 
30
30
  When generating or sourcing images and videos (e.g. with Remotion), target LinkedIn's specs:
31
31
 
32
- **Images:** 1200×627 px (1.91:1 landscape) or 1080×1080 px (1:1 square) PNG or JPG, high resolution
32
+ **Both images and videos:** 1:1 to 4:5 aspect ratio, 1080×1080 px up to 1080×1350 px
33
33
 
34
- **Videos:** MP4, H.264, at least 1280×720 px, 16:9 aspect ratio — up to 4096×2304 supported
34
+ **Images:** PNG or JPG
35
35
 
36
- Low resolution or non-standard aspect ratios may be cropped or rejected by LinkedIn.
36
+ **Videos:** MP4, H.264
37
+
38
+ Content outside the 1:1–4:5 range may be cropped or rejected by LinkedIn.