-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtolkien_scholar.yaml
More file actions
57 lines (47 loc) · 1.43 KB
/
tolkien_scholar.yaml
File metadata and controls
57 lines (47 loc) · 1.43 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
# Tolkien Scholar Configuration
# ==============================
# Deep scholarly annotations in the style of Hammond & Scull's Reader's Companion
# Uses Claude Opus with extended thinking for highest quality analysis
# Model: Opus with extended thinking for deep scholarship
model: claude-opus-4-5-20251101
provider: anthropic
# Enable extended thinking for deeper analysis
extended_thinking: true
thinking_budget: 15000
# Use the tolkien_scholar style exclusively for consistent depth
styles:
- tolkien_scholar
# Generate fewer but more substantial annotations
frequency: "2-3 per chapter"
# Focus areas for Tolkien scholarship
focus_areas:
- linguistic etymology (Old English, Norse, invented languages)
- manuscript history and textual variants
- connections to Silmarillion and wider legendarium
- Norse and Anglo-Saxon literary sources
- Catholic theological themes
- WWI biographical echoes
- internal chronology and geography
# Topics to handle carefully
avoid:
- unsupported speculation presented as fact
- movie adaptations (focus on text)
- simplistic or surface-level observations
# Parsing settings
paragraph_selectors:
- p.body-text
- p.content
- p
chapter_selectors:
- h1
- h2
- h3
- .chapter-title
- .chapter-number
# Passage settings
min_passage_length: 50
max_passage_length: 1500
# API settings - slower rate limit for Opus
rate_limit_delay: 1.0
max_tokens_selection: 4000
max_tokens_commentary: 8000