geo-ai-search-optimization 1.2.20 → 1.3.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 +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -806,6 +806,15 @@ geo-ai-search-optimization help
|
|
|
806
806
|
- 输出 do-now checklist、stop checklist、success checklist、验证命令和回报模板
|
|
807
807
|
- 新增 `geo-ai-search-optimization-agent-executor` skill
|
|
808
808
|
|
|
809
|
+
## New in 1.3.0
|
|
810
|
+
|
|
811
|
+
- 正式进入 `1.3` 主线,把 agent-first 的执行闭环收敛成更明确的继续入口
|
|
812
|
+
- 新增 `agent-continue`
|
|
813
|
+
- 把 `agent-resume` 再推进成“继续这一轮并回写状态工件”的微闭环入口
|
|
814
|
+
- 输出 `continue_now`、`validate_after`、`update_artifacts`、`closeout_when_ready`、`report_back`
|
|
815
|
+
- `auto-flow`、`agent-session` 已能把 `playbook-pack / agent-resume / agent-continue` 统一接成继续链
|
|
816
|
+
- 新增 `geo-ai-search-optimization-agent-continue` skill
|
|
817
|
+
|
|
809
818
|
## New in 1.2.20
|
|
810
819
|
|
|
811
820
|
- 新增 `agent-continue`
|
package/package.json
CHANGED