chore(cleanup): purge /command residuals — fakeEngine, canon golden, openapi #75
Reference in New Issue
Block a user
Delete Branch "feature/post-command-cleanup"
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?
Three small follow-ups agreed after the
/commandremoval (#73):dummyExecutor→fakeEnginein the router tests (+newExecutor/setupRouterExecutor→newFakeEngine/setupRouterEngine). It implementshandler.Enginenow;executorwas a dead-concept leftover. Test-only.user.games.order(request_user_games_command.json→request_user_games_order.json, fresh canonical bytes + Ed25519 signature) — purges the lastuser.games.commandreferences from the Go/TS tests and docs. The Go fixture test + the WASM-parity vitest validate it.CommandRequest.cmddropsminItems: 1. It is now order-only, andPUT /api/v1/orderaccepts an empty batch (clearing the stored order, equivalent to removing every command); the contract test freezes the empty-allowed shape.No production behaviour change.