Skip to content

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
· 5 commits to main since this release
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.