[codex] consolidate canonical v2 setup#2479
Draft
isolot wants to merge 2 commits into
Draft
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
This draft PR consolidates the current local
nanoclaw-v2workspace as the canonical v2 setup against upstreammain, then reconciles the upstream fixes that are still relevant after the v1 to v2 upgrade.It intentionally uses the local working tree as the source of truth, excluding ignored local-only state such as
.env,node_modules,data,logs,groups, and backup/runtime folders.What changed
send_carddisplay-card delivery.<message to="...">blocks.on_wakefollow-up messages for self-mod restarts.qwibitai/nanoclawtonanocoai/nanoclawwith fallback where needed.Important review notes
package.jsonversion is2.0.25; upstreammainwas at2.0.62when this branch was created.isolot/nanoclawfork.Validation
pnpm install --frozen-lockfile --ignore-scriptspnpm rebuild better-sqlite3pnpm run typecheckpnpm run format:checkpnpm run lintpnpm test— 28 files / 290 tests passedcd container/agent-runner && bun install --frozen-lockfilecd container/agent-runner && bun run typecheckcd container/agent-runner && bun test— 78 tests passedSecret hygiene
.envwas not copied into the branch.