Skip to content

Commit 933a9d8

Browse files
committed
updates
1 parent 18cefcb commit 933a9d8

5 files changed

Lines changed: 520 additions & 44 deletions

File tree

.recur/config.toml

Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
1-
# Generated by `recur init`
1+
[benches]
2+
dir = "benches/"
3+
sep = "_"
24

3-
[src]
4-
dir = "src/"
5+
[checkpoint]
6+
file = ".recur/checkpoints.md"
7+
root_pattern = "**"
8+
9+
[demos]
10+
dir = "demos/"
511
sep = "_"
612

713
[docs]
814
dir = "docs/"
915
sep = "."
1016

17+
[julia-expert]
18+
dir = "julia-expert/"
19+
sep = "-"
20+
1121
[julia-tests]
1222
dir = "julia-tests/"
1323
sep = "."
@@ -16,17 +26,14 @@ sep = "."
1626
dir = "scripts/"
1727
sep = "_"
1828

19-
[benches]
20-
dir = "benches/"
21-
sep = "_"
22-
23-
[demos]
24-
dir = "demos/"
29+
[src]
30+
dir = "src/"
2531
sep = "_"
2632

27-
[julia-expert]
28-
dir = "julia-expert/"
29-
sep = "-"
33+
[status]
34+
complete_suffix = ".complete.md"
35+
current_suffix = ".current.md"
36+
todo_suffix = ".todo.md"
3037

3138
[test-quick]
3239
dir = "test_quick/"
@@ -36,24 +43,11 @@ sep = "."
3643
dir = "test_stdin/"
3744
sep = "."
3845

39-
[checkpoint]
40-
file = ".recur/checkpoints.md"
41-
root_pattern = "**"
42-
43-
[status]
44-
current_suffix = ".current.md"
45-
todo_suffix = ".todo.md"
46-
complete_suffix = ".complete.md"
47-
48-
[traversal]
49-
max_depth = 5
50-
depth_guard = "hard-fail"
51-
5246
[traits.content_search]
5347
enabled = true
5448
max_file_bytes = 1048576
55-
skip_binary_files = true
5649
notes = "Project-specific content search limits and binary handling policy."
50+
skip_binary_files = true
5751

5852
[traits.separator_merge]
5953
enabled = true
@@ -62,18 +56,22 @@ notes = "Project-specific separator merge tuning placeholder."
6256
[traits.stdin]
6357
enabled = true
6458
exclude_missing = false
65-
resolve_relative_to_root = true
6659
notes = "Project-specific stdin path resolution and filtering policy."
60+
resolve_relative_to_root = true
61+
62+
[traits.trace_id]
63+
consumer_keywords = "subscribe,queuebind,routingkey,consumer"
64+
enabled = true
65+
notes = "Project-specific trace-id role classification keywords."
66+
producer_keywords = "publish,send,emit,enqueue"
67+
trigger_keywords = "register(,registerrule,register,routing pattern,*."
6768

6869
[traits.traversal_budget]
70+
depth_guard = "clamp"
6971
enabled = true
7072
max_depth = 5
71-
depth_guard = "hard-fail"
7273
notes = "Preferred trait-level traversal budget overrides."
7374

74-
[traits.trace_id]
75-
enabled = true
76-
producer_keywords = "publish,send,emit,enqueue"
77-
consumer_keywords = "subscribe,queuebind,routingkey,consumer"
78-
trigger_keywords = "register(,registerrule,register,routing pattern,*."
79-
notes = "Project-specific trace-id role classification keywords."
75+
[traversal]
76+
depth_guard = "hard-fail"
77+
max_depth = 5

0 commit comments

Comments
 (0)