@seoagent-official/seoagent 1.77.3 → 1.79.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/README.md +2 -2
- package/index.js +177 -129
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -278,8 +278,8 @@ Grouped by what they're for. Run as bare `seoagent <cmd>` after the one-time `np
|
|
|
278
278
|
| Command | What it does |
|
|
279
279
|
|---|---|
|
|
280
280
|
| `init` | Scaffold `.seoagent/` + install the SKILL bundle + write the sync hook. Run once per repo. Auto-detects domain + site type; supports `--yes --domain <d> --site-type <t>` for CI. **Re-running later refreshes the skill in place** (non-destructive — never touches `.seoagent/`), handy to force the skill up to your current CLI version. |
|
|
281
|
-
| `login` | Connect this CLI to seoagent.com (browser OAuth flow). Free dashboard access; required for `sync` / `process` / `ack` / paid features. |
|
|
282
|
-
| `logout` | Clear stored credentials. |
|
|
281
|
+
| `login` | Connect this CLI to seoagent.com (browser OAuth flow). Free dashboard access; required for `sync` / `process` / `ack` / paid features. **You can be logged into multiple sites at once** — run `login` again from a different project and it adds that site rather than replacing the first; each project auto-selects its own via `.seoagent/project.md`'s domain. |
|
|
282
|
+
| `logout` | Clear stored credentials for the current project's site. `--all` clears every site this machine is logged into. |
|
|
283
283
|
| `uninstall` | Remove `.seoagent/`, the skill, and the sync hook. `--global` also wipes the login session and cache. |
|
|
284
284
|
|
|
285
285
|
**The autopilot loop**
|