Claude
|
a369e503b3
|
feat(dealix): follow-ups + outreach stats + 14 automation tests (40/40 pass)
https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
|
2026-04-25 17:44:02 +00:00 |
|
Claude
|
874a562188
|
Merge remote-tracking branch 'origin/main' into claude/dealix-tier1-completion-gHdQ9
# Conflicts:
# CONTRIBUTING.md
|
2026-04-23 13:37:01 +00:00 |
|
Claude
|
4d385f0482
|
feat(dealix): k6 smoke test, SLO definition, fault-injection tests, env update
Close 3 more launch gates:
- T5: k6 smoke test script (scripts/k6_smoke_test.js) with p95<500ms
and <1% error rate thresholds, tests health/pricing/DLQ/approvals
- O5: SLO.md with latency targets per endpoint category, recovery
objectives (RPO 24h, RTO 15min), and escalation matrix
- DLQ fault-injection tests (6/6 passing): webhook crash → DLQ,
retry-then-succeed, exhausted retries → dead, circuit breaker
open/recover, multi-queue isolation
Also:
- .env.example updated with POSTHOG_*, MOYASAR_SECRET_KEY,
MOYASAR_WEBHOOK_SECRET, DLQ_*, CALENDLY_* settings
- LAUNCH_GATES.md updated: 13/33 gates closed, 5 blocked on
founder API keys (PostHog/Moyasar/HubSpot/Calendly/UptimeRobot)
https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
|
2026-04-23 10:46:57 +00:00 |
|
Claude
|
7f57803b22
|
feat(dealix): D0 launch hardening — DLQ, PostHog, circuit breaker, pricing, runbook
Close 6 critical launch gates for Primitive Launch Completion:
- DLQ (Dead Letter Queue): Redis-backed failure capture with retry drain
and admin endpoints (/admin/dlq/queues, /admin/dlq/{queue}/purge)
- PostHog client: zero-dependency HTTP funnel tracker with 16 event types
(landing_view → deal_won → payment_succeeded)
- Circuit breaker: in-memory fault isolation for external integrations
with registry and admin status endpoint (/admin/circuit-breakers)
- Pricing router: 3-tier plans (Starter 990/Growth 2490/Enterprise custom)
with Moyasar invoice checkout and webhook handler
- Config: added POSTHOG_API_KEY, MOYASAR_SECRET_KEY, DLQ settings
- Wiring: PostHog + DLQ initialized in main.py lifespan, pricing router
in API router
- RUNBOOK.md: 5 incident scenarios (service down, DB down, LLM down,
DB restore, version rollback)
- LAUNCH_GATES.md: 33-gate checklist across 7 categories
- 20 tests: all passing (DLQ 7, PostHog 4, circuit breaker 5, pricing 4)
https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
|
2026-04-23 10:32:53 +00:00 |
|
Sami Assiri
|
1652bc7fb7
|
feat(dealix): 8-gate NIST AI RMF service reality protocol — all fixable failures resolved
FIXES:
- audit.py: BEGIN EXCLUSIVE transaction — atomic hash chain, race condition eliminated
- executive.py: add audit.total_log_entries field to command-center response
- pricing.py: cross-log deal_quote_linked with deal_id as resource_id (≥3 audit entries per deal)
- .github/workflows/ci.yml: GitHub Actions CI pipeline (NEW)
GATE RESULTS:
- Gate 1 Truth Registry: ✅ PASS — 36 services classified
- Gate 2 Contract Tests: ✅ PASS — hash chain integrity confirmed
- Gate 3 Trust/RBAC: ✅ PASS — all roles enforced
- Gate 4 Durable Execution: ⚠️ PARTIAL — DB persists; LangGraph = Pilot
- Gate 5 Tenant Isolation: ⚠️ PARTIAL — app-layer confirmed; DB RLS = Target
- Gate 6 Release Readiness: ⚠️ PARTIAL — CI created; cloud CD = Target
- Gate 7 Telemetry: ⚠️ PARTIAL — audit chain covers; OTel = Target
- Gate 8 Services Reality: ✅ PASS — core loop proven end-to-end
OVERALL: 61% Live | 77% Live+Partial
STATUS: OPERATIONAL — Core business OS live and tested
Closes: audit race condition, command-center field mismatch, evidence drill-down, CI gap
Arabic Protocol Doc: DEALIX_SERVICE_REALITY_AND_TESTING_PROTOCOL_AR.md (428 lines)
|
2026-04-17 16:15:17 +00:00 |
|
Claude
|
3ef62652aa
|
Phase 2 Execution Waves: 90-day plan + Verification Protocol scaffolding
Saves the DEALIX_PHASE2_EXECUTION_WAVES.md 90-day plan and scaffolds every
artifact the coding agent can produce. Wave A-E execution is explicitly
blocked until the Week-12 Phase Gate (§3) returns Green.
Added:
§1 Verification Protocol (V001-V007)
- scripts/v001_secret_scan.sh — trufflehog + gitleaks full-history scan
- backend/tests/security/test_rls_fuzz.py — 10K cross-tenant fuzz
- docs/verification/V003_pentest_engagement.md — vendor RFP + scope
- docs/verification/V004_no_founder_demo_test.md — 3-tester protocol
- scripts/v005_truth_registry_audit.py — independent audit tool
- infra/load-tests/baseline.js — k6 perf baseline
- frontend/tests/a11y/baseline.spec.ts — Playwright+axe baseline
- docs/baselines/README.md + docs/verification/README.md
§2 Founder Decision Sprint (FD001-FD005)
- docs/internal/legal_entity_decision.md — MISA/DIFC/Delaware brief
- docs/internal/trademark_status.md — SAIP filing kit tracker
- docs/hiring/{design_engineer, backend_engineer, head_of_cs}.md
§3 Customer Validation (CV001-CV004)
- docs/customer_learnings/pilot_agreement_template.md
- docs/customer_learnings/pilot_template/success_criteria.md
- docs/customer_learnings/pilot_template/kickoff_checklist.md
- docs/customer_learnings/friction_log.md + feature_requests.yaml
- docs/customer_learnings/weekly_review_template.md
Truth registry updates
- docs/registry/TRUTH.yaml — new verification_protocol,
founder_decision_sprint, customer_validation sections
Gates (post-change):
architecture_brief.py 40/40
release_readiness_matrix 94/94 (added 30 new scaffold checks)
v005_truth_registry_audit 19/19 SUPPORTED
|
2026-04-17 11:13:27 +00:00 |
|
Cursor Agent
|
69f5082e5e
|
chore(dealix): launch runbooks, staging env templates, SQLite init on startup, product journey test
Co-authored-by: VoXc2 <VoXc2@users.noreply.github.com>
|
2026-04-12 11:01:09 +00:00 |
|
Sami Assiri
|
525d6d4117
|
Dealix: OpenClaw safe core, SLA phase 2.5, full-ops UI
|
2026-04-08 23:31:02 +03:00 |
|
Sami Assiri
|
378ea5f742
|
chore: snapshot Dealix salesflow phase2 for audit worktree
Made-with: Cursor
|
2026-04-04 18:04:21 +03:00 |
|
Claude
|
f1852c1121
|
Add SalesMatic AI Sales SaaS Platform - Complete Foundation
Full-stack AI-powered sales automation platform for Saudi SMEs:
Backend (FastAPI + PostgreSQL):
- Multi-tenant architecture with row-level isolation
- JWT auth with RBAC (owner/manager/agent/admin)
- Lead, Customer, Deal, Pipeline, Activity, Message, Proposal models
- Dashboard analytics API (overview, pipeline, revenue)
- WhatsApp Business API, Email (SMTP/SendGrid), SMS (Unifonic) integrations
- Celery + Redis workers for automated follow-ups and scheduled messages
- Property model for Real Estate module (Riyadh districts)
- Hijri date utilities, Arabic/English localization
Frontend (Next.js + Tailwind):
- Professional Arabic RTL landing page with 10 sections
- Brand identity: SalesMatic (سيلزماتك) with custom SVG logo
- Color system: Trust Blue #0F4C81, Growth Teal #00BFA6, CTA Orange #FF6B35
- IBM Plex Sans Arabic + Inter typography
- Responsive design, dark hero section, pricing table, FAQ
Industry Templates:
- Healthcare/Clinics: pipeline stages, WhatsApp message templates, auto-workflows
- Real Estate Riyadh: 20 districts, property tours, payment plans, matching
Infrastructure:
- Docker Compose (PostgreSQL, Redis, Backend, Celery, Frontend, Nginx)
- Nginx reverse proxy config
- Makefile for common operations
https://claude.ai/code/session_01LLR7jzpyNRwDA9kojtT3CW
|
2026-03-28 03:06:53 +00:00 |
|