chore: bump agent-platform pin → 3a01ab9 (approval/v1 v1.1.0) - #23
Merged
Conversation
รับ `supersedes_approval_id` ที่ agent-platform เพิ่งเพิ่ม (agent-platform#24) เข้ามาในชุด schema ที่เรา validate ด้วย · ยังไม่เปลี่ยนโค้ดอะไร — การ rename field ในฝั่งเราไปอยู่ PR ถัดไปตามกฎใน pinned.yaml ที่ห้ามอัปเกรด pin ปนกับงาน feature payload_check 18 passed 0 fail · pytest 503 passed
monthop-gmail
added a commit
that referenced
this pull request
Aug 19, 2026
…thon ยังเป็นของเรา (#24) agent-platform#24 ตั้งชื่อ field จริงว่า supersedes_approval_id (approval/v1 v1.1.0, pin ขยับไปแล้วใน #23) ชื่อที่เราตั้งเองไว้ก่อนคือ supersedes_decision_id จึงต้องเลิกใช้ บน wire ก่อน payload ชื่อเก่าจะสะสม ชื่อภายในยังเป็น supersedes_decision_id ตาม convention เดิมของ repo นี้ที่ decision_id (ภายใน) → approval_id (payload) — RFC-0005 Rule 1: semantics เป็นของเรา ชื่อ field เป็น ของเขา · map ระหว่างสองชื่ออยู่ที่เดียวคือ decision.WIRE_FIELD_NAMES ซึ่ง as_payload render ผ่านมัน และมีเทสไล่ทุก entry ในนั้น payload_check เพิ่มการตรวจชื่อ field: approval/v1 ไม่ได้ตั้ง additionalProperties: false ชื่อที่เราคิดเองจึง validate ผ่านเงียบ ๆ — ใช้ properties ของ schema เป็นชุดปิดแทน พร้อมตรวจอีกด้านว่าลิงก์ยังถูกส่งจริง ไม่ใช่หายไปพร้อมการ rename (ยืนยันแล้วว่าเช็คกัดจริง: ย้อนชื่อกลับ → FAIL=2) gap approval-supersedes-field-missing ปิดแล้ว ติด status: resolved ไว้แบบเดียวกับ blocking: ข้างบน · pinned_contracts_commit ใน platform-contract.yaml ยังค้างที่ 7263588 หลัง #23 จึงขยับตามให้ตรงกับ conformance/pinned.yaml (ไม่ได้แตะ pinned.yaml) ไม่แตะ expires_at และเส้นทาง REQUIRE_CHANGES (RFC-0011) — เช็คทั้งสองยังเขียวอยู่ pytest 504 · payload_check passed=20 FAIL=0 · e2e_flow passed=34 FAIL=0 Co-authored-by: monthop-gmail <monthop-gmail@users.noreply.github.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
รับ
supersedes_approval_idที่ agent-platform#24 เพิ่งเพิ่ม เข้ามาในชุด schema ที่เรา validate ด้วยPR นี้ไม่เปลี่ยนโค้ดอะไรเลย — แค่
conformance/pinned.yamlสองบรรทัด (commit+pinned_at)การ rename
supersedes_decision_id→supersedes_approval_idในฝั่งเราอยู่ PR ถัดไปตามกฎที่เขียนไว้ใน
pinned.yamlเอง:ผลตรวจกับ pin ใหม่
conformance/payload_check.pypytestschema cache ถูกดึงใหม่ตาม commit ใหม่ (
3a01ab9d-*) และยืนยันแล้วว่าapproval/v1ฉบับใหม่มี
supersedes_approval_idอยู่จริง ส่วนฉบับเก่าที่ pin ไว้เดิมไม่มี — payload ที่เราผลิตอยู่ตอนนี้ยัง validate ผ่านทั้งสองฉบับ เพราะ schema ไม่ได้ปิด
additionalProperties