{
  "contractVersion": "1.0.0",
  "skill": {"name": "route-trace", "version": "0.2.3"},
  "invocation": {
    "id": "example-route-trace",
    "startedAt": "2026-07-02T10:00:00Z",
    "endedAt": "2026-07-02T10:02:00Z"
  },
  "repository": {
    "root": "/workspace/example-project",
    "branch": "main",
    "head": "0123456789abcdef",
    "workingTreeState": "clean"
  },
  "userIntent": "Trace static route surfaces before editing an API handler.",
  "declaredScope": ["/workspace/example-project"],
  "projectAdapter": "example-route-adapter",
  "environmentSummary": {"platform": "linux", "shell": "bash"},
  "status": "complete",
  "confidence": {
    "level": "high",
    "reason": "Adapter scope, route files, inferred route declarations, skipped paths, and not-verified runtime-dependent route classes were recorded."
  },
  "commands": [
    {
      "command": "coding-agent-skills route-trace /workspace/example-project",
      "family": "route-trace-renderer",
      "workingDirectory": "/workspace/example-project",
      "startedAt": "2026-07-02T10:00:20Z",
      "endedAt": "2026-07-02T10:00:21Z",
      "exitStatus": 0,
      "resultStatus": "success",
      "safetyClass": "allowed",
      "approvalReference": null,
      "purpose": "Render a static route-trace report.",
      "outputSummary": "Found Next.js API route files and inferred Express route declarations without runtime checks."
    }
  ],
  "skippedChecks": [],
  "findings": [
    {
      "summary": "Verified route files and inferred route declarations were identified from static files only.",
      "evidence": ["app/api/users/route.ts", "server/routes.ts"]
    }
  ],
  "risks": [],
  "failures": [],
  "unresolvedQuestions": [],
  "changedState": {
    "changed": false,
    "summary": "No project, Git, dependency, runtime, service, or remote state changed."
  },
  "handoffSummary": "Static route surfaces are mapped with runtime-dependent areas explicitly not verified.",
  "recommendedNextAction": "Review the relevant verified route file before editing."
}
