Zion Boggan
repos/TreeTrace/examples/rejections/.treetrace/rejections.json
zionboggan.com ↗
90 lines · json
History for this file →
1
{
2
  "schemaVersion": "0.3",
3
  "project": {
4
    "name": "rejections",
5
    "generatedAt": "2026-06-19T06:50:12.990Z"
6
  },
7
  "summary": {
8
    "total": 7,
9
    "byKind": {
10
      "user_declined_tool": 1,
11
      "user_interrupt": 1,
12
      "tool_execution_error": 1,
13
      "permission_denied": 1,
14
      "user_text_decline": 1,
15
      "model_refusal": 2
16
    }
17
  },
18
  "rejections": [
19
    {
20
      "nodeId": "node_001",
21
      "kind": "user_declined_tool",
22
      "source": "tool_result",
23
      "confidence": 1,
24
      "toolUseId": "toolu-0001",
25
      "tool": null,
26
      "ts": "2026-06-18T10:00:10.000Z",
27
      "evidence": "The user doesn't want to proceed with this tool use. The user wants you to answer a different question instead."
28
    },
29
    {
30
      "nodeId": "node_002",
31
      "kind": "user_interrupt",
32
      "source": "text",
33
      "confidence": 1,
34
      "toolUseId": null,
35
      "tool": null,
36
      "ts": "2026-06-18T10:00:25.000Z",
37
      "evidence": "[Request interrupted by user]"
38
    },
39
    {
40
      "nodeId": "node_003",
41
      "kind": "tool_execution_error",
42
      "source": "tool_result",
43
      "confidence": 0.9,
44
      "toolUseId": "toolu-0003",
45
      "tool": null,
46
      "ts": "2026-06-18T10:00:40.000Z",
47
      "evidence": "mkdir: cannot create directory '/root/.config/forbidden': File exists"
48
    },
49
    {
50
      "nodeId": "node_003",
51
      "kind": "permission_denied",
52
      "source": "tool_result",
53
      "confidence": 0.85,
54
      "toolUseId": "toolu-0004",
55
      "tool": null,
56
      "ts": "2026-06-18T10:00:50.000Z",
57
      "evidence": "sudo: permission denied; user is not in the sudoers file. This incident will be reported."
58
    },
59
    {
60
      "nodeId": "node_004",
61
      "kind": "user_text_decline",
62
      "source": "text",
63
      "confidence": 0.8,
64
      "toolUseId": null,
65
      "tool": null,
66
      "ts": "2026-06-18T10:00:55.000Z",
67
      "evidence": "stop, don't do that"
68
    },
69
    {
70
      "nodeId": "node_004",
71
      "kind": "model_refusal",
72
      "source": "stop_reason",
73
      "confidence": 0.95,
74
      "toolUseId": null,
75
      "tool": null,
76
      "ts": "2026-06-18T10:01:00.000Z",
77
      "evidence": null
78
    },
79
    {
80
      "nodeId": "node_005",
81
      "kind": "model_refusal",
82
      "source": "text_heuristic",
83
      "confidence": 0.7,
84
      "toolUseId": null,
85
      "tool": null,
86
      "ts": "2026-06-18T10:01:10.000Z",
87
      "evidence": "I can't help with that request. It would require me to describe how to bypass filesystem permissions, which I am programmed not to do."
88
    }
89
  ]
90
}