-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
115 lines (95 loc) · 2.08 KB
/
Copy pathconfig.toml
File metadata and controls
115 lines (95 loc) · 2.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# SPDX-FileCopyrightText: 2026 Blackcat Informatics Inc. <paudley@blackcat.ca>
# SPDX-License-Identifier: AGPL-3.0-only
[outputs.report]
default_format = "toon"
include_temp = false
[outputs.prune]
enabled = true
auto_enabled = true
write_prune_trace = true
[outputs.prune.surfaces.hook_runs]
enabled = true
auto = true
max_age = "30d"
keep_last = 200
require_code_intel_ingest = true
[outputs.prune.surfaces.lint_traces]
enabled = true
auto = true
max_age = "30d"
keep_last = 500
require_code_intel_ingest = true
[outputs.prune.surfaces.prune_traces]
enabled = true
auto = false
max_age = "90d"
keep_last = 100
[outputs.prune.surfaces.proxy_temp_evidence]
enabled = true
auto = true
max_age = "24h"
max_bytes = "512MiB"
[outputs.prune.surfaces.code_intel_db]
enabled = true
auto = true
vacuum_after_prune = true
max_bytes = "4GiB"
row_retention_days = 90
[outputs.prune.surfaces.code_intel_duckdb_wal]
enabled = true
auto = false
max_age = "7d"
max_bytes = "1GiB"
[outputs.prune.surfaces.code_intel_rebuild_lock]
enabled = true
auto = true
[outputs.prune.surfaces.code_intel_events]
enabled = true
auto = true
max_age = "90d"
keep_last = 20000
max_bytes = "2GiB"
[outputs.prune.surfaces.sandbox_tmp]
enabled = true
auto = true
max_age = "7d"
[outputs.prune.surfaces.sandbox_go_cache]
enabled = true
auto = true
max_age = "7d"
max_bytes = "2GiB"
[outputs.prune.surfaces.sandbox_golangci_cache]
enabled = true
auto = true
max_age = "7d"
max_bytes = "2GiB"
[outputs.prune.surfaces.agent_shell_cache]
enabled = true
auto = true
max_age = "24h"
[outputs.prune.surfaces.modern_web_guidance_cache]
enabled = true
auto = true
max_age = "30d"
max_bytes = "2GiB"
[outputs.prune.surfaces.agent_shell_state]
enabled = true
auto = false
max_age = "30d"
[outputs.prune.surfaces.commit_head_state]
enabled = true
auto = false
max_age = "24h"
[outputs.prune.surfaces.runtime_cache]
enabled = true
auto = false
max_age = "30d"
[outputs.prune.surfaces.ci_sarif_artifact]
enabled = true
auto = false
max_age = "30d"
[web_guidance.modern_web]
enabled = true
cache_ttl = "24h"
allow_network_refresh = true
browser_policy = ""