Skip to content

Commit f9fa729

Browse files
committed
Reference signal context repository
1 parent 21bc008 commit f9fa729

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ This repo does not own:
176176
- Telegram or runtime notifications
177177
- paid market-data redistribution
178178
- legal claims about conflicts of interest
179-
- AI-generated shadow signals; those belong in `AiLongHorizonSignalPipelines`
179+
- AI-generated shadow signals; those belong in `ResearchSignalContextPipelines`
180180
- live strategy promotion into `UsEquityStrategies` or broker platforms
181181

182182
## Next Work
@@ -196,6 +196,6 @@ industrials, and EV/auto themes can all enter the same `source_items.csv` /
196196
`source_events.csv` structure when durable primary sources exist.
197197

198198
Theme membership and long-horizon semantic bias belong in
199-
`AiLongHorizonSignalPipelines`; this repository only preserves point-in-time
199+
`ResearchSignalContextPipelines`; this repository only preserves point-in-time
200200
factual evidence so the source boundary is not changed just because a symbol is
201201
currently popular.

README.zh-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ QuantStrategyLab 的确定性研究仓库,用来验证“公开持仓/交易
2828
- Telegram 或实盘通知
2929
- 受版权限制的行情数据分发
3030
- 对利益冲突作法律结论
31-
- AI 生成的长期影子信号;这类产物继续归 `AiLongHorizonSignalPipelines`
31+
- AI 生成的长期影子信号;这类产物继续归 `ResearchSignalContextPipelines`
3232
- 直接把信号推广到实盘策略
3333

3434
## 当前状态
@@ -138,4 +138,4 @@ RSS fetcher 会把每个源的成功/失败写入 `data/live/source_fetch_status
138138

139139
稳定源不局限于 AI 板块。半导体、数据中心电力、网络安全、国防、能源、金融、医疗、消费平台、工业和 EV/汽车等方向,只要有 SEC、官方政策、发行人公告、政府采购或其他一手来源,都可以进入同一套 `source_items.csv` / `source_events.csv` 结构。
140140

141-
主题归属和长期语义判断由 `AiLongHorizonSignalPipelines` 维护;本仓库只负责点时事实证据,避免因为短期热点临时改变采集边界。
141+
主题归属和长期语义判断由 `ResearchSignalContextPipelines` 维护;本仓库只负责点时事实证据,避免因为短期热点临时改变采集边界。

docs/research_plan.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ item_id,published_at,source_type,source_url,author,text
8484

8585
本仓库不调用模型、不保存模型判断、不产出 AI 影子信号。
8686

87-
`AiLongHorizonSignalPipelines` 负责长期 AI 观点、context bundle、issue handoff 和 shadow artifact replay。
87+
`ResearchSignalContextPipelines` 负责长期 AI 观点、context bundle、issue handoff 和 shadow artifact replay。
8888
本仓库只负责可审计事件事实、来源复核、候选追踪和事件收益统计。
8989

9090
如果未来需要 AI,它只能作为离线文本抽取辅助,输出仍需落到人工可复核的事件 schema,并保留原始来源 URL。

docs/source_registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ financials, healthcare, consumer platforms, industrials, crypto infrastructure,
5959
and EV/auto themes when a durable primary source exists.
6060

6161
Theme membership and long-horizon semantic bias are owned by
62-
`AiLongHorizonSignalPipelines`. This repository only emits point-in-time source
62+
`ResearchSignalContextPipelines`. This repository only emits point-in-time source
6363
items and events with URLs, dates, source type, and confidence. A source item
6464
must not be promoted just because a theme or symbol is popular in the current
6565
market.

0 commit comments

Comments
 (0)