Skip to content

feat(verify-cpamp): 新增演示面板验证技能并补全全部用户路径(中文) - #2

Draft
HuiCheng wants to merge 3 commits into
cursor/sync-upstream-main-8c95from
cursor/verify-cpamp-skill-0bf4
Draft

HuiCheng wants to merge 3 commits into
cursor/sync-upstream-main-8c95from
cursor/verify-cpamp-skill-0bf4

Conversation

@HuiCheng

@HuiCheng HuiCheng commented Sep 8, 2026

Copy link
Copy Markdown
Owner

Summary

新增项目本地 verify-cpamp 技能:用 demo 管理面板按真实用户路径启动、驱动、取证并清理;技能说明与全部用户路径 feature map 使用中文,命令/路由/ARIA 等技术字面量保持英文不变。

本轮 /maintain-verification-skill 已对照源码与实机 ARIA 校正地图漂移,并完成 14 条路径复验(13 pass / 1 verified-unreachable)。

Scope

  • Frontend panel
  • Manager Server
  • CPA panel mode
  • Full Docker mode
  • Native packages / release
  • Docs / Wiki
  • CI / build / tooling

Changes

  • 新增 .cursor/skills/verify-cpamp/SKILL.md(Launch / Doctor / Drive / Evidence / Cleanup / Helpers,中文说明)。
  • 新增 control-cpamp harness(Vite demo + 一次性 Chrome profile + CDP 助手)。
  • 补全 #/demo 下全部主要用户路径 feature map(登录/setup 标为 live 前置条件)。
  • 忽略 run artifacts 与临时 verify 状态,保留 artifacts 目录脚手架。
  • maintain 校正:去掉失效标题等待、Keys 页签 AX 名、登录标签、system/oauth/accounts 等实机不一致配方。

User Impact

无产品行为变更。Agent/维护者可按脚本在 demo 表面证明面板行为。

Compatibility / Runtime Notes

  • CPA panel mode: N/A(默认驱动 demo Vite 表面)
  • Manager Server mode: 登录/setup 已映射,需一次性 backend;否则记为 verified-unreachable
  • Full Docker / native packages: N/A

Data / Security Notes

N/A — 使用 demo fixtures 与 /tmp/cpamp-verify 下一次性 Chrome profile;不提交密钥、SQLite 或 CPA key。

Risk / Rollback

Risk level: Low

Rollback notes: 删除 .cursor/skills/verify-cpamp/ 及相关 .gitignore 条目。

Verification

  • Type check
  • Lint
  • Tests
  • Build
  • Manual UI check
  • Docs/link check
  • Not applicable, docs-only

Commands / evidence:

# create skill proof
./.cursor/skills/verify-cpamp/scripts/launch.sh
./.cursor/skills/verify-cpamp/scripts/doctor.sh
control-cpamp: 侧栏进入 Dashboard;Request Monitor → Realtime
./.cursor/skills/verify-cpamp/scripts/cleanup.sh

# maintain reproof (maintain-20260908-111100-34647)
14 features: 13 pass / 0 fail / 1 verified-unreachable (login-and-setup)

Screenshots / Recordings

maintain dashboard
maintain monitoring
maintain accounts oauth
maintain shell

Docs

  • README / README_CN updated for user-visible capabilities
  • Matching docs manual and navigation updated
  • Demo fixtures, screenshots, and deep links reviewed
  • Release notes needed
  • Not needed — explanation included below

Docs decision: 仅 agent 验证技能/工具,产品文档不变。

Related

N/A — 由 /create-verification-skill 补全全部用户路径;文档已中文化;并由 /maintain-verification-skill 完成地图校正与复验。

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

cursoragent and others added 2 commits September 8, 2026 07:00
…e map

Add a project-local verify-cpamp skill that launches the demo panel,
drives hash-routed user paths through control-cpamp, and keeps evidence
after cleanup. Seed every mapped panel path so later maintain runs can
cover the full surface.

Co-authored-by: 程辉 <HuiCheng@users.noreply.github.com>
Keep structural English H2s, commands, hashes, ARIA names, and env
literals unchanged so agents can still drive the English demo UI.

Co-authored-by: 程辉 <HuiCheng@users.noreply.github.com>
@cursor cursor Bot changed the title feat(verify-cpamp): add demo panel verification skill and full user-path map feat(verify-cpamp): 新增演示面板验证技能并补全全部用户路径(中文) Sep 8, 2026
Refresh recipes after a full maintain pass: fix obsolete title waits,
Keys tab naming, login labels, and system/oauth/accounts entry proofs.

Co-authored-by: 程辉 <HuiCheng@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants