Claude
|
9f87af8ea2
|
fix: Enhanced feature flags with PostgreSQL persistence and beta program
https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
|
2026-04-11 08:10:25 +00:00 |
|
Claude
|
83210b9d12
|
feat: Add founder strategy, Claude Code control plane, SaaS launch readiness
Founder Strategy & GTM (from prompts #1, #10):
- niche-brief.md: Saudi real estate primary, healthcare secondary
- icp-brief.md: Full ICP with Arabic objection handling
- content-map.md: 20 content ideas, SEO keywords, weekly schedule
- outreach-map.md: WhatsApp/Email cold outreach with Arabic templates
- launch-plan.md: 14-day sprint + 30-day plan with revenue targets
- interview-template.md: 15 Arabic customer discovery questions
Claude Code Control Plane (from prompt #2):
- .claude/settings.json: Permissions and preferences
- .claude/commands/: 5 custom commands (review-pr, release-prep, security-check, generate-tests, architecture-review)
- .claude/hooks/: pre-commit.sh (secrets check), pre-push.sh (tests)
SaaS Launch Readiness (from prompt #4):
- saas-readiness-audit.md: Full audit with gap analysis
- deployment-checklist.md: Deploy + rollback procedures
- launch-checklist.md: 100+ launch day checklist items
- feature_flags.py: Redis-backed feature flags with per-tenant control
https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
|
2026-04-11 08:09:50 +00:00 |
|
Claude
|
2607c0a5af
|
fix: Update autopilot with full 9-step pipeline and 5 built-in tasks
https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
|
2026-04-11 08:00:09 +00:00 |
|
Claude
|
552e562de5
|
fix: Final autopilot service update
https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
|
2026-04-11 07:57:05 +00:00 |
|
Claude
|
b0c3d038f8
|
feat: Finalize all systems + add 20 production libraries
Finalized implementations:
- skill_registry.py: CRM skill system with policy enforcement
- autopilot.py: Safe autopilot (simulation/approval-gated modes)
- escalation.py: Human escalation with Arabic packets
- signal_intelligence.py: Real-time signal scoring and watchlists
- alert_delivery.py: Multi-channel alerts with Arabic templates
- behavior_intelligence.py: Rep performance and pattern detection
- intelligence.py: Full API for signals/alerts/patterns/escalations
Added 20 production libraries to requirements.txt:
- Security: PyJWT (replaces abandoned python-jose), slowapi
- Arabic: camel-tools, pyarabic, hijridate, phonenumbers
- AI: litellm (unified LLM), instructor (structured outputs), statsforecast
- WhatsApp: pywa (direct Cloud API)
- Email: resend (transactional)
- PDF: weasyprint (Arabic RTL)
- Performance: fastapi-cache2, celery-redbeat, structlog
- Monitoring: sentry-sdk, prometheus-fastapi-instrumentator
- Testing: pytest-asyncio, pytest-cov, factory-boy
https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
|
2026-04-11 07:56:24 +00:00 |
|
Claude
|
41b4f69d19
|
feat: Add skill registry, autopilot, escalation, signal & alert intelligence
From advanced prompts integration:
- skill_registry.py: Domain skill system with registry + runtime + policy enforcement
- autopilot.py: Safe autopilot with simulation/recommendation/approval-gated modes
- escalation.py: Human-in-the-loop escalation with Arabic packets and resume tokens
- signal_intelligence.py: Real-time signal ingestion, dedup, scoring, watchlists
- alert_delivery.py: Multi-channel alerts (dashboard/WhatsApp/email/SMS) with digests
- behavior_intelligence.py: Pattern detection, rep performance, winning sequences
- intelligence.py: Updated API with signals, alerts, patterns, escalations endpoints
https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
|
2026-04-11 07:52:25 +00:00 |
|
Claude
|
b2b82c2df1
|
fix: Wire all new systems into project — models, services, workers
Integration fixes:
- models/__init__.py: add PDPL + Sequence model exports
- services/__init__.py: add SequenceEngine, ConsentManager, SecurityGate, etc.
- ai/__init__.py: add SalesAgent + AgentContext exports
- celery_app.py: add sequence_tasks to workers + 4 new beat schedules
- NEW: sequence_tasks.py — Celery tasks for sequence processing, cleanup, autopilot
https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
|
2026-04-11 07:51:53 +00:00 |
|
Claude
|
2996827f5b
|
fix: Finalize proposals API, sales agent, and quote engine
https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
|
2026-04-11 07:46:37 +00:00 |
|
Claude
|
680b82b1e4
|
fix: Update CPQ quote engine with final implementation
https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
|
2026-04-11 07:44:40 +00:00 |
|
Claude
|
5df520d672
|
feat: Add AI forecasting, industry templates, and update sequence engine
- AI: forecasting.py (revenue prediction, deal risk analysis, Arabic summaries)
- Seeds: retail_template.json (Saudi retail/e-commerce industry template)
- Seeds: education_template.json (Saudi education/training industry template)
- Updated: sequence_engine.py with full implementation
https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
|
2026-04-11 07:43:49 +00:00 |
|
Claude
|
141f10db76
|
feat: Add conversation intelligence, message writer, sales agent, APIs, and templates
Continuing Phase 3-6 implementation:
- AI: conversation_intelligence.py (Arabic dialogue analysis, buying signals)
- AI: message_writer.py (Arabic/English multi-channel message generation)
- AI: sales_agent.py (autonomous WhatsApp qualification bot)
- API: compliance.py (PDPL consent & data rights endpoints)
- API: inbox.py (unified multi-channel inbox)
- API: proposals.py (CPQ quote management endpoints)
- API: sequences.py (multi-channel sequence management)
- Services: territory_manager.py (Saudi region-based lead routing)
- Seeds: contracting_template.json (Saudi contracting industry template)
- Updated: router.py, consent_manager.py, data_rights.py
https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
|
2026-04-11 07:43:11 +00:00 |
|
Claude
|
a329957a3b
|
feat: Add AI engine, PDPL compliance, sequences, CPQ, and governance layers
Phase 1-6 implementation for Dealix AI Revenue OS:
- AI Arabic Engine: NLP (arabic_nlp.py), lead scoring (lead_scoring.py)
- PDPL Compliance: consent manager, data rights handler, consent model
- Sequence Engine: multi-channel sequences with WhatsApp/Email/SMS
- CPQ System: quote engine, AI proposal generator
- Security Gate: pre-release checks, PDPL message validation
- Tool Verification: agent action audit trail
- Project Operating Files: AGENTS.md, CLAUDE.md
- Project Memory: architecture, ADRs, provider routing, PDPL checklist
- Design System: IBM Plex Sans Arabic tokens, RTL-safe components
- Sequence/Consent models for database
https://claude.ai/code/session_01LsnvBa7HwF5hs99VZbgLGj
|
2026-04-11 07:40:39 +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 |
|
Sami Assiri
|
7cc4fafd3b
|
🚀 Complete Dealix AI Sales Empire Update - Security Scrubbed, Lead Engine & Multi-Channel Ready
|
2026-04-02 17:17:13 +03:00 |
|
Sami Assiri
|
1744cb7134
|
Dealix OS Frontend implementation v1
|
2026-03-31 19:53:49 +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 |
|