Skip to content

Map the existing voice runtime into NodeKit#4

Draft
HomenShum wants to merge 1 commit into
mainfrom
codex/nodekit-runtime-map
Draft

Map the existing voice runtime into NodeKit#4
HomenShum wants to merge 1 commit into
mainfrom
codex/nodekit-runtime-map

Conversation

@HomenShum

Copy link
Copy Markdown
Owner

Outcome

Brownfield-maps NodeVoice's existing runtime into the canonical NodeAgent application contract without relocating or replacing working code.

What changed

  • adds flat nodeagent.application/v1 at the repository root
  • maps the authored runtime under src/nodeagents
  • logically declares one voice-room capability pack and skill
  • binds a focused deterministic evaluation to the existing reducer-authoritative voice path
  • commits secret-free .nodeagent discovery and resolved metadata
  • documents that the current runtime has no canonical durable receipt instead of inventing one
  • leaves the existing flat nodekit.yaml, provider behavior, UI, reducer, auth, and deployment untouched

Validation

  • NodeKit compile/check: config hash 683f7ed3a0b6..., 6 mapped files including all 3 src/nodeagents files
  • NodeKit repository conformance: passed
  • npm run test:nodekit: 8/8 passed
  • npm run proof: 32/32 tests plus deterministic demo
  • npm run check: passed
  • npm run check:client: passed
  • npm run build: passed

Dependency and honest boundary

The non-conventional authoring root is content-bound by the NodeKit compiler fix in node-platform #4, commit 05b4e0e. Review/merge this PR after that compiler behavior is accepted.

The config hash binds the authored NodeAgent directory, pack, skill, eval, and manifest. It is not a transitive TypeScript build attestation for every implementation source listed in orchestration metadata. NodeVoice still emits typed in-memory results and human-readable CLI output, not a canonical durable receipt, so proof.receiptSchema remains null. No deployment or publication is included.

@vercel

vercel Bot commented Jul 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
local-collab-mvp Ready Ready Preview, Comment Jul 20, 2026 3:36am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant