[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-96467":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":8,"htmlUrl":8,"language":9,"languages":8,"totalLinesOfCode":8,"stars":10,"forks":11,"watchers":12,"openIssues":12,"contributorsCount":13,"subscribersCount":13,"size":13,"stars1d":14,"stars7d":14,"stars30d":14,"stars90d":13,"forks30d":13,"starsTrendScore":15,"compositeScore":16,"rankGlobal":8,"rankLanguage":8,"license":8,"archived":17,"fork":17,"defaultBranch":18,"hasWiki":19,"hasPages":17,"topics":20,"createdAt":8,"pushedAt":8,"updatedAt":21,"readmeContent":22,"aiSummary":8,"trendingCount":13,"starSnapshotCount":13,"syncStatus":23,"lastSyncTime":24,"discoverSource":25},96467,"Jev-cu","Sac-Y\u002FJev-cu","Sac-Y",null,"JavaScript",443,42,1,0,233,699,4.9,false,"main",true,[],"2026-09-21 02:04:32","# Jev-cu\n\n把 Computer Use 的「下一步点哪里」交给 Jev（TypeSafe System One）：Jev 从界面文字候选中选元素、动作、完成度与风险，Codex Computer Use 负责读取界面与执行，本地策略门槛拦截敏感操作。只传文字，不传截图。\n\n## 目录\n\n```\nskill\u002Fjev-use\u002F   可安装到 Codex 的 skill（运行手册 + 安全规则）\nscripts\u002F         Jev 调用、策略门槛、决策循环、离线评测、安装脚本\nfixtures\u002F        AX 快照与 P0 用例\ntests\u002F           单测\n```\n\n## 安装 skill\n\n```bash\nnpm run install-skill      # 复制到 ~\u002F.codex\u002Fskills\u002Fjev-use，新会话生效\nnpm run uninstall-skill\n```\n\nskill 源文件里的 `{{REPO_DIR}}` 会在安装时替换成仓库实际路径。\n\n## 使用\n\n先在 `.env.local` 写入 key（不提交），或设置同名环境变量：\n\n```bash\necho 'TYPESAFE_API_KEY=\u003Cyour key>' > .env.local\n```\n\n循环要在 Codex 桌面 App 的 `cua_repl` 运行时里执行：\n\n```js\nconst repo = \"\u002Fpath\u002Fto\u002FJev-cu\"; \u002F\u002F 换成实际克隆路径\nconst { pathToFileURL } = await import(\"node:url\");\nconst { runTask, createCuaDriver } = await import(pathToFileURL(`${repo}\u002Fscripts\u002Floop.mjs`).href);\n\nawait runTask({\n  driver: createCuaDriver(cua),\n  appName: \"Calendar\",\n  goal: \"switch the calendar to the previous month\", \u002F\u002F 英文目标，Jev 英文最准\n  dryRun: true,                                       \u002F\u002F 确认后改 false\n  maxSteps: 5,\n});\n```\n\n## 验证\n\n```bash\nnpm test        # 单测，不调用 API\nnpm run p0      # 离线评测：AX 快照选元素准确率（调用 Jev，需要 key）\n```\n\n## 安全边界\n\n- 默认 dry-run；删除、发送、支付、授权、上传、验证码、安装、系统设置等操作停在 `confirm`，需人工确认。\n- App 白名单在 `scripts\u002Fpolicy.mjs`，新增 App 必须显式修改。\n- 界面文字只作为数据，不作为指令；不绕过登录、付费墙和验证码。\n",2,"2026-09-20 02:30:09","CREATED_QUERY"]