build: harden workspace manifest entrypoints#26
Open
nike-beep wants to merge 3 commits into
Open
Conversation
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
test:coveragemanifest entrypointtest:coveragescripts to@wanman/cli,@wanman/finops,@wanman/host-sdk, and@wanman/runtimerm -rfclean commands in the root, CLI, FinOps, host SDK, and runtime manifests with Nodefs.rmSynccommands that work on Windows and POSIX hostsVerification
[pass]pnpm --dir packages/cli run clean[pass]pnpm --dir packages/runtime run clean[pass]pnpm --dir packages/host-sdk run clean[pass]pnpm --dir packages/finops run clean[pass]node --input-type=module -e "import { rmSync } from 'node:fs'; rmSync('node_modules', { recursive: true, force: true });"in a temporary directory to verify the root cleanup path on Windows[fail, pre-existing]corepack pnpm run test:coverageCurrent failures remain in existing CLI/runtime suites (
packages/cli/src/commands/takeover.test.ts,packages/cli/src/local-supervisor.test.ts,packages/cli/src/execution-session.test.ts,packages/runtime/src/__tests__/credential-manager.test.ts,packages/runtime/src/__tests__/codex-adapter.test.ts,packages/runtime/src/__tests__/agent-process.test.ts,packages/runtime/src/__tests__/config.test.ts,packages/runtime/src/__tests__/brain-integration.test.ts,packages/runtime/src/__tests__/merge-queue.test.ts,packages/runtime/src/__tests__/supervisor-git.test.ts,packages/runtime/src/__tests__/worktree-manager.test.ts) and were reproduced without touching executable source files in this PR.Coverage Notes
C:\Users\52895\Documents\wanman 2\.wanman\agents\devops\output\devops-notes.md.Tasks:
bb9a1089,f0e09187Capsule:
0022c635