@seoagent-official/seoagent 1.82.0 → 1.83.0

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": "@seoagent-official/seoagent",
3
- "version": "1.82.0",
3
+ "version": "1.83.0",
4
4
  "description": "The persistent AI SEO agent for Claude Code. Audits, keyword strategy, briefs, articles, real product screenshots from your repo, and the autopilot loop (cloud detects → CLI executes → ack closes) — other SEO tools write the prompt, SEOAgent runs it.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -58,7 +58,7 @@ Loading the right reference makes outputs dramatically better. Don't skip it.
58
58
 
59
59
  ## Install (npm CLI — for users without this skill yet)
60
60
 
61
- If the project does not have `.seoagent/` yet, run **in the repo root** (where `package.json` lives). Recommended (global install — fastest for daily use):
61
+ If the project does not have `.seoagent/` yet, run **in the MAIN repo root** (where `package.json` lives). Never init inside a **temporary checkout** — a linked git worktree (e.g. anything under `.claude/worktrees/`), a CI checkout, or a scratch clone. `.seoagent/` accumulates knowledge (briefs, articles, images, login binding) and only its `*.md` files round-trip through cloud sync — a workspace created in a disposable folder is deleted with it. If your current working directory is a worktree, `cd` to the main repository root first; `init` refuses in a worktree unless you pass `--allow-worktree`. Recommended (global install — fastest for daily use):
62
62
 
63
63
  ```bash
64
64
  npm install -g @seoagent-official/seoagent