coreason-runtime 0.1.0

Kinetic Plane execution engine for the CoReason Tripartite Cybernetic Manifold
Documentation
{
  "python.defaultInterpreterPath": ".venv/bin/python",
  "[python]": {
    "editor.formatOnSave": true,
    "editor.codeActionsOnSave": {
      "source.fixAll": "explicit",
      "source.organizeImports": "explicit"
    }
  },
  "mypy-type-checker.args": [
    "--config-file=pyproject.toml"
  ],
  "ruff.enable": true,
  "ruff.organizeImports": true,
  "python.analysis.extraPaths": [
    "src",
    ".venv/lib/python3.14/site-packages"
  ]
}