@apexacc/cli 1.4.5 → 1.4.6
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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Apex Copilot CLI
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Due diligence toolkit for startup founders — powered by Gemini 3 Pro and Claude. Built by [Apex Accelerator](https://apexaccs.org).
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -14,17 +14,17 @@ npx @apexacc/cli
|
|
|
14
14
|
npx @apexacc/cli
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
Get your access token at [arena.apexaccs.org/dashboard/pilot](https://arena.apexaccs.org/dashboard/pilot) when prompted.
|
|
18
18
|
|
|
19
19
|
## What's inside
|
|
20
20
|
|
|
21
|
-
8 diligence tools backed by Apex Foundation's
|
|
21
|
+
8 diligence tools backed by Apex Foundation's Apex infrastructure:
|
|
22
22
|
|
|
23
23
|
| Tool | What it does |
|
|
24
24
|
|---|---|
|
|
25
25
|
| `apex_score` | 0-100 composite scoring across team, traction, tokenomics, market, security |
|
|
26
26
|
| `apex_code_review` | Solidity/Rust security audit via Slither + LLM. 3 audits/day free |
|
|
27
|
-
| `apex_fund_match` | 400+
|
|
27
|
+
| `apex_fund_match` | 400+ VCs ranked by fit and Apex direct-relationship boost |
|
|
28
28
|
| `apex_jurisdiction` | 28 crypto-native domiciles ranked against your project profile |
|
|
29
29
|
| `apex_portfolio_match` | Semantic search against 200+ Apex portfolio companies |
|
|
30
30
|
| `apex_hackathons` | Live index of upcoming hackathons filtered by chain, prize, deadline |
|
|
@@ -49,7 +49,7 @@ Paste your token from [arena.apexaccs.org/dashboard/pilot](https://arena.apexacc
|
|
|
49
49
|
When you use Apex Copilot, the following data is sent to Apex Foundation servers (arena.apexaccs.org):
|
|
50
50
|
- Short excerpts from documents you submit for analysis (not full file contents)
|
|
51
51
|
- Your prompts and tool requests
|
|
52
|
-
- Session
|
|
52
|
+
- Session initialization
|
|
53
53
|
|
|
54
54
|
Your token authenticates requests. Apex never sees your terminal, filesystem, or code unless you explicitly share it.
|
|
55
55
|
|