Skip to content

0.1.0 — Initial release

Choose a tag to compare

@wasomma wasomma released this 16 Aug 22:55
· 34 commits to main since this release

Added

  • Initial release: headless TypeScript engine extracted from fpv-sim's
    index.html with float-exact behavior parity, proven by golden-master
    fixtures generated from the original browser source running in a Node
    vm (plus a real-browser cross-check).
  • MCP server with five read-only, deterministic tools (run_engagement,
    sweep_seeds, compare_configs, describe_model, get_config_schema)
    and two documentation resources, with zod validation generated from the
    same parameter table as the schema tool.
  • Stdio and Streamable HTTP transports, an MCP client demo
    (npm run demo), a VPS deployment runbook (deploy/), and the
    golden-fixture generator (scripts/generate-goldens.mjs).
  • Headless-only additions to the sim's semantics: guaranteed termination
    (winner, both-drones-down, or 3600 s cap — the latter two reported as
    first-class STALEMATE outcomes) and flag timestamps for aggregation.