Map the existing voice runtime into NodeKit#4
Draft
HomenShum wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Outcome
Brownfield-maps NodeVoice's existing runtime into the canonical NodeAgent application contract without relocating or replacing working code.
What changed
nodeagent.application/v1at the repository rootsrc/nodeagentsvoice-roomcapability pack and skill.nodeagentdiscovery and resolved metadatanodekit.yaml, provider behavior, UI, reducer, auth, and deployment untouchedValidation
683f7ed3a0b6..., 6 mapped files including all 3src/nodeagentsfilesnpm run test:nodekit: 8/8 passednpm run proof: 32/32 tests plus deterministic demonpm run check: passednpm run check:client: passednpm run build: passedDependency 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.receiptSchemaremains null. No deployment or publication is included.