docs(linkedin-studio): M0-15 — repoint remaining prose families + route ab-tests/plans
This commit is contained in:
parent
c0abb82d9c
commit
6bd263144f
35 changed files with 167 additions and 130 deletions
|
|
@ -1486,7 +1486,7 @@ now a first-class scheduled post.
|
|||
node -e 'import("'"${CLAUDE_PLUGIN_ROOT}"'/hooks/scripts/queue-manager.mjs").then(q => q.queueAdd("<series-slug>-NN","<serie-mappe>/linkedin/NN/POST.html","YYYY-MM-DD","HH:MM","<pillar>","newsletter","<hook ~80c>",<charCount>))'
|
||||
```
|
||||
|
||||
The function appends to `assets/drafts/queue.json` with `status:
|
||||
The function appends to `${LINKEDIN_STUDIO_DATA:-$HOME/.claude/linkedin-studio}/drafts/queue.json` with `status:
|
||||
"scheduled"` and returns the new entry.
|
||||
|
||||
3. **Persist + close the edition.** Set the article's `status: "scheduled"`,
|
||||
|
|
@ -1497,7 +1497,7 @@ now a first-class scheduled post.
|
|||
|
||||
```
|
||||
Scheduling.
|
||||
- Queue entry: <series-slug>-NN → assets/drafts/queue.json (status: scheduled)
|
||||
- Queue entry: <series-slug>-NN → ${LINKEDIN_STUDIO_DATA:-$HOME/.claude/linkedin-studio}/drafts/queue.json (status: scheduled)
|
||||
- Slot: YYYY-MM-DD HH:MM format: newsletter
|
||||
- Article status: scheduled
|
||||
Edition complete. Visible in /linkedin:calendar; mark live via /linkedin:calendar (publish action).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue