Align adapter receipt result contract - #199
Merged
Hisakazu333 merged 1 commit intoJun 26, 2026
Merged
Conversation
Hisakazu333
added a commit
that referenced
this pull request
Jun 26, 2026
* feat: expose bundle import file conflicts (#134) * feat: report local bridge event cursor state (#135) * docs: show adapter event cursor recovery (#136) * feat: show bundle import plan summary (#137) * feat: clarify local bridge settings state (#138) * docs: expand generic adapter loop sample (#139) * fix: keep bundles off legacy plain import path (#140) * docs: sync bundle and bridge status (#141) * Handle bundle import conflicts through bridge (#143) * Record bundle import receipts (#144) * Preview bundle import rollback plans (#145) * feat: execute bundle import rollbacks through bridge (#146) * feat: tighten adapter bridge bundle lifecycle (#147) * feat: stabilize bridge action result contract (#148) * Harden bridge bundle detail contract (#149) * Expose bundle receipt rollback flags (#150) * Expose bridge rollback blocking reason (#151) * Add bridge action result lookup (#152) * Expose pending bridge action lookups (#153) * Polish adapter full loop and sensitive bundle policy (#154) * Harden local bridge runtime authorization (#156) * Bind bridge action events to client app kind (#157) * Require scopes for bridge read requests (#158) * Tighten bridge read contract usage tracking (#159) * Validate bridge authorization scopes (#160) * Use minimal default bridge adapter scopes (#161) * Tighten generic adapter result contract (#162) * Add generic adapter target import sample (#163) * Add generic adapter target rollback sample (#164) * Sync adapter roadmap status (#165) * Add generic adapter event watch sample (#166) * Tighten local bridge event cursor visibility (#167) * Add action-scoped local bridge event polling (#168) * Expose visible local bridge event window (#169) * Expose visible local bridge event window * Fix visible event window pagination * Add generic adapter descriptor contract (#170) * Use adapter descriptors for sample requests (#171) * Gate adapter sample requests by descriptor types (#172) * Gate adapter requests by descriptor capabilities (#173) * Gate adapter imports by descriptor conflict strategies (#174) * Return bundle ids for queued bridge import actions (#175) * Include metadata on queued bridge action events (#176) * Document queued bridge action metadata for adapters (#177) * Deduplicate pending local bridge mutations (#178) * Clarify local bridge request id contract (#179) * Make terminal bridge retries idempotent (#180) * Harden local bridge request idempotency (#181) * 新功能(本地桥接): 新增同request_id负载不匹配时的请求拒绝逻辑,更新适配器规范 补充ADAPTER_SPEC.md文档,明确相同request_id仅可用于同语义的请求 新增负载匹配校验相关的辅助函数与处理逻辑,拒绝相同客户端下相同request_id但参数不同的重试请求 添加对应的测试用例验证该校验逻辑的正确性 * fix: reuse pending bridge retry actions * feat(adapter): classify bridge retry responses (#182) * test(adapter): lock sensitive bundle descriptor policy (#183) * Polish bundle import status copy (#184) * Tighten adapter receipt state contract (#185) * Codify sensitive bundle staging policy (#186) * Sync next phase after bundle bridge rollup (#188) * Add adapter runtime profile contract (#189) * Add adapter transaction contract (#190) * Clarify adapter event stream decisions (#191) * Add generic adapter app manifest sample (#193) * Wire app manifest resources into adapter workflows (#194) * Show adapter-owned import steps in full loop (#195) * Add adapter import dry-run sample (#197) * Stabilize adapter import plan contract (#198) * Align adapter receipt result contract (#199)
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.
Summary
Tests
Note