{
  "schemaVersion": "sft.context-resolver.manifest.v1",
  "name": "Glyphd SFT Context Resolver",
  "version": "0.2.0",
  "evidenceState": "IMPLEMENTED",
  "strategies": [
    "FULL_SCENE",
    "LEXICAL_TOP_K",
    "GRAPH_NEIGHBORHOOD",
    "SFT_OPERATIONAL"
  ],
  "scenarios": [
    {
      "id": "architecture",
      "label": "Architectural audit",
      "description": "Openings, route widths, fit, service access, and an intentional obstruction.",
      "exampleCommands": [
        "Can the lobby sofa fit through the front door?",
        "Check architectural clearance in ground floor",
        "Audit service access for air handler",
        "Validate constraints in ground floor"
      ]
    },
    {
      "id": "assembly",
      "label": "Assembly sequencing",
      "description": "Typed part containment and requires-before constraints.",
      "exampleCommands": [
        "Audit assembly order for cabinet assembly",
        "Validate constraints in cabinet assembly",
        "Check collisions in cabinet assembly"
      ]
    },
    {
      "id": "robot",
      "label": "Robot environment memory",
      "description": "Named route nodes, blocked edges, clearances, and alternate paths.",
      "exampleCommands": [
        "Find a path from mobile robot to charging dock",
        "Check collisions",
        "Validate constraints"
      ]
    },
    {
      "id": "game",
      "label": "Deterministic game state",
      "description": "Addressed entities and a locked-door state ready for immutable branching.",
      "exampleCommands": [
        "Find a path from player to exit",
        "Move brass key to start room",
        "Validate constraints"
      ]
    }
  ],
  "endpoints": {
    "json": "/api/sft/resolve",
    "mcp": "/api/mcp",
    "demonstration": "/sft/context-resolver",
    "benchmark": "/demos/semantic-fractal-topology/b18-resolver-results.v1.json"
  },
  "responseSchema": "sft.resolve.response.v1",
  "tokenizer": "o200k_base@gpt-tokenizer-4.0.0",
  "claimBoundary": "The v0.2 resolver demonstrates deterministic operation-directed context construction on authored SFT fixtures. B18 R1 did not meet its predeclared median context-size gate, so no model-quality or retrieval-advantage claim is made."
}
