This repository was archived by the owner on Mar 31, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjd.example.yaml
More file actions
62 lines (51 loc) · 1.4 KB
/
Copy pathjd.example.yaml
File metadata and controls
62 lines (51 loc) · 1.4 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
# jd.yaml — Johnny Decimal configuration
# Flat top-level keys. Cascades root → area → category → ID.
# Docs: docs/plans/2026-03-10-jd-config-design.md
# --- Cascading keys (override at any level) ---
conventions:
meta_category: true # x0 = "Meta - [Area]"
meta_id: true # xx.00 = category meta
unsorted_id: true # xx.01 = "Unsorted"
ids_files_only: false # allow subdirs inside IDs
ids_as_files: false # allow IDs to be files (not dirs)
no_git_repos: true # flag .git dirs (iCloud corruption risk)
capture_category: "01" # system inbox
naming:
separator: "-"
case: sentence
no_trailing_spaces: true
no_special_chars: true
patterns:
"*.00":
purpose: meta
ids_files_only: false
"*.01":
purpose: capture
ids_files_only: false
"x0":
purpose: area-meta
ignore:
- .DS_Store
- .git
- __pycache__
- .Trash
- "*.pyc"
claude:
include:
stems: [README, TODO, CLAUDE, AUDIT, TIMELINE, PLAN]
extensions: [.md, .org, .txt]
extra: [] # additional globs, local to this level
exclude: [] # filenames to skip at this level
# --- Root-only keys (only read from root jd.yaml) ---
# volumes:
# External Drive:
# mount: /Volumes/External Drive
# root: Documents
# links:
# "06.05":
# - ~/.ssh
# notes:
# "26": [26.05, 26.12]
# omnifocus: true
# repo_roots:
# - ~/repos