Genesis Rebuild Iterations · 可重現性紀錄
Every run of build.md from zero app infrastructure (pre-configured subscription + Owner, no pre-built resources) auto-registers here. Qualifying means §D.1→§D.5 all pass · working tree clean throughout · §E 6/6 programmatic checks green.
每一次從「零應用基礎設施」跑通 build.md 的 iteration 都會自動登記在這裡(訂閱與 Owner 權限已預先配置,無預建資源)。合格條件:§D.1→§D.5 全通 · working tree 無 source 修改 · §E 六項程式化驗證全綠。
Iterations · 所有 iter
Same data, three paths · 同一份資料、三條路徑
The list above is rendered server-side via Prisma direct (same-process call to Azure SQL). The exact same data is also publicly accessible via REST and MCP — try either, the rows match.
上方列表由 Next.js SSR 直接走 Prisma 取得(同 process 直連 Azure SQL)。同一份資料也可透過 REST 或 MCP 公開取得 — 兩種路徑都會拿到一模一樣的 rows。
REST · GET /api/iterations
curl · no authcurl https://genesis-dashboard.aipm.com.tw/api/iterations?qualified=trueStateless, public-read, any HTTP client.
Stateless HTTP · 公開讀取 · 送件 PDF 可放連結
MCP · tools/call list_iterations
JSON-RPC · Anthropic protocolcurl -X POST https://genesis-dashboard.aipm.com.tw/api/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_iterations","arguments":{"qualified":true}}}'Native protocol for Claude agents to query this dashboard.
Claude.ai / Claude Code 原生協議 · Demo day 現場可直接秀