feat: add conversation and plan-step coordination primitives#24
Merged
Conversation
Introduce first-class conversation and plan-step primitives in the kernel with state/progress synthesis, multi-thread coordination APIs, and a dedicated CLI command module for end-to-end lifecycle management. Made-with: Cursor
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
conversationandplan-stepbuilt-in primitives, plus a new kernelconversationdomain module for thread coordination, message/event timelines, plan-step lifecycle transitions, progress updates, and derived conversation state summariesconversationandplan-stepcommand families (create/show/list/message/state/thread-add/thread-remove and create/list/start/progress/block/done/cancel), wired through existingrunCommandJSON envelopeTest plan
pnpm exec vitest run --config vitest.config.ts packages/kernel/src/conversation.test.ts packages/kernel/src/context-graph-contract.test.ts packages/kernel/src/registry.test.ts tests/integration/cli-compat.test.tspnpm run typecheckpnpm exec vitest run --config vitest.config.ts packages/kernel/src tests/integration/cli-compat.test.tspnpm run buildpnpm run test(known unrelated failure: architecture test enforcing rootsrc/absence in repository state)Made with Cursor