pluribus-context 0.3.22 → 0.3.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -3
- package/README.md +2 -2
- package/docs/community-review-packet.md +2 -1
- package/docs/context-budget-receipts.md +150 -0
- package/docs/context-input-evidence.md +397 -0
- package/docs/context-receipts-for-agent-observability.md +177 -0
- package/docs/orchestration-search-receipts.md +102 -0
- package/docs/portability-fidelity-report.md +4 -2
- package/examples/context-input-evidence/AGENTS.md +12 -0
- package/examples/context-input-evidence/agent-overlay-log.jsonl +4 -0
- package/examples/context-input-evidence/agent-overlay-otel-trace.json +548 -0
- package/examples/context-input-evidence/agent-overlay-receipt.ndjson +3 -0
- package/examples/context-input-evidence/agentgateway-progressive-disclosure-otel-trace.json +393 -0
- package/examples/context-input-evidence/agentgateway-progressive-disclosure-receipt.ndjson +4 -0
- package/examples/context-input-evidence/brain-remediation-otel-trace.json +645 -0
- package/examples/context-input-evidence/brain-remediation-receipt.ndjson +7 -0
- package/examples/context-input-evidence/claudekit-mcp-manager-otel-trace.json +417 -0
- package/examples/context-input-evidence/claudekit-mcp-manager-receipt.ndjson +5 -0
- package/examples/context-input-evidence/cli-progressive-disclosure-otel-trace.json +399 -0
- package/examples/context-input-evidence/cli-progressive-disclosure-receipt.ndjson +4 -0
- package/examples/context-input-evidence/compaction-otel-trace.json +711 -0
- package/examples/context-input-evidence/compaction-receipt.ndjson +6 -0
- package/examples/context-input-evidence/context-selection-otel-trace.json +627 -0
- package/examples/context-input-evidence/context-selection-receipt.ndjson +7 -0
- package/examples/context-input-evidence/convert-agent-overlay-log.mjs +156 -0
- package/examples/context-input-evidence/convert-agentgateway-progressive-disclosure-log.mjs +251 -0
- package/examples/context-input-evidence/convert-brain-remediation-log.mjs +241 -0
- package/examples/context-input-evidence/convert-claudekit-mcp-manager-log.mjs +253 -0
- package/examples/context-input-evidence/convert-cli-progressive-disclosure-log.mjs +251 -0
- package/examples/context-input-evidence/convert-compaction-log.mjs +224 -0
- package/examples/context-input-evidence/convert-context-selection-log.mjs +247 -0
- package/examples/context-input-evidence/convert-mcp-tool-search-log.mjs +242 -0
- package/examples/context-input-evidence/convert-memory-consolidation-log.mjs +240 -0
- package/examples/context-input-evidence/convert-memory-governance-delete-log.mjs +223 -0
- package/examples/context-input-evidence/convert-memory-log.mjs +226 -0
- package/examples/context-input-evidence/convert-memory-provenance-log.mjs +263 -0
- package/examples/context-input-evidence/convert-secret-scanning-log.mjs +233 -0
- package/examples/context-input-evidence/convert-session-log.mjs +186 -0
- package/examples/context-input-evidence/convert-skill-log.mjs +161 -0
- package/examples/context-input-evidence/convert-skill-registry-log.mjs +246 -0
- package/examples/context-input-evidence/convert-skill-routing-log.mjs +253 -0
- package/examples/context-input-evidence/convert-subagent-context-budget-log.mjs +267 -0
- package/examples/context-input-evidence/convert-subagent-delegation-log.mjs +264 -0
- package/examples/context-input-evidence/export-otel-trace.mjs +128 -0
- package/examples/context-input-evidence/generate-receipt.mjs +188 -0
- package/examples/context-input-evidence/mcp-tool-search-otel-trace.json +477 -0
- package/examples/context-input-evidence/mcp-tool-search-receipt.ndjson +5 -0
- package/examples/context-input-evidence/memory-consolidation-otel-trace.json +492 -0
- package/examples/context-input-evidence/memory-consolidation-receipt.ndjson +4 -0
- package/examples/context-input-evidence/memory-governance-delete-otel-trace.json +614 -0
- package/examples/context-input-evidence/memory-governance-delete-receipt.ndjson +5 -0
- package/examples/context-input-evidence/memory-otel-trace.json +645 -0
- package/examples/context-input-evidence/memory-provenance-otel-trace.json +711 -0
- package/examples/context-input-evidence/memory-provenance-receipt.ndjson +5 -0
- package/examples/context-input-evidence/memory-receipt.ndjson +4 -0
- package/examples/context-input-evidence/otel-trace.json +1119 -0
- package/examples/context-input-evidence/receipt.ndjson +6 -0
- package/examples/context-input-evidence/sample-agentgateway-progressive-disclosure-log.jsonl +5 -0
- package/examples/context-input-evidence/sample-brain-remediation-log.jsonl +9 -0
- package/examples/context-input-evidence/sample-claudekit-mcp-manager-log.jsonl +6 -0
- package/examples/context-input-evidence/sample-cli-progressive-disclosure-log.jsonl +5 -0
- package/examples/context-input-evidence/sample-compaction-log.jsonl +7 -0
- package/examples/context-input-evidence/sample-context-selection-log.jsonl +7 -0
- package/examples/context-input-evidence/sample-mcp-tool-search-log.jsonl +6 -0
- package/examples/context-input-evidence/sample-memory-consolidation-log.jsonl +5 -0
- package/examples/context-input-evidence/sample-memory-governance-delete-log.jsonl +6 -0
- package/examples/context-input-evidence/sample-memory-provenance-log.jsonl +6 -0
- package/examples/context-input-evidence/sample-memory-retrieval-log.jsonl +6 -0
- package/examples/context-input-evidence/sample-secret-scanning-log.jsonl +7 -0
- package/examples/context-input-evidence/sample-session-log.jsonl +6 -0
- package/examples/context-input-evidence/sample-skill-registry-log.jsonl +5 -0
- package/examples/context-input-evidence/sample-skill-routing-log.jsonl +7 -0
- package/examples/context-input-evidence/sample-subagent-context-budget-log.jsonl +6 -0
- package/examples/context-input-evidence/sample-subagent-delegation-log.jsonl +5 -0
- package/examples/context-input-evidence/secret-scanning-otel-trace.json +794 -0
- package/examples/context-input-evidence/secret-scanning-receipt.ndjson +6 -0
- package/examples/context-input-evidence/session-otel-trace.json +411 -0
- package/examples/context-input-evidence/session-receipt.ndjson +2 -0
- package/examples/context-input-evidence/skill-invocation-log.jsonl +4 -0
- package/examples/context-input-evidence/skill-otel-trace.json +548 -0
- package/examples/context-input-evidence/skill-receipt.ndjson +3 -0
- package/examples/context-input-evidence/skill-registry-otel-trace.json +471 -0
- package/examples/context-input-evidence/skill-registry-receipt.ndjson +5 -0
- package/examples/context-input-evidence/skill-routing-otel-trace.json +567 -0
- package/examples/context-input-evidence/skill-routing-receipt.ndjson +6 -0
- package/examples/context-input-evidence/subagent-context-budget-otel-trace.json +507 -0
- package/examples/context-input-evidence/subagent-context-budget-receipt.ndjson +5 -0
- package/examples/context-input-evidence/subagent-delegation-otel-trace.json +388 -0
- package/examples/context-input-evidence/subagent-delegation-receipt.ndjson +4 -0
- package/package.json +6 -2
- package/schemas/audit-result.schema.json +409 -71
- package/src/commands/audit.js +64 -3
- package/src/utils/version.js +1 -1
|
@@ -0,0 +1,399 @@
|
|
|
1
|
+
{
|
|
2
|
+
"resourceSpans": [
|
|
3
|
+
{
|
|
4
|
+
"resource": {
|
|
5
|
+
"attributes": [
|
|
6
|
+
{
|
|
7
|
+
"key": "service.name",
|
|
8
|
+
"value": {
|
|
9
|
+
"stringValue": "pluribus-cli-progressive-disclosure-receipt-demo"
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"key": "service.version",
|
|
14
|
+
"value": {
|
|
15
|
+
"stringValue": "0.0.0-fixture"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"key": "deployment.environment.name",
|
|
20
|
+
"value": {
|
|
21
|
+
"stringValue": "local-fixture"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
"scopeSpans": [
|
|
27
|
+
{
|
|
28
|
+
"scope": {
|
|
29
|
+
"name": "pluribus.context_input_evidence.cli_progressive_disclosure_demo",
|
|
30
|
+
"version": "0.0.0-fixture"
|
|
31
|
+
},
|
|
32
|
+
"spans": [
|
|
33
|
+
{
|
|
34
|
+
"traceId": "ed6d22c940da80169c1680065da6d8ed",
|
|
35
|
+
"spanId": "ad9a79794e4a5739",
|
|
36
|
+
"parentSpanId": "",
|
|
37
|
+
"name": "agent.session.cli.progressive_disclosure",
|
|
38
|
+
"kind": 1,
|
|
39
|
+
"startTimeUnixNano": "1779627724000000000",
|
|
40
|
+
"endTimeUnixNano": "1779627765000000000",
|
|
41
|
+
"attributes": [
|
|
42
|
+
{
|
|
43
|
+
"key": "session.id",
|
|
44
|
+
"value": {
|
|
45
|
+
"stringValue": "sess_cli_apideck_2026_05_24"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"key": "gen_ai.conversation.id",
|
|
50
|
+
"value": {
|
|
51
|
+
"stringValue": "conv_private_crm_sync"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"key": "agent.name",
|
|
56
|
+
"value": {
|
|
57
|
+
"stringValue": "Claude Code"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"key": "workspace.name",
|
|
62
|
+
"value": {
|
|
63
|
+
"stringValue": "private-payroll-sync"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"key": "gen_ai.request.model",
|
|
68
|
+
"value": {
|
|
69
|
+
"stringValue": "claude-sonnet-4.5"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"key": "cli.name",
|
|
74
|
+
"value": {
|
|
75
|
+
"stringValue": "apideck"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"key": "cli.disclosure.strategy",
|
|
80
|
+
"value": {
|
|
81
|
+
"stringValue": "agent_prompt_then_command_help"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"events": [
|
|
86
|
+
{
|
|
87
|
+
"name": "cli.agent_prompt.loaded",
|
|
88
|
+
"timeUnixNano": "1779627724000000000",
|
|
89
|
+
"attributes": [
|
|
90
|
+
{
|
|
91
|
+
"key": "session.id",
|
|
92
|
+
"value": {
|
|
93
|
+
"stringValue": "sess_cli_apideck_2026_05_24"
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"key": "gen_ai.conversation.id",
|
|
98
|
+
"value": {
|
|
99
|
+
"stringValue": "conv_private_crm_sync"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"key": "agent.name",
|
|
104
|
+
"value": {
|
|
105
|
+
"stringValue": "Claude Code"
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"key": "cli.name",
|
|
110
|
+
"value": {
|
|
111
|
+
"stringValue": "apideck"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"key": "cli.prompt.command_hash",
|
|
116
|
+
"value": {
|
|
117
|
+
"stringValue": "sha256:7802829a35f8"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"key": "cli.prompt.hash",
|
|
122
|
+
"value": {
|
|
123
|
+
"stringValue": "sha256:01383673fcfef9219e380fa6cf35ec4af29067f38c3e3c20e39565d054b3b802"
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"key": "cli.prompt.token_count_bucket",
|
|
128
|
+
"value": {
|
|
129
|
+
"stringValue": "under_100"
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"key": "cli.full_openapi.token_count_bucket",
|
|
134
|
+
"value": {
|
|
135
|
+
"stringValue": "over_50k"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"key": "cli.full_mcp_schema.token_count_bucket",
|
|
140
|
+
"value": {
|
|
141
|
+
"stringValue": "under_10k"
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"key": "cli.startup.strategy",
|
|
146
|
+
"value": {
|
|
147
|
+
"stringValue": "agent_prompt_only"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"key": "cli.install.target",
|
|
152
|
+
"value": {
|
|
153
|
+
"stringValue": "claude_skill"
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"key": "privacy.raw_agent_prompt_recorded",
|
|
158
|
+
"value": {
|
|
159
|
+
"boolValue": false
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"key": "privacy.raw_openapi_recorded",
|
|
164
|
+
"value": {
|
|
165
|
+
"boolValue": false
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"key": "privacy.raw_mcp_schemas_recorded",
|
|
170
|
+
"value": {
|
|
171
|
+
"boolValue": false
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "cli.command_help.loaded",
|
|
178
|
+
"timeUnixNano": "1779627739000000000",
|
|
179
|
+
"attributes": [
|
|
180
|
+
{
|
|
181
|
+
"key": "session.id",
|
|
182
|
+
"value": {
|
|
183
|
+
"stringValue": "sess_cli_apideck_2026_05_24"
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"key": "gen_ai.conversation.id",
|
|
188
|
+
"value": {
|
|
189
|
+
"stringValue": "conv_private_crm_sync"
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"key": "cli.name",
|
|
194
|
+
"value": {
|
|
195
|
+
"stringValue": "apideck"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"key": "cli.command.hash",
|
|
200
|
+
"value": {
|
|
201
|
+
"stringValue": "sha256:aa74356e4e18"
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"key": "cli.help.command_hash",
|
|
206
|
+
"value": {
|
|
207
|
+
"stringValue": "sha256:b62458278fc8"
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"key": "cli.help.hash",
|
|
212
|
+
"value": {
|
|
213
|
+
"stringValue": "sha256:8d828f4814601d085e7c245880bf251f4085a18c594fbb0cd82cd93648b13d42"
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"key": "cli.help.token_count_bucket",
|
|
218
|
+
"value": {
|
|
219
|
+
"stringValue": "under_1k"
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"key": "cli.help.load_reason_hash",
|
|
224
|
+
"value": {
|
|
225
|
+
"stringValue": "sha256:13cd6d62c9c2"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"key": "cli.unselected_commands.hash",
|
|
230
|
+
"value": {
|
|
231
|
+
"stringValue": "sha256:6f8a5216944315d4ceaecd16a79d477a252165b1177c0587d93b2293272d1e65"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"key": "cli.unselected_help.loaded_count",
|
|
236
|
+
"value": {
|
|
237
|
+
"intValue": "0"
|
|
238
|
+
}
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"key": "privacy.raw_help_recorded",
|
|
242
|
+
"value": {
|
|
243
|
+
"boolValue": false
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"key": "privacy.raw_unselected_commands_recorded",
|
|
248
|
+
"value": {
|
|
249
|
+
"boolValue": false
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
]
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "cli.command.executed",
|
|
256
|
+
"timeUnixNano": "1779627761000000000",
|
|
257
|
+
"attributes": [
|
|
258
|
+
{
|
|
259
|
+
"key": "session.id",
|
|
260
|
+
"value": {
|
|
261
|
+
"stringValue": "sess_cli_apideck_2026_05_24"
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"key": "gen_ai.conversation.id",
|
|
266
|
+
"value": {
|
|
267
|
+
"stringValue": "conv_private_crm_sync"
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"key": "cli.name",
|
|
272
|
+
"value": {
|
|
273
|
+
"stringValue": "apideck"
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"key": "cli.command.hash",
|
|
278
|
+
"value": {
|
|
279
|
+
"stringValue": "sha256:aa74356e4e18"
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"key": "cli.command.status",
|
|
284
|
+
"value": {
|
|
285
|
+
"stringValue": "success"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"key": "cli.command.arguments_hash",
|
|
290
|
+
"value": {
|
|
291
|
+
"stringValue": "sha256:851d7f695669eae0a862958d3e676fa0c211f86ba0c4fabb52528ed127d863fe"
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"key": "cli.command.result_sample_hash",
|
|
296
|
+
"value": {
|
|
297
|
+
"stringValue": "sha256:11242e32200cbc58dab5de6b8e03c332261a0dec956edd53b37a71ad65a0b2c1"
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"key": "cli.command.result_count_bucket",
|
|
302
|
+
"value": {
|
|
303
|
+
"stringValue": "under_25"
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"key": "cli.command.latency_ms",
|
|
308
|
+
"value": {
|
|
309
|
+
"intValue": "620"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"key": "cli.command.stdout_size_bucket",
|
|
314
|
+
"value": {
|
|
315
|
+
"stringValue": "under_100kb"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"key": "cli.command.stderr_size_bucket",
|
|
320
|
+
"value": {
|
|
321
|
+
"stringValue": "zero"
|
|
322
|
+
}
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"key": "privacy.raw_arguments_recorded",
|
|
326
|
+
"value": {
|
|
327
|
+
"boolValue": false
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"key": "privacy.raw_results_recorded",
|
|
332
|
+
"value": {
|
|
333
|
+
"boolValue": false
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
]
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"name": "cli.session.completed",
|
|
340
|
+
"timeUnixNano": "1779627765000000000",
|
|
341
|
+
"attributes": [
|
|
342
|
+
{
|
|
343
|
+
"key": "session.id",
|
|
344
|
+
"value": {
|
|
345
|
+
"stringValue": "sess_cli_apideck_2026_05_24"
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"key": "gen_ai.conversation.id",
|
|
350
|
+
"value": {
|
|
351
|
+
"stringValue": "conv_private_crm_sync"
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"key": "cli.session.status",
|
|
356
|
+
"value": {
|
|
357
|
+
"stringValue": "completed"
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"key": "cli.commands.executed",
|
|
362
|
+
"value": {
|
|
363
|
+
"intValue": "1"
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"key": "cli.command_help.loaded_count",
|
|
368
|
+
"value": {
|
|
369
|
+
"intValue": "1"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"key": "cli.full_openapi.loaded",
|
|
374
|
+
"value": {
|
|
375
|
+
"boolValue": false
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"key": "cli.full_mcp_schemas.loaded",
|
|
380
|
+
"value": {
|
|
381
|
+
"boolValue": false
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"key": "cli.progressive_disclosure.audit_gap",
|
|
386
|
+
"value": {
|
|
387
|
+
"stringValue": "receipt_proves_disclosure_boundary_not_api_result_correctness"
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
]
|
|
391
|
+
}
|
|
392
|
+
]
|
|
393
|
+
}
|
|
394
|
+
]
|
|
395
|
+
}
|
|
396
|
+
]
|
|
397
|
+
}
|
|
398
|
+
]
|
|
399
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
{"trace_id":"ed6d22c940da80169c1680065da6d8ed","span_id":"ad9a79794e4a5739","name":"cli.agent_prompt.loaded","time":"2026-05-24T13:02:04.000Z","attributes":{"session.id":"sess_cli_apideck_2026_05_24","gen_ai.conversation.id":"conv_private_crm_sync","agent.name":"Claude Code","cli.name":"apideck","cli.prompt.command_hash":"sha256:7802829a35f8","cli.prompt.hash":"sha256:01383673fcfef9219e380fa6cf35ec4af29067f38c3e3c20e39565d054b3b802","cli.prompt.token_count_bucket":"under_100","cli.full_openapi.token_count_bucket":"over_50k","cli.full_mcp_schema.token_count_bucket":"under_10k","cli.startup.strategy":"agent_prompt_only","cli.install.target":"claude_skill","privacy.raw_agent_prompt_recorded":false,"privacy.raw_openapi_recorded":false,"privacy.raw_mcp_schemas_recorded":false}}
|
|
2
|
+
{"trace_id":"ed6d22c940da80169c1680065da6d8ed","span_id":"ad9a79794e4a5739","name":"cli.command_help.loaded","time":"2026-05-24T13:02:19.000Z","attributes":{"session.id":"sess_cli_apideck_2026_05_24","gen_ai.conversation.id":"conv_private_crm_sync","cli.name":"apideck","cli.command.hash":"sha256:aa74356e4e18","cli.help.command_hash":"sha256:b62458278fc8","cli.help.hash":"sha256:8d828f4814601d085e7c245880bf251f4085a18c594fbb0cd82cd93648b13d42","cli.help.token_count_bucket":"under_1k","cli.help.load_reason_hash":"sha256:13cd6d62c9c2","cli.unselected_commands.hash":"sha256:6f8a5216944315d4ceaecd16a79d477a252165b1177c0587d93b2293272d1e65","cli.unselected_help.loaded_count":0,"privacy.raw_help_recorded":false,"privacy.raw_unselected_commands_recorded":false}}
|
|
3
|
+
{"trace_id":"ed6d22c940da80169c1680065da6d8ed","span_id":"ad9a79794e4a5739","name":"cli.command.executed","time":"2026-05-24T13:02:41.000Z","attributes":{"session.id":"sess_cli_apideck_2026_05_24","gen_ai.conversation.id":"conv_private_crm_sync","cli.name":"apideck","cli.command.hash":"sha256:aa74356e4e18","cli.command.status":"success","cli.command.arguments_hash":"sha256:851d7f695669eae0a862958d3e676fa0c211f86ba0c4fabb52528ed127d863fe","cli.command.result_sample_hash":"sha256:11242e32200cbc58dab5de6b8e03c332261a0dec956edd53b37a71ad65a0b2c1","cli.command.result_count_bucket":"under_25","cli.command.latency_ms":620,"cli.command.stdout_size_bucket":"under_100kb","cli.command.stderr_size_bucket":"zero","privacy.raw_arguments_recorded":false,"privacy.raw_results_recorded":false}}
|
|
4
|
+
{"trace_id":"ed6d22c940da80169c1680065da6d8ed","span_id":"ad9a79794e4a5739","name":"cli.session.completed","time":"2026-05-24T13:02:45.000Z","attributes":{"session.id":"sess_cli_apideck_2026_05_24","gen_ai.conversation.id":"conv_private_crm_sync","cli.session.status":"completed","cli.commands.executed":1,"cli.command_help.loaded_count":1,"cli.full_openapi.loaded":false,"cli.full_mcp_schemas.loaded":false,"cli.progressive_disclosure.audit_gap":"receipt_proves_disclosure_boundary_not_api_result_correctness"}}
|