Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ yarn-error.log*
.DS_Store
stitch_leadforge_dashboard_design_system

# TS build info cache
# TS build info cache and source maps
*.tsbuildinfo
*.map

# LeadForge OS Beta telemetry, logs, and local databases
report/*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ graph TD
MP <-->|SyncEngine SdkClient| CN[Cloud Hono Server - MongoDB]
```

For a detailed breakdown of process lifecycles, data flows, and schemas, view the [System Architecture Guide](file:///c:/Users/91637/Desktop/Business%20Project/leadforge-os/docs/architecture/README.md).
For a detailed breakdown of process lifecycles, data flows, and schemas, view the [System Architecture Guide](docs/architecture/current-architecture.md).

---

Expand Down
234 changes: 0 additions & 234 deletions apps/api/src/scratch/verify-db.ts

This file was deleted.

8 changes: 4 additions & 4 deletions apps/desktop/scripts/run-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ const fs = require('fs');

const integrationTests = [
'src/main/services/audiences.test.ts',
'src/main/services/campaign-lifecycle-safety-phase15.test.ts',
'src/main/services/campaign-lifecycle-safety-sqlite.test.ts',
'src/main/services/campaign.test.ts',
'src/main/services/campaign-analytics.test.ts',
'src/main/services/email-quality-intelligence.test.ts',
'src/main/services/fresh-database.test.ts',
'src/main/services/fresh-database-all-queries.test.ts',
'src/main/services/operations-cache.test.ts',
'src/main/services/outreach-lineage-phase16.test.ts',
'src/main/services/inbound-suppression-phase17.test.ts',
'src/main/services/operational-reliability-phase18.test.ts',
'src/main/services/outreach-lineage.test.ts',
'src/main/services/inbound-suppression.test.ts',
'src/main/services/operational-reliability.test.ts',
'src/main/services/production-qualification-e2e.test.ts',
'src/main/services/crash-matrix-qualification.test.ts',
'src/main/services/adversarial-cross-race-qualification.test.ts',
Expand Down
16 changes: 0 additions & 16 deletions apps/desktop/src/main/ai/tools/scheduler-tool-adapter.d.ts

This file was deleted.

21 changes: 0 additions & 21 deletions apps/desktop/src/main/database/repositories/campaign-repository.ts

This file was deleted.

21 changes: 0 additions & 21 deletions apps/desktop/src/main/database/repositories/company-repository.ts

This file was deleted.

21 changes: 0 additions & 21 deletions apps/desktop/src/main/database/repositories/contact-repository.ts

This file was deleted.

27 changes: 0 additions & 27 deletions apps/desktop/src/main/database/repositories/lead-repository.ts

This file was deleted.

Loading
Loading