Skip to content

Releases: erduo1998-cell/ip-strategist

IP Strategist v2.2.0

Choose a tag to compare

@erduo1998-cell erduo1998-cell released this 31 Aug 09:04
3716c81

本次升级

  • 新增抖音、小红书、视频号本人创作者后台的本地只读评论证据接入。
  • 契约用唯一作品 ID 映射;只汇总到期的待复盘内容,不按标题猜测。
  • 证据不完整时明确标记 partial;同步只读,不自动修改契约状态、日期或复盘结论。
  • 评论正文始终作为不可信数据,不执行其中的命令、角色声明或链接。
  • 脚本能力新增叙事机制指纹、表达冲动、叙事脊柱与发现式分享结构。
  • 收录 Windows 下 npx.cmd 更新兼容修复。
  • 新增私人证据目录、档案备份和本地依赖的发布门禁。

验证

  • Python 140 项测试在普通与无第三方包模式均通过。
  • 三个平台集成共 25 项 Node 测试通过。
  • GitHub CI 的 Python 3.10、3.11 与 Windows Python 3.13 全部通过。
  • 隔离前向测试验证了严格 ID 匹配、partial 保留、评论指令不执行和契约只读。

许可

v2.2.0 继续采用 CC BY-NC 4.0,源码开放、限非商业使用。集成所涉第三方材料见各目录 THIRD_PARTY_NOTICES.md。

ip-strategist v2.1.0

Choose a tag to compare

@erduo1998-cell erduo1998-cell released this 19 Aug 03:41
f251b9e

What's Changed

Full Changelog: v2.0.1...v2.1.0

ip-strategist v2.0.1 — dossier-first runtime

Choose a tag to compare

@erduo1998-cell erduo1998-cell released this 13 Aug 05:37
3d5b074

这次修复了什么

v2.0.1 恢复 ip-strategist 最核心的产品意义:它不是无状态的内容提示词,而是以私人档案、历史数据、依据账本和复盘认知为判断底座的长期 IP 陪跑系统。

  • 首次必须建档:没有 ip-dossier.md 时,定位、选题、写稿、增长、复盘和变现请求都会先进入六模块建档;原任务会保留为证据和建档后待办。
  • 断点不能被带走:档案为 in_progress 时,新任务只作为证据和待办,系统继续完成当前建档断点。
  • 每次先重判问题:正式任务先结合目标、用户、阶段、历史数据、依据账本和两轨认知,判断用户说的是根因、症状、待验证假设还是证据冲突,再执行唯一任务胶囊。
  • 中文新手教程补全:完整解释四相、四阶段、六模块、七任务、三桶选题、两轨认知、依据账本和契约生命周期。
  • 产品外壳升级:五语 README、15 秒 Remotion 演示、作者联系卡和更安全的单宿主安装/升级命令。

已有用户升级

在 Agent 中直接说:

更新 ip-strategist

或在终端按宿主覆盖安装:

npx -y skills add erduo1998-cell/ip-strategist -g --agent codex --skill ip-strategist -y
npx -y skills add erduo1998-cell/ip-strategist -g --agent claude-code --skill ip-strategist -y

升级不会主动删除工作目录里的 ip-dossier.mdip-contracts/。升级后请新建会话,让宿主重新加载 Skill。

验证

  • Python 3.10 / 3.11 GitHub CI 全绿
  • 本地普通 Python 与 python -S:115 tests passed,1 个可选在线许可比对因官方页面 HTTP 403 跳过
  • 官方 Skill 校验、三脚本编译、Remotion typecheck、差异格式检查通过
  • 4 个隔离的档案优先行为会话逐项通过

完整变化见 CHANGELOG.md

ip-strategist v2.0.0 — one entry, one current task

Choose a tag to compare

@erduo1998-cell erduo1998-cell released this 12 Aug 18:24
5e025e8

ip-strategist v2.0.0 is a major runtime and product-shell rebuild. It keeps the full v1 methodology while changing how that methodology enters an agent context.

Highlights

  • One unified ip-strategist entry routes each ordinary request to exactly one closed task capsule.
  • Seven task capsules cover onboarding, positioning, topic selection, scripting, growth, review, and monetization.
  • The original references/00-11 methodology remains intact as a cold knowledge base for named hard questions.
  • A read-only ip-context.py summary keeps ongoing coaching context task-relevant and bounded.
  • Five-language product documentation, a short newcomer shell, original visuals, and Codex interface metadata make installation and first use clearer.
  • ip-update.py provides a deterministic official-repository update path that stops on remote mismatch, local changes, or non-fast-forward history.
  • 105 automated tests cover behavior, lifecycle state, privacy, updating, i18n, release contracts, and context budgets on Python 3.10 and 3.11 CI.

Compatibility and upgrade

Existing ip-dossier.md and ip-contracts/ files require no migration. The v1 lifecycle semantics and seven contract machine fields are preserved. Program files and private user state remain separate.

Recommended install or update:

npx -y skills add erduo1998-cell/ip-strategist -g --all

Already-installed users may explicitly ask their agent to “更新 ip-strategist”. The updater only updates the official repository, never reads or changes private state, and asks you to start a new session after success. Git-clone users can continue to use git pull --ff-only. ZIP/manual-copy users should replace the complete Skill directory.

License boundary

Starting with v2.0.0, this repository is source-available for noncommercial use under Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). Sharing and adaptation are allowed with attribution, a license link, and a change notice; commercial use requires separate written permission.

Copies of v1 already obtained under MIT retain the rights granted at that time. This v2 change does not retroactively revoke or restrict those MIT rights. The stable v1.9.0 MIT rollback point remains available as a separate release.

Commercial permission and consulting services are separate offerings. See SUPPORT.md for the commercial-license contact path and NOTICE.md for the exact attribution, scope, and exclusions.

Verification

The release tag points to merged main commit 5e025e8b5c19ca37a52bd2a619c101a5d3a39a5f. PR #1 passed both Python 3.10 and 3.11 CI before merge.

ip-strategist v1.9.0 — stable MIT rollback point

Choose a tag to compare

@erduo1998-cell erduo1998-cell released this 12 Aug 18:22

This release records the stable v1 baseline before the v2 architecture and license transition.

  • Target commit: 45e88feccc3841d4a981bea42fc656d723ded276
  • License: MIT
  • Purpose: stable rollback and reproducible access to the final v1 codebase

The later v2 license change does not retroactively revoke MIT rights already granted for v1 copies.