Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ No market cap, on-chain, funding, sentiment, or third-party datasets are used ye
## Repository Structure

```text
crypto-leader-rotation/
CryptoSnapshotPipelines/
.github/
workflows/
monthly_publish.yml
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
## 仓库结构

```text
crypto-leader-rotation/
CryptoSnapshotPipelines/
.github/
workflows/
monthly_publish.yml
Expand Down
6 changes: 5 additions & 1 deletion docs/operator_runbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Scope

This runbook covers the production release path for `crypto-leader-rotation`.
This runbook covers the production release path for `CryptoSnapshotPipelines`.

Primary production outputs:

Expand All @@ -27,6 +27,10 @@ Primary publish targets:
- GCS versioned release objects under `crypto-leader-rotation/releases/<version>`
- Firestore `strategy/CRYPTO_LEADER_ROTATION_LIVE_POOL`

The GCS prefix, Firestore document, and `source_project` value intentionally
remain in the `crypto-leader-rotation` v1 artifact namespace for downstream
compatibility.

## Research Path Vs Production Path

Production path:
Expand Down