bybit-analysis 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
# bybit-analysis
|
|
2
2
|
|
|
3
|
-
> **Repository publication rule**
|
|
4
|
-
>
|
|
5
|
-
> This repository previously contained API credentials in `.openclaude-profile.json` which were committed and pushed to GitHub. Even after local history cleanup, GitHub can retain old refs such as `refs/pull/*` that still expose those secrets.
|
|
6
|
-
>
|
|
7
|
-
> **Do not make this existing repository public.** Create a completely new public repository and clean-push only the current working tree without history.
|
|
8
|
-
|
|
9
|
-
Read-only analytics CLI for Bybit accounts. Outputs schema-stable Markdown for operators and versioned JSON for automation and agent consumption.
|
|
10
|
-
|
|
11
3
|
## Install
|
|
12
4
|
|
|
13
5
|
### Local development
|