Explanation
Design rationale — why SKMTC is built the way it is, the alternatives considered, and the trade-offs accepted. For evaluators deciding whether SKMTC fits, and for the curious after first success.
Deciding whether to adopt
- Comparison to other tools — the landscape, and when to pick something else
- Why clone-to-customize — the central bet, with its counter-cases
- Design philosophy — the principles behind the choices
- Status and roadmap — what to depend on today
- Security model — the sandbox and its residual risks
Understanding the machine
- How idempotency works — the order-independence proof
- Why three phases — what combining phases would break
- Error handling philosophy — lenient input, strict diagnostics
- The GraphQL asymmetry — why GraphQL parses worker-side