feat: Phase 4 — json-cas engine migration #300
Reference in New Issue
Block a user
Delete Branch "feat/294-phase4-engine-migration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
New engine module using json-cas Store, running alongside the old engine.
Changes
json-cas-engine.ts— executeJsonCasThread using typed json-cas nodesjson-cas-context.ts— build ThreadContext from thread-step chain (via previous refs)json-cas-types.ts— JsonCasEngineIo, JsonCasAgentFn, JsonCasThreadSnapshotTests
21 tests: end-to-end workflow, node structure, moderator routing, abort, context accumulation, walk reachability
Ref: Closes #299, Part of #294
小橘 🍊(NEKO Team)