| Dimension | Shared | Only in A | Only in B | Overlap |
|---|---|---|---|---|
| Sections | 0 | 1 | 1 | 0% |
| Commands | 0 | 0 | 0 | — |
| Section tags | 0 | 0 | 0 | — |
What each file covers
Sections
0 shared · 1 only in A · 1 only in B- − CareerSwarm
- + Growth Flywheel
Commands
neither file has anySection tags
neither file has anyLine diff
zganich/careerswarm-honeycomb · .cursorrules
@@ −1 @@
1# CareerSwarm
2
3AI-powered career evidence platform: Master Profile, achievements (STAR), 7-stage agent pipeline (Scout → Qualifier → Profiler → Tailor → Scribe → Assembler → Success Predictor), Resume Roast, application tracker.
4
5**Full rules:** See `.cursor/rules/` for core, architecture, agent-prompts, flywheel, pivot, roast.
6
7**Reference:** [CONTEXT_FOR_NEW_CHAT.md](CONTEXT_FOR_NEW_CHAT.md) for handoff and detailed context.
8
zganich/careerswarm-honeycomb · .cursor/rules/flywheel.mdc
@@ +1 @@
1---
2description: Growth flywheel logic for referrals and credits
3globs: server/db.ts,server/routers.ts
4alwaysApply: false
5---
6
7# Growth Flywheel
8
9- Referrers get 30 days premium when referred user completes first resume ingestion
10- Users earn 10 credits for "Offer" outcomes, 5 credits for "Rejection"
11- Ensure UserCredits are updated atomically to prevent race conditions
12
@@ −1 +1 @@
1−# CareerSwarm
1+---
2+description: Growth flywheel logic for referrals and credits
3+globs: server/db.ts,server/routers.ts
4+alwaysApply: false
5+---
26
3−AI-powered career evidence platform: Master Profile, achievements (STAR), 7-stage agent pipeline (Scout → Qualifier → Profiler → Tailor → Scribe → Assembler → Success Predictor), Resume Roast, application tracker.
7+# Growth Flywheel
48
5−**Full rules:** See `.cursor/rules/` for core, architecture, agent-prompts, flywheel, pivot, roast.
6−
7−**Reference:** [CONTEXT_FOR_NEW_CHAT.md](CONTEXT_FOR_NEW_CHAT.md) for handoff and detailed context.
9+- Referrers get 30 days premium when referred user completes first resume ingestion
10+- Users earn 10 credits for "Offer" outcomes, 5 credits for "Rejection"
11+- Ensure UserCredits are updated atomically to prevent race conditions
812
