@@ -233,7 +233,7 @@ npm view @mew-protocol/types version # Expected: 0.4.0
233233npm view @mew-protocol/capability-matcher # Expected: 0.4.1
234234npm view @mew-protocol/client version # Expected: 0.4.1
235235npm view @mew-protocol/participant version # Expected: 0.4.2
236- npm view @mew-protocol/agent version # Expected: 0.4.3
236+ npm view @mew-protocol/agent version # Expected: 0.4.6
237237npm view @mew-protocol/bridge version # Expected: 0.4.1
238238npm view @mew-protocol/cli version # Expected: 0.4.3
239239```
@@ -263,7 +263,7 @@ mew space init --template coder-agent test-coder
263263cd test-coder
264264npm install
265265# Verify no dependency resolution errors
266- npm list @mew-protocol/agent # Should show 0.4.3
266+ npm list @mew-protocol/agent # Should show 0.4.6
267267npm list @mew-protocol/bridge # Should show 0.4.1
268268
269269# Test cat-maze template (NEW in v0.4!)
@@ -272,7 +272,7 @@ mew space init --template cat-maze test-maze
272272cd test-maze
273273npm install
274274# Should install without errors
275- npm list @mew-protocol/agent # Should show 0.4.3
275+ npm list @mew-protocol/agent # Should show 0.4.6
276276```
277277
278278### Phase 4: Feature Verification (v0.4 Specific)
@@ -407,7 +407,7 @@ bridge (0.4.0) → UPDATE TEMPLATES → cli (0.4.3)
407407 - Fixed ` outDir: "./dist" ` → ` outDir: "dist" ` in tsconfig.json
408408 - Updated clean script to remove ` *.tsbuildinfo ` files
409409 - Removed problematic project references temporarily
410- - Published
` @mew-protocol/[email protected] ` with working binary
410+ - Published
` @mew-protocol/[email protected] ` with working binary
, then republished ` 0.4.6 ` to depend on participant ` 0.4.2 ` 411411- ** Future Prevention** :
412412 - Add post-publish verification step to test binary execution
413413 - Include ` .tsbuildinfo ` cleanup in all package clean scripts
@@ -510,7 +510,7 @@ grep -r "@mew-protocol" sdk/typescript-sdk/*/package.json bridge/package.json
510510- ` @mew-protocol/[email protected] ` 511511- ` @mew-protocol/[email protected] ` 512512- ` @mew-protocol/[email protected] ` 513- - ` @mew-protocol/[email protected] .5 ` ⚠️ (Fixed build issues)
513+ - ` @mew-protocol/[email protected] .6 ` ⚠️ (Fixed build issues
, updated participant dependency )
514514- ` @mew-protocol/[email protected] ` 515515- ` @mew-protocol/[email protected] ` ⚠️ (Fixed truncation + maze bugs)
516516
0 commit comments