chore(release): reconcile main history for Petstore MCP release - #30
Merged
Conversation
* ci: require verified dev-to-main promotions * fix: pin examples MCP SDK to audited graph (#3) Co-authored-by: sjungwon03 <> * fix(deps): adopt TypeMCP 0.2.2 remediation (#7) * chore: reconcile main release history into dev (#11) * release: publish verified TypeChain and TypeMCP examples (#1) Co-authored-by: sjungwon03 <> * release: promote audited MCP SDK graph to production (#5) * ci: require verified dev-to-main promotions * fix: pin examples MCP SDK to audited graph (#3) Co-authored-by: sjungwon03 <> --------- Co-authored-by: sjungwon03 <> * fix: retain published TypeMCP dependency contract * fix: remove obsolete reconciliation override * feat: add read-only Swagger Petstore agent examples (#16) * docs(planning): add Swagger Petstore agent plan * feat: add read-only Swagger Petstore client * feat: wrap read-only Petstore API in TypeMCP * feat: add TypeChain Petstore agent workflow * feat: add live Swagger Petstore demonstrations * feat: add real TypeChain Petstore agent factory (#22) * docs(planning): define real Petstore agent delivery * feat: add real TypeChain Petstore agent factory * docs: explain application-owned Petstore agent runtime --------- Co-authored-by: sjungwon03 <>
sjungwon03-ai
approved these changes
Jul 29, 2026
sjungwon03-ai
left a comment
Member
There was a problem hiding this comment.
Independent release-history reconciliation review — APPROVE
Formal independent review at exact head a77eddb4d1e40450232b45224d9026ed7096acc9.
Verified (GitHub metadata/diff/source only — no local execution):
- Two-parent merge structure — candidate
a77eddbhas exactly two parents: first4e00e86(currentdev), second3ef010f(currentmain). Matches the expected reconciliation topology. - Zero file delta vs
dev— PR reports 0 changed files, +0/−0.compare dev...a77eddb→ 0 files, ahead_by 2 / behind_by 0. The merge resolves historical add/add conflicts entirely in favor of currentdev, introducing no content change. - Reviewed rewrite preserved, no stale overrides — tree at head retains the real TypeMCP HTTP loopback runtime (
petstore-mcp-runtime.ts, node:http on ephemeral 127.0.0.1,/mcproute, fetch bridge), the official MCP SDK client (petstore-mcp-client.ts,StreamableHTTPClientTransport), and the TypeChain@Agentfacade (typechain-petstore-mcp-agent.ts,buildAgent).package.jsonscripts are clean fixture/live entries; no obsolete override or stub files remain in the tree. - Exact-head CI + threads —
verifycheck-run issuccessata77eddb. Zero review threads (zero unresolved). Dev ruleset gates (1 approval,verifycheck, thread resolution) are satisfied by this review.
This is a clean, minimal history reconciliation that makes main a direct ancestor without altering any reviewed dev content. Cleared for promotion ahead of the Petstore MCP agent release.
This was referenced Jul 29, 2026
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
Closes #29.
Create a two-parent history reconciliation required before releasing the reviewed Petstore MCP HTTP agent rewrite.
a77eddb4d1e40450232b45224d9026ed7096acc9dev:4e00e86013e78a44d8dd4ce8ee1a0ef608968388main:3ef010f2207009731d9763d7e04c9019dfb70197The merge resolves all add/add historical conflicts in favor of current
dev, so it introduces zero file delta versus currentdev. It preserves the reviewed Petstore MCP runtime/client/TypeChain agent rewrite and its CI fixture commands, while makingmaina direct ancestor after merging.Verification
origin/devbefore committing.npm cinpm run check— 6 test files / 10 tests and production audit 0 vulnerabilities.npm run example:petstore:mcp:fixturenpm run example:petstore:mcp-agent:fixturegit diff --check origin/dev...HEAD