Move trial authorization out of MVP scope

Resolve the requirements-vs-architecture conflict found in the Phase 5
review. License v1 is frozen at nine fields with no expiry field
(perpetual is a bool; update/rebind policy are opaque labels), so it
cannot express a trial period. The implementation and architecture docs
correctly recorded that boundary, but 02-requirements still listed trial
as a P0 capability and an MVP acceptance criterion.

Decision: trial moves to V1.1.

- 02-requirements: drop trial from the user role and P0 feature list;
  acceptance now reads 'authorization state consistent between box and
  sub-apps'; add a V1.1 trial row naming the protocol prerequisite; add
  a scope row stating perpetual:false is display-only and never expires,
  and supports_trial does not grant local trial.
- 00-ai-start-here: remove trial from 'MVP does', add it to 'MVP does
  not' with the protocol reason.
- 04-architecture: development order step 5 no longer lists trial/rebind
  as MVP work.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
ila
2026-07-20 10:43:21 +08:00
co-authored by Claude Fable 5
parent 1bc4504913
commit 63dc40275f
3 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -80,13 +80,14 @@ MVP 只做:
- 下载队列(并发/暂停/续传/恢复)与 ZIP 安全安装(staging/backup/回滚)。
- 版本检测、子软件更新、软件启动与进程检测。
- SoftBoxUpdater 盒子自更新。
- Ed25519 机器绑定许可证(导入、离线验证、试用)。
- Ed25519 机器绑定许可证(导入、离线验证、撤销状态)。
- 现代版(Win10/11 x64)+ Win7 遗留版(SP1 x64)双构建、双更新通道。
MVP 不做:
- 评论/评分/社区、在线支付、多账号云同步。
- 皮肤市场、插件脚本执行、驱动安装。
- **试用授权**(License v1 无到期字段,需新协议版本;见 `02-requirements.md` 后续迭代)。
- files.json 修复、命名管道优雅退出、便携模式、beta 通道、Win7 x86(见 Backlog)。
## 事实来源