@@ -6,7 +6,7 @@ QuantStrategyLab already separates strategy math, snapshot generation, runtime
66execution, and broker adapters. This repository adds a research-only signal context
77pipeline without changing that production boundary.
88
9- This repository is deliberately narrower than ` CodexAuditBridge ` . It owns
9+ This repository is deliberately narrower than ` AIAuditBridge ` . It owns
1010research inputs, validation, saved artifacts, and replay harnesses. It does not
1111own model provider routing, API keys, GitHub App write orchestration, live
1212notifications, or execution behavior.
@@ -21,7 +21,7 @@ order routing.
2121
2222- ` ResearchSignalContextPipelines ` stores context examples, schema, validation,
2323 replay tooling, and shadow artifacts.
24- - ` CodexAuditBridge ` owns provider routing and API keys.
24+ - ` AIAuditBridge ` owns provider routing and API keys.
2525- GitHub Issues are the first operator notification layer for monthly shadow
2626 signal runs.
2727- The scheduled workflow builds the market context bundle before dispatching the
@@ -35,7 +35,7 @@ order routing.
3535The current lifecycle is accumulation-first:
3636
37371 . Build a point-in-time context bundle.
38- 2 . Ask ` CodexAuditBridge ` to review it and produce a shadow-only artifact when
38+ 2 . Ask ` AIAuditBridge ` to review it and produce a shadow-only artifact when
3939 evidence is sufficient.
40403 . Save both ` latest_signal.json ` and dated ` signal_history/YYYY-MM-DD.json ` .
41414 . Replay only saved artifacts against later prices.
@@ -52,7 +52,7 @@ The current lifecycle is accumulation-first:
5252 artifacts.
5353- Sending runtime Telegram or broker-facing notifications directly from this
5454 research repository before a deterministic plugin contract exists.
55- - Duplicating ` CodexAuditBridge ` provider fallback or cross-repository write
55+ - Duplicating ` AIAuditBridge ` provider fallback or cross-repository write
5656 logic inside this repository.
5757
5858## Validation Strategy
0 commit comments