{
  "$schema": "https://resume.cubxxw.com/schema/evidence.schema.json",
  "version": "2026.08.04",
  "lastVerified": "2026-08-04",
  "sourceDigest": "814e754645023f1a78216a00c7d7506521d58eb5e568a19fdfe378ba8c0bcf9d",
  "claims": [
    {
      "id": "claim.daypage.testflight",
      "projectId": "daypage",
      "text": {
        "zh": "2026-07-22 的公开流水线成功完成 DayPage TestFlight v0.4.74 上传；对应 prerelease 包含 18,339,826-byte DayPage.ipa 与固定 SHA-256。对公开 IPA 的可复现审计读取到 com.daypage.app、0.4.74 (1879)、最低 iOS 16.1、App Store distribution profile 和 get-task-allow=false；这证明形成可分发制品，不证明外部采用或真实设备可靠性。",
        "en": "A public pipeline uploaded DayPage TestFlight v0.4.74 on 22 Jul 2026; the matching prerelease contains an 18,339,826-byte DayPage.ipa under a fixed SHA-256. A reproducible audit of the public IPA reads com.daypage.app, 0.4.74 (1879), minimum iOS 16.1, an App Store distribution profile and get-task-allow=false. This proves a distributable artifact, not external adoption or real-device reliability."
      },
      "verification": "public_automation_and_reproducible_artifact_audit",
      "evidenceIds": [
        "daypage-testflight",
        "daypage-release-v0-4-74"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.daypage.ci",
      "projectId": "daypage",
      "text": {
        "zh": "2026-07-22 至 07-30 连续 9 次公开定时回归成功；最近一次完成 187 XCTest、277 Swift Testing tests（测试框架记录 4 个 known issues）与 4/4 Maestro UI flows。",
        "en": "Nine consecutive public scheduled regressions succeeded from 22 to 30 Jul 2026; the latest completed 187 XCTest, 277 Swift Testing tests with 4 known issues recorded by the test framework, and 4/4 Maestro UI flows."
      },
      "verification": "public_automation",
      "evidenceIds": [
        "daypage-ci-regression",
        "daypage-ci-2026-07-29",
        "daypage-ci-2026-07-28",
        "daypage-ci-2026-07-27",
        "daypage-ci-2026-07-26",
        "daypage-ci-2026-07-25",
        "daypage-ci-2026-07-24",
        "daypage-ci-2026-07-23",
        "daypage-ci-2026-07-22"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.daypage.recovery",
      "projectId": "daypage",
      "text": {
        "zh": "DayPage 实现最多七天后台编译 backfill；Local 到 iCloud vault 迁移在切换前校验文件数量与抽样 SHA-256，并保留本地备份，相关测试进入公开定时 CI。",
        "en": "DayPage implements up to seven-day background-compilation backfill; Local-to-iCloud vault migration checks file counts and sampled SHA-256 hashes before switching, retains the local backup, and is tested in public scheduled CI."
      },
      "verification": "public_code_and_automation",
      "evidenceIds": [
        "daypage-background-source",
        "daypage-background-tests",
        "daypage-migration-source",
        "daypage-migration-tests",
        "daypage-ci-regression"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.daypage.vault",
      "projectId": "daypage",
      "text": {
        "zh": "DayPage 使用 Markdown 与 YAML file-system vault 存储原始记录、日页与短期记忆。",
        "en": "DayPage stores raw entries, daily pages and short-term memory in a Markdown and YAML file-system vault."
      },
      "verification": "public_code",
      "evidenceIds": [
        "daypage-repo",
        "daypage-agent-guide"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.daypage.dogfood",
      "projectId": "daypage",
      "text": {
        "zh": "DayPage 正在日常自用；连续天数与外部测试规模待补充。",
        "en": "DayPage is used for daily dogfooding; duration and external tester count remain pending."
      },
      "verification": "owner_attestation",
      "evidenceIds": [
        "daypage-dogfood-attestation"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.daypage.vault_scale",
      "projectId": "daypage",
      "text": {
        "zh": "本人事实卡记录 DayPage 本地 vault 约覆盖 250 天 Markdown；该数字表示上下文语料跨度，不表示连续使用天数或外部用户数。",
        "en": "The owner's fact card records a DayPage local vault spanning about 250 days of Markdown; this measures context-corpus span, not consecutive usage or external-user count."
      },
      "verification": "owner_attestation",
      "evidenceIds": [
        "daypage-vault-scale-attestation"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.agentry.runtime",
      "projectId": "agentry",
      "text": {
        "zh": "Agentry 实现有步数上限的 Agent loop、可重放 JSONL 会话、可取消 HTTP 重试、HTTP / stdio runtime transport、stdio MCP client/server、HTTP tool SSRF 防护与 agent-as-tool 原语。",
        "en": "Agentry implements a bounded agent loop, replayable JSONL sessions, cancellation-aware HTTP retries, HTTP and stdio runtime transports, stdio MCP client/server, HTTP-tool SSRF defenses and agent-as-tool primitives."
      },
      "verification": "public_code",
      "evidenceIds": [
        "agentry-readme",
        "agentry-source"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.agentry.tests",
      "projectId": "agentry",
      "text": {
        "zh": "固定公开提交包含 191 个顶层测试，覆盖 17 个包；在该提交上复现 go build、vet、test 与 race detector 通过，整体语句覆盖率 63.2%，但仓库 CI 尚未执行该测试集。",
        "en": "The pinned public commit contains 191 top-level tests across 17 packages; go build, vet, test and the race detector were reproduced at that commit with 63.2% statement coverage, but repository CI does not yet run this suite."
      },
      "verification": "reproducible_public_code_audit",
      "evidenceIds": [
        "agentry-tests"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.agent_diff_guard.usage_ranking",
      "projectId": "agent-diff-guard",
      "text": {
        "zh": "agent-diff-guard 解析本地 Claude Code session JSONL，按 message.id 去重 token usage，聚合项目与 session 的输入、输出、缓存 token 和估算成本，并按成本与输出 token 排序。",
        "en": "agent-diff-guard parses local Claude Code session JSONL, deduplicates token usage by message ID, aggregates input, output, cache tokens and estimated cost by project and session, and sorts results by cost and output tokens."
      },
      "verification": "public_code",
      "evidenceIds": [
        "agent-diff-guard-readme",
        "agent-diff-guard-sessions-source"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.openim.rank",
      "projectId": "openim",
      "careerId": "openim",
      "text": {
        "zh": "cubxxw 当前在 OpenIM Server GitHub contributor graph 排名第 1，显示 358 contributions。",
        "en": "cubxxw currently ranks first on the OpenIM Server GitHub contributor graph with 358 contributions."
      },
      "verification": "public_repository",
      "evidenceIds": [
        "openim-contributors"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.openim.internship",
      "careerId": "openim",
      "text": {
        "zh": "本人公开复盘记录 OpenIM 经历中包含 6 个月实习；准确雇佣月份待确认。",
        "en": "A public retrospective records a six-month internship within the OpenIM experience; exact employment dates remain pending."
      },
      "verification": "public_self_authored_retrospective",
      "evidenceIds": [
        "openim-retrospective"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.openim.academic_stage",
      "careerId": "openim",
      "text": {
        "zh": "本人确认从大三至大四下学期持续参与 OpenIM 社区；可核验的默认分支贡献窗口为 2023.04 至 2024.04。",
        "en": "The owner confirms sustained OpenIM community participation from junior year through the final spring; the verifiable default-branch contribution window is Apr 2023 to Apr 2024."
      },
      "verification": "owner_attestation_and_public_repository",
      "evidenceIds": [
        "openim-stage-owner-attestation",
        "openim-contributors"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.openim.scope",
      "projectId": "openim",
      "careerId": "openim",
      "text": {
        "zh": "OpenIM 贡献覆盖工程规范、部署、CI/测试、贡献者流程、协议与文档及中文社区协作。",
        "en": "OpenIM contributions covered engineering practices, deployment, CI and testing, contributor workflows, protocol and documentation work, and the Chinese community."
      },
      "verification": "public_repository_and_retrospective",
      "evidenceIds": [
        "openim-prs",
        "openim-retrospective"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.openim.representative_prs",
      "projectId": "openim",
      "careerId": "openim",
      "text": {
        "zh": "代表性合并工作包括 11 个服务的 Helm Charts 与 Helmfile 编排（#1291）、API / E2E GitHub Actions（#1359），以及 RFC、DCO、PR review 与 release 协作规范（#366）。",
        "en": "Representative merged work includes Helm Charts and Helmfile orchestration for 11 services (#1291), API and E2E GitHub Actions (#1359), and the contributor baseline for RFCs, DCO, PR review and releases (#366)."
      },
      "verification": "public_pull_requests",
      "evidenceIds": [
        "openim-pr-1291",
        "openim-pr-1359",
        "openim-pr-366"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.openim.community_reach",
      "projectId": "openim",
      "careerId": "openim",
      "text": {
        "zh": "2023.10 至 2024.01 共发布 8 条 OpenIM 长视频；2026-07-20 公开平台快照中的最高三条播放为 4,736、3,308 与 959。",
        "en": "Eight long-form OpenIM videos were published from Oct 2023 to Jan 2024; a public-platform snapshot on 20 Jul 2026 records the top three at 4,736, 3,308 and 959 views."
      },
      "verification": "public_platform_snapshot",
      "evidenceIds": [
        "openim-bilibili",
        "openim-bilibili-video-deep-dive"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.telepace.initial",
      "projectId": "telepace-product",
      "careerId": "telepace",
      "text": {
        "zh": "初代 Telepace 于 2024 至 2025 年构建；停止前未获得首位付费用户，并在 2025-10-28 后停止活动。",
        "en": "The initial Telepace venture was built in 2024 to 2025, did not reach its first paying user, and stopped activity after 28 Oct 2025."
      },
      "verification": "mixed_public_activity_and_owner_retrospective",
      "evidenceIds": [
        "telepace-org",
        "telepace-last-activity",
        "telepace-founder-retrospective"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.telepace.validation_gates",
      "projectId": "telepace-product",
      "careerId": "telepace",
      "text": {
        "zh": "在后续公开产品策略中，本人把预售验证门槛写为 3 周内每个概念 ≥100 注册或 ≥20 付费预订，并为方向设置第 4 个月未达 $2K MRR 则转向的 kill criterion；这些是未来门槛，不是已达成结果。",
        "en": "In a later public product strategy, the owner sets validation gates of at least 100 signups or 20 paid preorders per concept within three weeks, with a pivot if a direction misses $2K MRR by month four; these are future gates, not achieved results."
      },
      "verification": "public_self_authored_retrospective",
      "evidenceIds": [
        "product-validation-gates-2026"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.telepace.responsibility",
      "projectId": "telepace-product",
      "careerId": "telepace",
      "text": {
        "zh": "本人登录后对当前私有 Telepace 仓库的审计显示：feedback-collection-api 与 server 均排名第 1（577 / 279 contributions），多人协作的 web 仓库排名第 2（162）。这支持“主导核心后端与系统集成、协作完成 Web”的责任边界；由于仓库不公开，这些数字对公开读者属于本人陈述，也不代表商业采用。",
        "en": "An authenticated owner audit of the now-private Telepace repositories ranks the owner first in feedback-collection-api and server (577 / 279 contributions) and second in the multi-contributor web repository (162). This supports the responsibility boundary of leading the core backend and system integration while collaborating on the web product; because the repositories are not public, the figures remain owner-attested for public readers and do not demonstrate commercial adoption."
      },
      "verification": "private_repository_audit_and_owner_attestation",
      "evidenceIds": [
        "telepace-private-repository-audit"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.telepace.nexus_alpha",
      "projectId": "telepace-product",
      "careerId": "telepace",
      "text": {
        "zh": "本人事实卡记录 Telepace 产品线中的 Nexus alpha 曾有真实非付费使用；由于用户数、激活与留存分组未被保留为可核验证据，本简历只把它作为定性接触信号，不把它写成采用成果。",
        "en": "The owner's fact card records real non-paying use of the Nexus alpha within the Telepace product line. Because no verifiable user count, activation cohort or retention cohort was retained, this resume treats it only as a qualitative contact signal rather than an adoption outcome."
      },
      "verification": "public_repository_and_owner_attestation",
      "evidenceIds": [
        "nexus-repository",
        "nexus-alpha-owner-attestation"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.telepace.next",
      "projectId": "telepace-next",
      "text": {
        "zh": "Telepace Next 是 2026 年 7 月公开活跃的 voice-native、agent-first 用户研究原型。",
        "en": "Telepace Next is a publicly active July 2026 voice-native, agent-first user-research prototype."
      },
      "verification": "public_repository",
      "evidenceIds": [
        "telepace-next-repo"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.solo.testflight",
      "projectId": "solo-compass",
      "text": {
        "zh": "Solo Compass 的公开流水线已上传 TestFlight v0.1.289，并通过 TypeScript、schema parity 与 secret scan 检查；README 仍将产品标为 Pre-alpha，单独的 iOS CI 存在吞掉 xcodebuild 失败的假阳性。",
        "en": "Solo Compass has a public TestFlight v0.1.289 upload plus passing TypeScript, schema-parity and secret-scan checks; its README still labels the product Pre-alpha, and a separate iOS workflow has a false positive that masks xcodebuild failure."
      },
      "verification": "public_automation_and_documentation",
      "evidenceIds": [
        "solo-compass-readme",
        "solo-compass-testflight",
        "solo-compass-release-v0-1-289",
        "solo-compass-ci",
        "solo-compass-secret-scan",
        "solo-compass-ios-ci-false-positive"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.voiceflow.lifecycle",
      "projectId": "voiceflow",
      "text": {
        "zh": "当前公开仓库中的 Git 历史跨度为 2023.05 至 2025.04；仓库未被 GitHub 标记为 archived。",
        "en": "The Git history currently visible in the public repository spans May 2023 to Apr 2025; GitHub does not mark the repository as archived."
      },
      "verification": "public_repository",
      "evidenceIds": [
        "voiceflow-source"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.cct.prototype",
      "projectId": "cct",
      "text": {
        "zh": "CCT 是基于 Claude Code Hooks、FastAPI、SQLite/JSONL 与 React 的公开工作原型。",
        "en": "CCT is a public working prototype using Claude Code Hooks, FastAPI, SQLite/JSONL and React."
      },
      "verification": "public_code",
      "evidenceIds": [
        "cct-repo"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.theplant.employment",
      "careerId": "the-plant",
      "text": {
        "zh": "本人陈述于 2024 年在 The Plant K.K. 工程团队工作约 2 个月；准确月份、正式职位与成果待确认。",
        "en": "The owner reports working with The Plant K.K.'s engineering team for about two months in 2024; exact dates, formal title and outcomes remain pending."
      },
      "verification": "owner_attestation",
      "evidenceIds": [
        "the-plant-owner-attestation"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.theplant.company_context",
      "careerId": "the-plant",
      "text": {
        "zh": "The Plant K.K. 是一家东京的软件公司，构建面向日本市场的 commerce systems。",
        "en": "The Plant K.K. is a Tokyo-based software company building commerce systems for the Japanese market."
      },
      "verification": "public_company_context_only",
      "evidenceIds": [
        "the-plant-company"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.education.graduation",
      "text": {
        "zh": "本人陈述于 2024 年从武汉文理学院本科毕业，并在公开年度回顾中写明大学选择计算机科学作为专业；毕业证上的准确学位名称待确认。",
        "en": "The owner reports completing undergraduate study at Wuhan College of Arts & Sciences in 2024 and states in a public annual review that Computer Science was the chosen major; the exact degree title remains pending."
      },
      "verification": "owner_attestation_and_public_retrospective",
      "evidenceIds": [
        "education-owner-attestation",
        "annual-review-2024"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.theplant.transition",
      "careerId": "the-plant",
      "text": {
        "zh": "本人公开年度回顾描述临近毕业离开外企、转向独立工作与创业；文章未点名雇主，因此只支持职业转折，不验证 The Plant 的正式雇佣信息。",
        "en": "The owner's public annual review describes leaving a foreign-company role around graduation to pursue independent work and entrepreneurship; it does not name the employer, so it supports the career transition rather than formal The Plant employment."
      },
      "verification": "public_self_authored_retrospective",
      "evidenceIds": [
        "annual-review-2024"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "claim.basics.public_profile",
      "text": {
        "zh": "本人于 2026-07-31 确认当前所在地为深圳；GitHub 公开资料仍显示 @Singapore 且 hireable=true，因此公开资料中的旧所在地仍待同步。",
        "en": "On 31 Jul 2026, the owner confirmed Shenzhen as the current location; the public GitHub profile still lists @Singapore with hireable=true, so that public location remains to be updated."
      },
      "verification": "owner_attestation_and_public_platform_snapshot",
      "evidenceIds": [
        "location-owner-attestation",
        "github-profile-live"
      ],
      "lastVerified": "2026-08-04"
    }
  ],
  "projects": [
    {
      "id": "daypage",
      "name": "DayPage",
      "status": "internal_dogfood",
      "statusLabel": {
        "zh": "Internal dogfood · TestFlight v0.4.74",
        "en": "Internal dogfood · TestFlight v0.4.74"
      },
      "featuredEvidenceIds": [
        "daypage-repo",
        "daypage-agent-guide",
        "daypage-testflight",
        "daypage-release-v0-4-74",
        "daypage-ci-regression",
        "daypage-background-source",
        "daypage-background-tests",
        "daypage-migration-source",
        "daypage-migration-tests",
        "daypage-vault-scale-attestation"
      ],
      "limitation": {
        "zh": "Skills → Agent Execution → UI Artifacts 是下一层产品架构；公开证据目前证明 capture、LLM compile、graph retrieval、TestFlight 交付与防护逻辑，不证明完整 Agent loop 的外部采用、真实设备后台成功率、crash-free、留存或模型成本。",
        "en": "Skills → agent execution → UI artifacts is the next-layer product architecture; public evidence currently proves capture, LLM compilation, graph retrieval, TestFlight delivery and tested safeguards, not external adoption of the full agent loop, real-device background success, crash-free rate, retention or model cost."
      }
    },
    {
      "id": "agentry",
      "name": "Agentry",
      "status": "working_prototype",
      "statusLabel": {
        "zh": "工作原型",
        "en": "Working prototype"
      },
      "featuredEvidenceIds": [
        "agentry-readme",
        "agentry-source",
        "agentry-tests"
      ],
      "limitation": {
        "zh": "当前仍是 DayPage monorepo 内的原型；仓库 CI 未执行 Agentry 测试，CDP browser 包无测试，ask 审批器与 sub-agent profile 尚未接入 CLI，也没有独立发布或外部采用证据。",
        "en": "This remains a prototype inside the DayPage monorepo; repository CI does not run Agentry tests, the CDP browser package is untested, ask approval and sub-agent profiles are not wired into the CLI, and there is no independent release or external adoption evidence."
      }
    },
    {
      "id": "agent-diff-guard",
      "name": "agent-diff-guard",
      "status": "internal_dogfood",
      "statusLabel": {
        "zh": "开源 dogfood",
        "en": "Open-source dogfood"
      },
      "featuredEvidenceIds": [
        "agent-diff-guard-readme",
        "agent-diff-guard-sessions-source"
      ],
      "limitation": {
        "zh": "token 与成本来自本地 session 日志和模型单价估算，适合做相对比较，不是账单级计量；当前项目仍处于单人 dogfood 阶段。",
        "en": "Token and cost figures come from local session logs and model-price estimates, so they support relative comparison rather than invoice-grade accounting; the project remains in solo dogfood."
      }
    },
    {
      "id": "openim",
      "name": "OpenIM",
      "status": "past_contribution",
      "statusLabel": {
        "zh": "历史贡献",
        "en": "Past contribution"
      },
      "featuredEvidenceIds": [
        "openim-contributors",
        "openim-prs",
        "openim-retrospective",
        "openim-pr-1291",
        "openim-pr-1359",
        "openim-pr-366",
        "openim-bilibili",
        "openim-bilibili-video-deep-dive"
      ],
      "limitation": {
        "zh": "贡献不等同于全部为 IM 核心服务器代码，简历明确区分工程、文档与社区范围。",
        "en": "The contribution count does not imply every commit was core IM server code; the resume separates engineering, documentation and community scope."
      }
    },
    {
      "id": "telepace-product",
      "name": "Telepace AI",
      "status": "paused",
      "statusLabel": {
        "zh": "已暂停",
        "en": "Paused"
      },
      "featuredEvidenceIds": [
        "telepace-org",
        "telepace-last-activity",
        "telepace-founder-retrospective",
        "product-validation-gates-2026"
      ],
      "limitation": {
        "zh": "这里的 Paused 仅指 2024 至 2025 年的初代业务。2026 年新原型另列；客户访谈与试用数量仍需本人补充。",
        "en": "Paused refers only to the 2024 to 2025 initial venture. The 2026 prototype is listed separately; interview and trial counts still require owner confirmation."
      }
    },
    {
      "id": "telepace-next",
      "name": "Telepace Next",
      "status": "working_prototype",
      "statusLabel": {
        "zh": "重新验证中",
        "en": "Revalidation prototype"
      },
      "featuredEvidenceIds": [
        "telepace-next-repo"
      ],
      "limitation": {
        "zh": "当前仅可证明仓库在 2026 年 7 月活跃，尚无可公开的采用或付费结果。",
        "en": "Public evidence currently shows repository activity in July 2026, not adoption or payment outcomes."
      }
    },
    {
      "id": "voiceflow",
      "name": "voiceflow",
      "status": "paused",
      "statusLabel": {
        "zh": "停止活跃",
        "en": "Inactive"
      },
      "featuredEvidenceIds": [
        "voiceflow-source"
      ],
      "limitation": null
    },
    {
      "id": "solo-compass",
      "name": "Solo Compass",
      "status": "pre_alpha_testflight_build",
      "statusLabel": {
        "zh": "Pre-alpha · TestFlight v0.1.289",
        "en": "Pre-alpha · TestFlight v0.1.289"
      },
      "featuredEvidenceIds": [
        "solo-compass-readme",
        "solo-compass-testflight",
        "solo-compass-release-v0-1-289",
        "solo-compass-ci",
        "solo-compass-secret-scan",
        "solo-compass-ios-ci-false-positive"
      ],
      "limitation": {
        "zh": "TestFlight 上传可验证，但独立 iOS CI 当前会吞掉 xcodebuild destination error，不能作为 build / test 通过证据；README 也明确不可用于生产，外部采用尚未验证。",
        "en": "The TestFlight upload is verifiable, but the separate iOS CI currently masks an xcodebuild destination error and cannot prove build or test success; the README also warns against production use, and external adoption remains unverified."
      }
    },
    {
      "id": "cct",
      "name": "CCT",
      "status": "working_prototype",
      "statusLabel": {
        "zh": "公开工作原型",
        "en": "Public working prototype"
      },
      "featuredEvidenceIds": [
        "cct-repo"
      ],
      "limitation": null
    }
  ],
  "evidence": [
    {
      "id": "daypage-repo",
      "type": "repository",
      "label": "DayPage repository",
      "url": "https://github.com/getyak/daypage",
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.vault"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-agent-guide",
      "type": "source_document",
      "label": "DayPage AGENTS.md",
      "url": "https://github.com/getyak/daypage/blob/main/AGENTS.md",
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.vault"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-testflight",
      "type": "automation",
      "label": "TestFlight delivery workflow",
      "url": "https://github.com/getyak/daypage/actions/runs/29885113415",
      "remoteAssertion": {
        "provider": "github",
        "resource": "actions_run",
        "repository": "getyak/daypage",
        "runId": 29885113415,
        "event": "push",
        "status": "completed",
        "conclusion": "success",
        "headSha": "56a0cace04f9fdfa0fedcff73736fc943ad291e8"
      },
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.testflight"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-release-v0-4-74",
      "type": "release",
      "label": "DayPage v0.4.74 signed IPA prerelease",
      "url": "https://github.com/getyak/daypage/releases/tag/v0.4.74",
      "remoteAssertion": {
        "provider": "github",
        "resource": "release",
        "repository": "getyak/daypage",
        "tag": "v0.4.74",
        "prerelease": true,
        "assetName": "DayPage.ipa",
        "assetBytes": 18339826,
        "assetDigest": "sha256:8345b874ccf6198129253c905f311c683f4f5e9d0ad1fc52930da2c90890dbdf"
      },
      "statement": {
        "zh": "对公开 IPA 的可复现 macOS 审计读取到 bundle com.daypage.app、版本 0.4.74 (1879)、最低 iOS 16.1、iPhone Distribution 签名、App Store provisioning profile 与 get-task-allow=false；这证明形成了可分发制品，不证明外部采用或真实设备可靠性。",
        "en": "A reproducible macOS audit of the public IPA reads bundle com.daypage.app, version 0.4.74 (1879), minimum iOS 16.1, an iPhone Distribution signature, an App Store provisioning profile and get-task-allow=false. This proves a distributable artifact, not external adoption or real-device reliability."
      },
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.testflight"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-ci-regression",
      "type": "ci_run",
      "label": "DayPage scheduled regression 9/9 (30 Jul)",
      "url": "https://github.com/getyak/daypage/actions/runs/30515110520",
      "remoteAssertion": {
        "provider": "github",
        "resource": "actions_run",
        "repository": "getyak/daypage",
        "runId": 30515110520,
        "event": "schedule",
        "status": "completed",
        "conclusion": "success",
        "headSha": "56a0cace04f9fdfa0fedcff73736fc943ad291e8"
      },
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.ci",
        "claim.daypage.recovery"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-ci-2026-07-29",
      "type": "ci_run",
      "label": "DayPage scheduled regression 8/9 (29 Jul)",
      "url": "https://github.com/getyak/daypage/actions/runs/30424613813",
      "remoteAssertion": {
        "provider": "github",
        "resource": "actions_run",
        "repository": "getyak/daypage",
        "runId": 30424613813,
        "event": "schedule",
        "status": "completed",
        "conclusion": "success",
        "headSha": "56a0cace04f9fdfa0fedcff73736fc943ad291e8"
      },
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.ci"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-ci-2026-07-28",
      "type": "ci_run",
      "label": "DayPage scheduled regression 7/9 (28 Jul)",
      "url": "https://github.com/getyak/daypage/actions/runs/30330302210",
      "remoteAssertion": {
        "provider": "github",
        "resource": "actions_run",
        "repository": "getyak/daypage",
        "runId": 30330302210,
        "event": "schedule",
        "status": "completed",
        "conclusion": "success",
        "headSha": "56a0cace04f9fdfa0fedcff73736fc943ad291e8"
      },
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.ci"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-ci-2026-07-27",
      "type": "ci_run",
      "label": "DayPage scheduled regression 6/9 (27 Jul)",
      "url": "https://github.com/getyak/daypage/actions/runs/30240577621",
      "remoteAssertion": {
        "provider": "github",
        "resource": "actions_run",
        "repository": "getyak/daypage",
        "runId": 30240577621,
        "event": "schedule",
        "status": "completed",
        "conclusion": "success",
        "headSha": "56a0cace04f9fdfa0fedcff73736fc943ad291e8"
      },
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.ci"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-ci-2026-07-26",
      "type": "ci_run",
      "label": "DayPage scheduled regression 5/9 (26 Jul)",
      "url": "https://github.com/getyak/daypage/actions/runs/30189382182",
      "remoteAssertion": {
        "provider": "github",
        "resource": "actions_run",
        "repository": "getyak/daypage",
        "runId": 30189382182,
        "event": "schedule",
        "status": "completed",
        "conclusion": "success",
        "headSha": "56a0cace04f9fdfa0fedcff73736fc943ad291e8"
      },
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.ci"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-ci-2026-07-25",
      "type": "ci_run",
      "label": "DayPage scheduled regression 4/9 (25 Jul)",
      "url": "https://github.com/getyak/daypage/actions/runs/30145290976",
      "remoteAssertion": {
        "provider": "github",
        "resource": "actions_run",
        "repository": "getyak/daypage",
        "runId": 30145290976,
        "event": "schedule",
        "status": "completed",
        "conclusion": "success",
        "headSha": "56a0cace04f9fdfa0fedcff73736fc943ad291e8"
      },
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.ci"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-ci-2026-07-24",
      "type": "ci_run",
      "label": "DayPage scheduled regression 3/9 (24 Jul)",
      "url": "https://github.com/getyak/daypage/actions/runs/30068958152",
      "remoteAssertion": {
        "provider": "github",
        "resource": "actions_run",
        "repository": "getyak/daypage",
        "runId": 30068958152,
        "event": "schedule",
        "status": "completed",
        "conclusion": "success",
        "headSha": "56a0cace04f9fdfa0fedcff73736fc943ad291e8"
      },
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.ci"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-ci-2026-07-23",
      "type": "ci_run",
      "label": "DayPage scheduled regression 2/9 (23 Jul)",
      "url": "https://github.com/getyak/daypage/actions/runs/29981853249",
      "remoteAssertion": {
        "provider": "github",
        "resource": "actions_run",
        "repository": "getyak/daypage",
        "runId": 29981853249,
        "event": "schedule",
        "status": "completed",
        "conclusion": "success",
        "headSha": "56a0cace04f9fdfa0fedcff73736fc943ad291e8"
      },
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.ci"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-ci-2026-07-22",
      "type": "ci_run",
      "label": "DayPage scheduled regression 1/9 (22 Jul)",
      "url": "https://github.com/getyak/daypage/actions/runs/29893247280",
      "remoteAssertion": {
        "provider": "github",
        "resource": "actions_run",
        "repository": "getyak/daypage",
        "runId": 29893247280,
        "event": "schedule",
        "status": "completed",
        "conclusion": "success",
        "headSha": "56a0cace04f9fdfa0fedcff73736fc943ad291e8"
      },
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.ci"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-background-source",
      "type": "source_code",
      "label": "DayPage background compilation service",
      "url": "https://github.com/getyak/daypage/blob/56a0cace04f9fdfa0fedcff73736fc943ad291e8/DayPage/Services/BackgroundCompilationService.swift",
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.recovery"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-background-tests",
      "type": "source_code",
      "label": "DayPage background compilation tests",
      "url": "https://github.com/getyak/daypage/blob/56a0cace04f9fdfa0fedcff73736fc943ad291e8/DayPageTests/BackgroundCompilationServiceTests.swift",
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.recovery"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-migration-source",
      "type": "source_code",
      "label": "DayPage vault migration service",
      "url": "https://github.com/getyak/daypage/blob/56a0cace04f9fdfa0fedcff73736fc943ad291e8/DayPage/Services/VaultMigrationService.swift",
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.recovery"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-migration-tests",
      "type": "source_code",
      "label": "DayPage vault migration tests",
      "url": "https://github.com/getyak/daypage/blob/56a0cace04f9fdfa0fedcff73736fc943ad291e8/DayPageTests/VaultMigrationServiceTests.swift",
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.recovery"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-dogfood-attestation",
      "type": "owner_attestation",
      "sourceKind": "self_attested",
      "label": "DayPage daily dogfood statement",
      "attestedBy": "Xinwei Xiong",
      "attestedAt": "2026-07-31",
      "statement": {
        "zh": "本人称正在日常使用 DayPage，连续天数与外部测试规模待补充。",
        "en": "The owner reports daily use of DayPage; duration and external tester count remain pending."
      },
      "supportsClaims": [
        "claim.daypage.dogfood"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "daypage-vault-scale-attestation",
      "type": "owner_attestation",
      "sourceKind": "self_attested",
      "label": "DayPage vault corpus statement",
      "attestedBy": "Xinwei Xiong",
      "attestedAt": "2026-07-31",
      "statement": {
        "zh": "本人事实卡记录 DayPage 本地 vault 约覆盖 250 天 Markdown；这是上下文语料跨度，不是连续使用或外部用户指标。",
        "en": "The owner's fact card records a DayPage local vault spanning about 250 days of Markdown; this is context-corpus scale, not a consecutive-usage or external-user metric."
      },
      "supports": [
        "daypage"
      ],
      "supportsClaims": [
        "claim.daypage.vault_scale"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "agentry-readme",
      "type": "source_document",
      "label": "Agentry architecture",
      "url": "https://github.com/getyak/daypage/blob/56a0cace04f9fdfa0fedcff73736fc943ad291e8/agentry/README.md",
      "supports": [
        "agentry"
      ],
      "supportsClaims": [
        "claim.agentry.runtime"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "agentry-source",
      "type": "source_code",
      "label": "Agentry source",
      "url": "https://github.com/getyak/daypage/tree/56a0cace04f9fdfa0fedcff73736fc943ad291e8/agentry",
      "supports": [
        "agentry"
      ],
      "supportsClaims": [
        "claim.agentry.runtime"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "agentry-tests",
      "type": "source_code",
      "label": "Agentry pinned runtime and test suite",
      "url": "https://github.com/getyak/daypage/tree/56a0cace04f9fdfa0fedcff73736fc943ad291e8/agentry",
      "supports": [
        "agentry"
      ],
      "supportsClaims": [
        "claim.agentry.tests"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "openim-contributors",
      "type": "contributor_graph",
      "label": "OpenIM Server contributors",
      "url": "https://github.com/openimsdk/open-im-server/graphs/contributors",
      "remoteAssertion": {
        "provider": "github",
        "resource": "contributors",
        "repository": "openimsdk/open-im-server",
        "login": "cubxxw",
        "rank": 1,
        "contributions": 358
      },
      "supports": [
        "openim"
      ],
      "supportsClaims": [
        "claim.openim.rank",
        "claim.openim.academic_stage"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "openim-prs",
      "type": "pull_requests",
      "label": "OpenIM pull requests by cubxxw",
      "url": "https://github.com/search?q=org%3Aopenimsdk+is%3Apr+author%3Acubxxw&type=pullrequests",
      "supports": [
        "openim"
      ],
      "supportsClaims": [
        "claim.openim.scope"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "openim-retrospective",
      "type": "public_retrospective",
      "label": "OpenIM public retrospective",
      "url": "https://cubxxw.com/engineering/posts/openim-open-source-business-journey/",
      "supports": [
        "openim"
      ],
      "supportsClaims": [
        "claim.openim.internship",
        "claim.openim.scope"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "openim-stage-owner-attestation",
      "type": "owner_attestation",
      "sourceKind": "self_attested",
      "label": "OpenIM academic-stage statement by resume owner",
      "attestedBy": "Xinwei Xiong",
      "attestedAt": "2026-07-31",
      "statement": {
        "zh": "本人确认从大三至大四下学期持续参与 OpenIM 社区。",
        "en": "The owner confirms sustained OpenIM community participation from junior year through the final spring."
      },
      "supportsClaims": [
        "claim.openim.academic_stage"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "openim-bilibili",
      "type": "public_platform_snapshot",
      "label": "OpenIM long-form video reach on Bilibili",
      "url": "https://space.bilibili.com/1233089591",
      "supports": [
        "openim"
      ],
      "supportsClaims": [
        "claim.openim.community_reach"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "openim-bilibili-video-deep-dive",
      "type": "source_document",
      "label": "Representative OpenIM long-form deep-dive video",
      "url": "https://www.bilibili.com/video/BV1ja4y1f7Qz/",
      "supportsClaims": [
        "claim.openim.community_reach"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "openim-pr-1291",
      "type": "pull_requests",
      "label": "OpenIM Helm Charts and Helmfile PR #1291",
      "url": "https://github.com/openimsdk/open-im-server/pull/1291",
      "remoteAssertion": {
        "provider": "github",
        "resource": "pull_request",
        "repository": "openimsdk/open-im-server",
        "number": 1291,
        "login": "cubxxw",
        "merged": true
      },
      "supports": [
        "openim"
      ],
      "supportsClaims": [
        "claim.openim.representative_prs"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "openim-pr-1359",
      "type": "pull_requests",
      "label": "OpenIM API and E2E CI PR #1359",
      "url": "https://github.com/openimsdk/open-im-server/pull/1359",
      "remoteAssertion": {
        "provider": "github",
        "resource": "pull_request",
        "repository": "openimsdk/open-im-server",
        "number": 1359,
        "login": "cubxxw",
        "merged": true
      },
      "supports": [
        "openim"
      ],
      "supportsClaims": [
        "claim.openim.representative_prs"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "openim-pr-366",
      "type": "pull_requests",
      "label": "OpenIM contributor governance PR #366",
      "url": "https://github.com/openimsdk/open-im-server/pull/366",
      "remoteAssertion": {
        "provider": "github",
        "resource": "pull_request",
        "repository": "openimsdk/open-im-server",
        "number": 366,
        "login": "cubxxw",
        "merged": true
      },
      "supports": [
        "openim"
      ],
      "supportsClaims": [
        "claim.openim.representative_prs"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "telepace-org",
      "type": "organization",
      "label": "Telepace GitHub organization",
      "url": "https://github.com/telepace",
      "supports": [
        "telepace-product"
      ],
      "supportsClaims": [
        "claim.telepace.initial"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "telepace-last-activity",
      "type": "repository_activity",
      "label": "Telepace public repository activity",
      "url": "https://github.com/orgs/telepace/repositories",
      "supports": [
        "telepace-product"
      ],
      "supportsClaims": [
        "claim.telepace.initial"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "telepace-private-repository-audit",
      "type": "owner_attestation",
      "sourceKind": "self_attested",
      "label": "Telepace private repository responsibility audit (self-attested)",
      "attestedBy": "Xinwei Xiong",
      "attestedAt": "2026-07-31",
      "statement": {
        "zh": "本人登录后审计当前私有 Telepace 仓库：cubxxw 在 feedback-collection-api 与 server 的 contributor 列表均排名第 1（577 / 279 contributions），在多人协作的 web 仓库排名第 2（162）。仓库不向公开读者开放，因此这些数字公开时属于本人陈述。",
        "en": "An authenticated owner audit of the now-private Telepace repositories ranks cubxxw first in feedback-collection-api and server (577 / 279 contributions) and second in the multi-contributor web repository (162). The repositories are not open to public readers, so these figures remain owner-attested in the public resume."
      },
      "supports": [
        "telepace-product"
      ],
      "supportsClaims": [
        "claim.telepace.responsibility"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "telepace-founder-retrospective",
      "type": "owner_retrospective",
      "sourceKind": "self_attested",
      "label": "Telepace owner statement (self-attested)",
      "attestedBy": "Xinwei Xiong",
      "attestedAt": "2026-07-31",
      "statement": {
        "zh": "本人复盘记录初代 Telepace 停止前未获得首位付费用户，并在 2025-10-28 后停止活动。",
        "en": "The owner's retrospective records that the initial Telepace venture did not reach its first paying user and stopped activity after 28 Oct 2025."
      },
      "supportsClaims": [
        "claim.telepace.initial"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "nexus-repository",
      "type": "repository",
      "label": "Nexus public repository",
      "url": "https://github.com/telepace/nexus",
      "supports": [
        "telepace-product"
      ],
      "supportsClaims": [
        "claim.telepace.nexus_alpha"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "nexus-alpha-owner-attestation",
      "type": "owner_retrospective",
      "sourceKind": "self_attested",
      "label": "Nexus alpha use statement (self-attested)",
      "attestedBy": "Xinwei Xiong",
      "attestedAt": "2026-07-31",
      "statement": {
        "zh": "本人事实卡记录 Nexus alpha 曾有真实非付费使用，但没有保留可核验的用户数、激活或留存分组。",
        "en": "The owner's fact card records real non-paying use of the Nexus alpha, but no verifiable user count, activation cohort or retention cohort was retained."
      },
      "supports": [
        "telepace-product"
      ],
      "supportsClaims": [
        "claim.telepace.nexus_alpha"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "telepace-next-repo",
      "type": "repository",
      "label": "Telepace Next repository",
      "url": "https://github.com/getyak/telepace-next",
      "supports": [
        "telepace-next"
      ],
      "supportsClaims": [
        "claim.telepace.next"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "voiceflow-source",
      "type": "repository",
      "label": "voiceflow repository",
      "url": "https://github.com/telepace/voiceflow",
      "supports": [
        "voiceflow"
      ],
      "supportsClaims": [
        "claim.voiceflow.lifecycle"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "solo-compass-readme",
      "type": "source_document",
      "label": "Solo Compass README",
      "url": "https://github.com/getyak/solo-compass",
      "supports": [
        "solo-compass"
      ],
      "supportsClaims": [
        "claim.solo.testflight"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "solo-compass-testflight",
      "type": "automation",
      "label": "Solo Compass TestFlight run",
      "url": "https://github.com/getyak/solo-compass/actions/runs/29719550231",
      "remoteAssertion": {
        "provider": "github",
        "resource": "actions_run",
        "repository": "getyak/solo-compass",
        "runId": 29719550231,
        "event": "push",
        "status": "completed",
        "conclusion": "success",
        "headSha": "b79df3a4da9edee9654f38bd619a2ad17b24a3d8"
      },
      "supports": [
        "solo-compass"
      ],
      "supportsClaims": [
        "claim.solo.testflight"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "solo-compass-release-v0-1-289",
      "type": "release",
      "label": "Solo Compass v0.1.289 prerelease",
      "url": "https://github.com/getyak/solo-compass/releases/tag/v0.1.289",
      "remoteAssertion": {
        "provider": "github",
        "resource": "release",
        "repository": "getyak/solo-compass",
        "tag": "v0.1.289",
        "prerelease": true,
        "assetName": "SoloCompass.ipa",
        "assetBytes": 16939630,
        "assetDigest": "sha256:88b1a68942ca5353f6b534fad08dd49a37cc1f419217144c35a18a08aac1e6ee"
      },
      "supports": [
        "solo-compass"
      ],
      "supportsClaims": [
        "claim.solo.testflight"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "solo-compass-ci",
      "type": "ci_run",
      "label": "Solo Compass TypeScript and schema validation run",
      "url": "https://github.com/getyak/solo-compass/actions/runs/29719550214",
      "remoteAssertion": {
        "provider": "github",
        "resource": "actions_run",
        "repository": "getyak/solo-compass",
        "runId": 29719550214,
        "event": "push",
        "status": "completed",
        "conclusion": "success",
        "headSha": "b79df3a4da9edee9654f38bd619a2ad17b24a3d8"
      },
      "supports": [
        "solo-compass"
      ],
      "supportsClaims": [
        "claim.solo.testflight"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "solo-compass-secret-scan",
      "type": "ci_run",
      "label": "Solo Compass secret scan run",
      "url": "https://github.com/getyak/solo-compass/actions/runs/29719550208",
      "remoteAssertion": {
        "provider": "github",
        "resource": "actions_run",
        "repository": "getyak/solo-compass",
        "runId": 29719550208,
        "event": "push",
        "status": "completed",
        "conclusion": "success",
        "headSha": "b79df3a4da9edee9654f38bd619a2ad17b24a3d8"
      },
      "supports": [
        "solo-compass"
      ],
      "supportsClaims": [
        "claim.solo.testflight"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "solo-compass-ios-ci-false-positive",
      "type": "ci_run",
      "label": "Solo Compass iOS CI false-positive run",
      "url": "https://github.com/getyak/solo-compass/actions/runs/29719550190",
      "remoteAssertion": {
        "provider": "github",
        "resource": "actions_run",
        "repository": "getyak/solo-compass",
        "runId": 29719550190,
        "event": "push",
        "status": "completed",
        "conclusion": "success",
        "headSha": "b79df3a4da9edee9654f38bd619a2ad17b24a3d8"
      },
      "supports": [
        "solo-compass"
      ],
      "supportsClaims": [
        "claim.solo.testflight"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "cct-repo",
      "type": "repository",
      "label": "CCT repository",
      "url": "https://github.com/getyak/cct",
      "supports": [
        "cct"
      ],
      "supportsClaims": [
        "claim.cct.prototype"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "the-plant-company",
      "type": "company",
      "sourceKind": "public_company_context",
      "label": "The Plant company context (does not verify employment)",
      "url": "https://the-plant.com/our-company/",
      "supportsClaims": [
        "claim.theplant.company_context"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "the-plant-owner-attestation",
      "type": "owner_attestation",
      "sourceKind": "self_attested",
      "label": "The Plant employment statement by resume owner",
      "attestedBy": "Xinwei Xiong",
      "attestedAt": "2026-07-31",
      "statement": {
        "zh": "本人陈述于 2024 年在 The Plant K.K. 工程团队工作约 2 个月。",
        "en": "The owner reports working with The Plant K.K.'s engineering team for about two months in 2024."
      },
      "supportsClaims": [
        "claim.theplant.employment"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "education-owner-attestation",
      "type": "owner_attestation",
      "sourceKind": "self_attested",
      "label": "Education statement by resume owner",
      "attestedBy": "Xinwei Xiong",
      "attestedAt": "2026-07-31",
      "statement": {
        "zh": "本人陈述于 2024 年从武汉文理学院本科毕业。",
        "en": "The owner reports completing undergraduate study at Wuhan College of Arts & Sciences in 2024."
      },
      "supportsClaims": [
        "claim.education.graduation"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "annual-review-2024",
      "type": "public_retrospective",
      "label": "2024 public annual review",
      "url": "https://cubxxw.com/growth/posts/2024-annual-review/",
      "supportsClaims": [
        "claim.education.graduation",
        "claim.theplant.transition"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "location-owner-attestation",
      "type": "owner_attestation",
      "sourceKind": "self_attested",
      "label": "Current location statement by resume owner",
      "attestedBy": "Xinwei Xiong",
      "attestedAt": "2026-07-31",
      "statement": {
        "zh": "本人确认当前所在地为深圳。",
        "en": "The owner confirms Shenzhen as the current location."
      },
      "supportsClaims": [
        "claim.basics.public_profile"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "github-profile-live",
      "type": "public_platform_snapshot",
      "label": "Current public GitHub profile",
      "url": "https://github.com/cubxxw",
      "remoteAssertion": {
        "provider": "github",
        "resource": "user_profile",
        "login": "cubxxw",
        "hireable": true,
        "location": "@Singapore"
      },
      "supportsClaims": [
        "claim.basics.public_profile"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "product-validation-gates-2026",
      "type": "public_retrospective",
      "label": "2026 product validation and kill-criteria strategy",
      "url": "https://cubxxw.com/zh/growth/posts/super-individual-ai-product-and-solo-builder-stack/",
      "supports": [
        "telepace-product"
      ],
      "supportsClaims": [
        "claim.telepace.validation_gates"
      ],
      "lastVerified": "2026-07-31"
    },
    {
      "id": "agent-diff-guard-readme",
      "type": "source_document",
      "label": "agent-diff-guard README and local usage dashboard",
      "url": "https://github.com/cubxxw/agent-diff-guard/blob/171a0a558c84fa8e7235efe75ccdef3d720ff047/README.md",
      "supports": [
        "agent-diff-guard"
      ],
      "supportsClaims": [
        "claim.agent_diff_guard.usage_ranking"
      ],
      "lastVerified": "2026-08-04"
    },
    {
      "id": "agent-diff-guard-sessions-source",
      "type": "source_code",
      "label": "agent-diff-guard token aggregation and project ranking source",
      "url": "https://github.com/cubxxw/agent-diff-guard/blob/171a0a558c84fa8e7235efe75ccdef3d720ff047/src/sessions.ts",
      "supports": [
        "agent-diff-guard"
      ],
      "supportsClaims": [
        "claim.agent_diff_guard.usage_ranking"
      ],
      "lastVerified": "2026-08-04"
    }
  ]
}
