File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -452,6 +452,7 @@ chmod 600 .signing_key.pem .env
452452| ** Proof Spec** | Open specification + test vectors | [ ark-forge/proof-spec] ( https://github.com/ark-forge/proof-spec ) |
453453| ** MCP EU AI Act** | Compliance scanner — first service sold through ArkForge | [ ark-forge/mcp-eu-ai-act] ( https://github.com/ark-forge/mcp-eu-ai-act ) |
454454| ** Agent Client** | Autonomous buyer — proof-of-concept non-human customer | [ ark-forge/arkforge-agent-client] ( https://github.com/ark-forge/arkforge-agent-client ) |
455+ | ** CEO CRM** | Contact lifecycle tracking (signup → active → dormant → reengaged) — feeds the autonomous CEO agent's cognitive loop. Postgres-backed, silent JSON fallback. | Internal |
455456
456457### Listed in
457458
Original file line number Diff line number Diff line change @@ -1206,7 +1206,7 @@ if report["gaps"]:
12061206```
12071207
12081208** Notes:**
1209- - Only proofs created ** after** v1.4.0 deployment are indexed automatically.
1209+ - Only proofs created ** after** v1.3.18 deployment are indexed automatically.
12101210 Run ` python3 scripts/backfill_proof_index.py ` to index pre-existing proofs.
12111211- ` date_from ` / ` date_to ` accept any ISO 8601 format: ` 2026-01-01 ` , ` 2026-01-01T00:00:00Z ` , etc.
12121212- Currently supported framework: ` eu_ai_act ` . More frameworks (SOC2, ISO 27001, NIST AI RMF) are planned.
Original file line number Diff line number Diff line change 1- # Pinned production dependencies (2026-03-12 )
1+ # Pinned production dependencies (2026-03-30 )
22# Update via: pip install -U <pkg> && pip freeze > requirements.txt
3- fastapi == 0.135.1
4- uvicorn == 0.41 .0
3+ fastapi == 0.135.2
4+ uvicorn == 0.42 .0
55httpx == 0.28.1
66stripe == 15.0.0
77cryptography == 46.0.6
You can’t perform that action at this time.
0 commit comments