Skip to content

Commit b56c08f

Browse files
ArkForgeclaude
andcommitted
docs: fix proof index version reference (v1.4.0 → v1.3.18) + minor README/deps updates
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 1fdd6e8 commit b56c08f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

docs/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
httpx==0.28.1
66
stripe==15.0.0
77
cryptography==46.0.6

0 commit comments

Comments
 (0)