batpak 0.2.0

Event sourcing with causal graphs and policy gates. Sync API, zero async.
Documentation
{
  "name": "batpak-integrity",
  "build": {
    "dockerfile": "Dockerfile",
    "context": ".."
  },
  "workspaceFolder": "/workspace/batpak",
  "overrideCommand": false,
  "remoteEnv": {
    "DEVCONTAINER": "1"
  },
  "customizations": {
    "vscode": {
      "extensions": [
        "rust-lang.rust-analyzer",
        "tamasfe.even-better-toml",
        "ms-python.python",
        "editorconfig.editorconfig"
      ]
    }
  },
  "postCreateCommand": "cargo xtask doctor"
}