-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
44 lines (44 loc) · 1.26 KB
/
config.example.json
File metadata and controls
44 lines (44 loc) · 1.26 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
{
"notion": {
"databaseId": "<YOUR_DATABASE_ID_HERE>",
"databaseUrl": "https://www.notion.so/<YOUR_DATABASE_ID_HERE>",
"dataSourceId": "<YOUR_DATA_SOURCE_ID_HERE>",
"databaseName": "<your_database_name>",
"notion_api": "<add_notion_api_key_here>"
},
"research": {
"targetWordCount": "2500-4000",
"liteWordCount": "1200-2000",
"defaultModel": "sonnet"
},
"categories": [
"AI",
"Voice",
"Agentic",
"Real-time",
"Analytics",
"Automation",
"Data",
"Security",
"Compliance",
"Healthcare",
"SaaS"
],
"industries": [
"Healthcare",
"Horizontal",
"Legal",
"Fintech",
"Defense",
"Energy",
"Education"
],
"notes": {
"databaseId": "Found in Notion URL: https://www.notion.so/{databaseId}",
"dataSourceId": "Get from Notion API or database view settings",
"defaultModel": "Default Claude model (sonnet=best for most, opus=frontier analysis, haiku=fast). Override with: research_org: <url> --model opus",
"liteWordCount": "Word count target for --lite mode reports",
"categories": "Customize this list to match your Notion database's Category field options",
"industries": "Customize this list to match your Notion database's Industry field options"
}
}