01 / DECIDE
架構決策
Model、endpoint、pricing、limit 或 tool behavior 可獨立於 application code 變動時採用。
替每個 volatile dependency 記錄 source date、active assumption、pinned identifier、migration owner、test 與 rollback。 先把 input、output、state、tool 與 side effect 畫成一條可觀察路徑,再決定 維護 release 與 deprecation ledger 的 owner。
02 / OPERATE
三步野戰程序
- 01
鎖定合約
寫下 caller、資料分類、成功條件、timeout、取消與 ownership。Model、endpoint、pricing、limit 或 tool behavior 可獨立於 application code 變動時採用。
- 02
執行有界路徑
只建立一條 end-to-end path,保留 correlation、typed state 與 reversible failure。替每個 volatile dependency 記錄 source date、active assumption、pinned identifier、migration owner、test 與 rollback。
- 03
驗證訊號
把驗收變成可重跑的 fixture、contract test 或 browser test。Scheduled review 把每個 live assumption 連到 official page 與 executable regression check。
03 / BOUND
Operation 邊界
Changelog 是證據,不是自動升級 production 的授權。
04 / PROVE
驗收證據
Scheduled review 把每個 live assumption 連到 official page 與 executable regression check。
SOURCE / HTTP
可重現來源探針
curl -fsSI 'https://docs.x.ai/developers/release-notes' | sed -n '1,5p'