-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.json
More file actions
160 lines (160 loc) · 7.32 KB
/
Copy pathsources.json
File metadata and controls
160 lines (160 loc) · 7.32 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"$schema": "../schemas/source-registry.schema.json",
"registry_version": "0.1.1",
"sources": [
{
"id": "agenda:primary",
"domain": "agenda",
"source": "primary",
"label": "Agenda",
"description": "A realistic day assembled from user-approved calendars, tasks, and reminders.",
"worker_id": "agenda-daily",
"prompt": "prompts/daily-agenda.md",
"schema_ref": "schemas/domains/agenda.schema.json",
"cadence": "daily",
"freshness_sla_hours": 30,
"dashboard_role": "primary",
"presentation": { "preferred_blocks": ["calendar", "list", "notice"] },
"depends_on": [],
"target_path": "data/snapshots/agenda/primary/{YYYY}/{MM}/{YYYY-MM-DD}.json",
"privacy": {
"expected_classification": "private",
"authorized_inputs": ["Calendar event summaries", "Task titles and due dates", "User-authored reminders"],
"forbidden_inputs": ["Meeting credentials", "Private attendee notes", "Full document bodies"],
"content_guards": ["authentication-link", "one-time-code", "encoded-blob"]
}
},
{
"id": "inbox:attention",
"domain": "inbox",
"source": "attention",
"label": "Inbox attention",
"description": "Only messages that need a response, decision, deadline, or follow-up.",
"worker_id": "inbox-attention-daily",
"prompt": "prompts/inbox-attention.md",
"schema_ref": "schemas/domains/inbox.schema.json",
"cadence": "daily",
"freshness_sla_hours": 30,
"dashboard_role": "primary",
"presentation": { "preferred_blocks": ["metric-group", "list", "notice"] },
"depends_on": [],
"target_path": "data/snapshots/inbox/attention/{YYYY}/{MM}/{YYYY-MM-DD}.json",
"privacy": {
"expected_classification": "sensitive",
"authorized_inputs": ["Message metadata", "Short action-oriented summaries", "Deadlines and sender labels"],
"forbidden_inputs": ["Complete message bodies", "Attachments", "Authentication links", "Credentials"],
"content_guards": ["authentication-link", "one-time-code", "raw-email", "encoded-blob"]
}
},
{
"id": "work:focus",
"domain": "work",
"source": "focus",
"label": "Work focus",
"description": "Owned work, blockers, decisions, and the smallest useful next actions.",
"worker_id": "work-focus-daily",
"prompt": "prompts/work-focus.md",
"schema_ref": "schemas/domains/work.schema.json",
"cadence": "weekdays",
"freshness_sla_hours": 36,
"dashboard_role": "primary",
"presentation": { "preferred_blocks": ["metric-group", "table", "list", "progress", "notice"] },
"depends_on": [],
"target_path": "data/snapshots/work/focus/{YYYY}/{MM}/{YYYY-MM-DD}.json",
"privacy": {
"expected_classification": "sensitive",
"authorized_inputs": ["Assigned issue metadata", "Status and due dates", "User-visible pull request status"],
"forbidden_inputs": ["Source code", "Customer data", "Private incident transcripts", "Access tokens"],
"content_guards": ["authentication-link", "encoded-blob"]
}
},
{
"id": "money:pulse",
"domain": "money",
"source": "pulse",
"label": "Money pulse",
"description": "User-approved totals, changes, goals, and evidence without raw statements.",
"worker_id": "money-pulse-daily",
"prompt": "prompts/money-pulse.md",
"schema_ref": "schemas/domains/money.schema.json",
"cadence": "daily",
"freshness_sla_hours": 36,
"dashboard_role": "primary",
"presentation": { "preferred_blocks": ["metric-group", "line-chart", "bar-chart", "table", "progress", "notice"] },
"depends_on": [],
"target_path": "data/snapshots/money/pulse/{YYYY}/{MM}/{YYYY-MM-DD}.json",
"privacy": {
"expected_classification": "sensitive",
"authorized_inputs": ["User-approved account totals", "Normalized portfolio summaries", "Goals and budgets"],
"forbidden_inputs": ["Account numbers", "Statement files", "Credentials", "Payment authorization data"],
"content_guards": ["account-number", "authentication-link", "one-time-code", "encoded-blob"]
}
},
{
"id": "news:briefing",
"domain": "news",
"source": "briefing",
"label": "News briefing",
"description": "A small evidence-linked briefing based on configured interests.",
"worker_id": "news-briefing-daily",
"prompt": "prompts/news-briefing.md",
"schema_ref": "schemas/domains/news.schema.json",
"cadence": "daily",
"freshness_sla_hours": 24,
"dashboard_role": "primary",
"presentation": { "preferred_blocks": ["list", "timeline", "text", "notice"] },
"depends_on": [],
"target_path": "data/snapshots/news/briefing/{YYYY}/{MM}/{YYYY-MM-DD}.json",
"privacy": {
"expected_classification": "private",
"authorized_inputs": ["Public reporting", "Configured topics and regions"],
"forbidden_inputs": ["Paywalled full text", "Fabricated citations", "Unnecessary browsing history"],
"content_guards": ["encoded-blob"]
}
},
{
"id": "overview:daily",
"domain": "overview",
"source": "daily",
"label": "Today",
"description": "The decision surface assembled from the latest primary snapshots.",
"worker_id": "overview-daily",
"prompt": "prompts/daily-overview.md",
"schema_ref": "schemas/domains/overview.schema.json",
"cadence": "daily",
"freshness_sla_hours": 30,
"dashboard_role": "primary",
"presentation": { "preferred_blocks": ["metric-group", "line-chart", "calendar", "list", "progress", "notice"] },
"depends_on": ["agenda:primary", "inbox:attention", "work:focus", "money:pulse", "news:briefing"],
"target_path": "data/snapshots/overview/daily/{YYYY}/{MM}/{YYYY-MM-DD}.json",
"privacy": {
"expected_classification": "sensitive",
"authorized_inputs": ["Registered normalized snapshots only"],
"forbidden_inputs": ["Direct provider access", "Raw content repeated from upstream sources"],
"content_guards": ["authentication-link", "one-time-code", "raw-email", "encoded-blob"]
}
},
{
"id": "review:weekly",
"domain": "review",
"source": "weekly",
"label": "Weekly review",
"description": "An evidence-based review of patterns, progress, risks, and next-week decisions.",
"worker_id": "review-weekly",
"prompt": "prompts/weekly-review.md",
"schema_ref": "schemas/domains/review.schema.json",
"cadence": "weekly",
"freshness_sla_hours": 192,
"dashboard_role": "primary",
"presentation": { "preferred_blocks": ["metric-group", "line-chart", "list", "progress", "timeline", "notice"] },
"depends_on": ["overview:daily", "agenda:primary", "inbox:attention", "work:focus", "money:pulse", "news:briefing"],
"target_path": "data/snapshots/review/weekly/{YYYY}/{MM}/{YYYY-MM-DD}.json",
"privacy": {
"expected_classification": "sensitive",
"authorized_inputs": ["Latest seven days of registered normalized snapshots"],
"forbidden_inputs": ["Direct provider access", "Unsupported psychological or medical conclusions"],
"content_guards": ["authentication-link", "one-time-code", "raw-email", "encoded-blob"]
}
}
]
}