You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ investor.
15
15
system:
16
16
17
17
- consume political/public-event context from `PoliticalEventTrackingResearch`
18
-
- consume saved AI shadow context from `AiLongHorizonSignalPipelines`
18
+
- consume saved AI shadow context from `ResearchSignalContextPipelines`
19
19
- keep other strategy and snapshot repositories independent from this pipeline
20
20
- leave broker execution in platform repositories
21
21
@@ -35,10 +35,10 @@ Live site:
35
35
Advisor is the final composition layer. Source ownership by horizon is:
36
36
37
37
- Short term (`1-10 trading days`): `source_events.csv` / `political_events.csv` from `PoliticalEventTrackingResearch` for event and policy/news catalysts.
38
-
- Medium term (`2-12 weeks`): `theme_momentum_snapshot.json` from `AiLongHorizonSignalPipelines`, now explicitly marked as `medium_horizon_theme_context`.
39
-
- Long term (`1-3 years`): `latest_signal.json` / `signal_history/*.json` from `AiLongHorizonSignalPipelines` as AI shadow context.
38
+
- Medium term (`2-12 weeks`): `theme_momentum_snapshot.json` from `ResearchSignalContextPipelines`, now explicitly marked as `medium_horizon_theme_context`.
39
+
- Long term (`1-3 years`): `latest_signal.json` / `signal_history/*.json` from `ResearchSignalContextPipelines` as AI shadow context.
40
40
41
-
Final recommendations are still deterministic Advisor outputs. The AI repository does not directly produce short-term recommendations or replace the final decision engine.
41
+
Final recommendations are still deterministic Advisor outputs. The signal context repository does not directly produce short-term recommendations or replace the final decision engine.
42
42
43
43
## Boundary
44
44
@@ -61,9 +61,9 @@ This repository does not own:
61
61
## AI Usage
62
62
63
63
This repository does not call Codex, OpenAI, Anthropic, or any other model API.
64
-
It only consumes saved `mode=shadow` artifacts from `AiLongHorizonSignalPipelines`.
64
+
It only consumes saved `mode=shadow` artifacts from `ResearchSignalContextPipelines`.
65
65
The only repository in this three-repo flow that can involve AI is
66
-
`AiLongHorizonSignalPipelines`, and even there provider execution is delegated to
66
+
`ResearchSignalContextPipelines`, and even there provider execution is delegated to
67
67
`QuantStrategyLab/CodexAuditBridge`. Model API keys and fallback routing belong
0 commit comments