Release 7.16.0 - #652
Conversation
🟡 Risk Classification: MINORApproval route: AI Review + Human Approval Classification reasons
Operational gates
Files analysed: 1 wall-e 2026.06.19-02 · policy |
🔬 Debug — why this classification?Each reason code emitted by the classifier, its source clause in the AI in SDLC Control Framework, and what it means.
Kinds:
See issue #3 for the proposal to formalise this map as Appendix A of the standards doc. wall-e 2026.06.19-02 · debug |
🔵 Advisory review: Sound, but needs your judgementThis PR needs a human approval. The code itself reads as correct; whether it should land depends on context I don't have. The diff only shows a version bump from 7.15.0 to 7.16.0, but the PR description claims three substantive code changes (merchant_id in Google Pay response, articles_of_association object refactor, fallback_source_used addition). The actual code changes are not present in this diff, so correctness of the release cannot be verified here. For you to decide
This is not an approval. wall-e cannot auto-approve this PR — it is an opinion to help whoever does. Advisory review · us.anthropic.claude-sonnet-4-6 · wall-e 2026.06.19-02 |
|



Note for the release notes: #650 changes the type of
OnboardSubEntityDocuments.articlesOfAssociationfrom theArticlesOfAssociationTypeenum to the newArticlesOfAssociationobject. That is source-breaking for anyone assigning the enum directly, but the old shape was rejected by the API, so nothing that worked stops working. Minor, per the rule that an API-forced break is not a major.