mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 15:29:36 +00:00
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
|
||
|---|---|---|
| .. | ||
| security | ||
| conftest.py | ||
| test_affiliates_public.py | ||
| test_api_smoke.py | ||
| test_auth_rbac_api.py | ||
| test_autonomous_foundation_api.py | ||
| test_customer_onboarding_api.py | ||
| test_d0_launch_hardening.py | ||
| test_durable_flow_isolation.py | ||
| test_go_live_matrix.py | ||
| test_launch_readiness_scenarios.py | ||
| test_launch_staging_product_journey.py | ||
| test_marketing_hub.py | ||
| test_master_langgraph.py | ||
| test_new_subscriber_journey.py | ||
| test_openclaw_foundation.py | ||
| test_openclaw_safe_core.py | ||
| test_operations_api.py | ||
| test_sales_os_api.py | ||
| test_sla_phase25.py | ||
| test_strategy_summary.py | ||
| test_value_proposition.py | ||