返回 last30days-skill
manifest.json
根目录 / tests / eval / fixtures / breaking-event / manifest.json
1 {
2 "name": "breaking-event",
3 "archetype": "breaking-event",
4 "topic": "Aurora compiler 2.0 released?",
5 "as_of_date": "2026-07-10",
6 "lookback_days": 30,
7 "depth": "quick",
8 "fixture_sources": [
9 "grounding",
10 "hackernews"
11 ],
12 "web_backend": "brave",
13 "config": {
14 "BRAVE_API_KEY": "fixture-key"
15 },
16 "plan": {
17 "intent": "breaking_news",
18 "freshness_mode": "strict_recent",
19 "cluster_mode": "story",
20 "raw_topic": "Aurora compiler 2.0 released",
21 "subqueries": [
22 {
23 "label": "primary",
24 "search_query": "aurora",
25 "ranking_query": "What recent evidence matters for Aurora compiler 2.0 released?",
26 "sources": [
27 "grounding",
28 "hackernews"
29 ],
30 "weight": 1
31 }
32 ],
33 "source_weights": {
34 "grounding": 1,
35 "hackernews": 1
36 },
37 "notes": [
38 "eval-fixture-plan"
39 ]
40 },
41 "expects_clusters": true
42 }
43
43 lines JSON