@seoagent-official/seoagent 1.85.1 → 1.86.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/index.js +172 -172
- package/package.json +1 -1
- package/skills/skill.meta.json +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seoagent-official/seoagent",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.86.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": {
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
{
|
|
2
|
+
"min_cli": "1.85.0",
|
|
3
|
+
"_comment": "Lowest CLI version that can safely run the skill in this directory. The cloud skill channel refuses to install a skill newer than the user's CLI can support, so an old CLI keeps its bundled skill instead of being told to run a command it does not have. Bump this ONLY when the skill starts depending on a command or flag that a newer CLI introduced."
|
|
4
|
+
}
|