feat(mcp): G6.5 發布 + tarball 冒煙(落實 D41) - #22
Merged
Merged
Conversation
- feat(mcp): prepack/postpack 以 publish-manifest.mjs 將 @mebular/core 由 file:../.. 改 ^0.1.0 並於 pack 後還原 - build: .gitignore 納入 packages/*/package.json.packbak 與 *.tgz - test(publish): scripts/verify-mcp-publish.mjs:三包 npm pack、tarball 內容與依賴改寫斷言、乾淨安裝後跑 mebular status/mcp(真實 client)與 skill install.mjs - ci: build-test-lint job 增 Publish 步驟 對應 goal-v0.1.md G6.5 與 project-status.md D44。
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.
G6.5 發布
內容
@mebular/mcp增prepack/postpack(packages/mcp/scripts/publish-manifest.mjs),pack/publish 時將@mebular/core由file:../..改為^0.1.0,pack 後還原;.gitignore納入packages/*/package.json.packbak與*.tgz。scripts/verify-mcp-publish.mjs:三包npm pack --json;斷言 mcp tarball 內 dep=^0.1.0、pack 後本地還原、tarball 含關鍵檔案;再於乾淨目錄npm install <三個 tgz> --omit=optional,斷言@mebular/core@0.1.0安裝,並跑安裝後的mebular status、mebular mcp(真實 MCP client:tools/list=11 + 寫入/召回)與@mebular/skill的install.mjs。build / test / lint新增npm run verify:mcp:publish步驟。驗證(E1)
npm run verify:mcp:publish退出碼 0npm run verify0–6 全綠依
docs.design/goal-v0.1.mdG6.5;決策 D44(落實 D41)。