Model Economy v0.5.1
English
This cumulative release covers the changes from 0.4.0 through 0.5.1.
- Replaces runtime dependencies on Superpowers skills with Model Economy's native, risk-adaptive intent, planning, testing, and evidence gates.
- Requires explicit per-task authorization before handing orchestration to full Superpowers strict mode.
- Adds three on-demand lightweight leaf skills:
domain-context,module-design, anddisposable-prototype, without giving them subagent, routing, review, or commit authority. - Adds isolation and explicit bans on real accounts, external writes, destructive side effects, and credential sources for disposable prototypes.
- Allows the exact GitHub service identity
noreply@github.comin sensitive-content scans while continuing to reject other domain addresses and spoofed suffixes. - Adds self-contained light, dark, and composer SVG brand assets with a flat geometric routing mark and no gradients, external fonts, scripts, or embedded raster content.
- Adds manifest and asset-contract tests for the new plugin artwork.
Validation:
- 185 local tests passed; 1 environment-dependent test was skipped as designed.
- Both release PRs passed the full Linux, macOS, and Windows matrix on Python 3.11 and 3.12: 12/12 checks each.
- Plugin structure validation, sensitive-content scanning, SVG rendering checks, and managed-install verification passed.
Upgrade an existing local installation:
git pull --ff-only
codex plugin remove model-economy@model-economy-public
codex plugin marketplace remove model-economy-public
codex plugin marketplace add .
codex plugin add model-economy@model-economy-public
python3 plugins/model-economy/scripts/model_economy.py upgrade --dry-run
python3 plugins/model-economy/scripts/model_economy.py upgrade
python3 plugins/model-economy/scripts/model_economy.py enable-global-routing简体中文
这是一个累计发行版,覆盖 0.4.0 至 0.5.1 的全部变更。
- 用 Model Economy 自带、按风险触发的意图门、计划门、测试门和证据门替代对 Superpowers Skill 的运行依赖。
- 只有当前任务明确授权完整 Superpowers strict mode 时才交出编排权。
- 新增
domain-context、module-design和disposable-prototype三个按需触发的轻量叶子 Skill,不授予 subagent、路由、审查或提交权限。 - 为一次性原型增加隔离,并明确禁止真实账户、外部写入、破坏性副作用和任何凭据来源。
- 敏感内容扫描器允许精确的 GitHub 官方
noreply@github.com身份,同时继续拒绝其他域内地址和伪造后缀。 - 新增自包含的浅色、深色与输入框 SVG 品牌资产;图形采用纯色几何路由符号,不包含渐变、外部字体、脚本或内嵌位图。
- 增加 manifest 与品牌资产契约测试。
验证结果:
- 本地 185 项测试通过,1 项环境相关测试按设计跳过。
- 两个发行 PR 均通过 Linux、macOS、Windows × Python 3.11/3.12 完整矩阵,每个 PR 都是 12/12 检查通过。
- 插件结构校验、敏感内容扫描、SVG 实际渲染检查和受管理安装验证均通过。
升级现有本地安装:
git pull --ff-only
codex plugin remove model-economy@model-economy-public
codex plugin marketplace remove model-economy-public
codex plugin marketplace add .
codex plugin add model-economy@model-economy-public
python3 plugins/model-economy/scripts/model_economy.py upgrade --dry-run
python3 plugins/model-economy/scripts/model_economy.py upgrade
python3 plugins/model-economy/scripts/model_economy.py enable-global-routing