Appearance
warmup-system
FreshSource: BIBLE.md (Phase 7 Persona management, warmup-system 345+295+74 lines)
Two warmup modes. Mode A: fixed 30-day plan. Mode B: 8-stage progression with health scoring.
Complements account-warmup plugin: warmup-system plans, account-warmup executes.
Mode A: 30-day plan
Fixed day-by-day actions with platform-specific templates:
- Gmail
Scaled by intensity setting.
Template example (Reddit)
| Day | Action | Volume |
|---|---|---|
| 1-3 | Browse only | 5-10 subs |
| 4-7 | Vote on posts | 5-15 votes |
| 8-14 | Subscribe to subs | 3-5 |
| 15-21 | Comment | 2-3 |
| 22-30 | Post submissions | 1-2 |
Mode B: 8-stage progression
Health-aware. Only advances if account is improving.
| Stage | Threshold | Description |
|---|---|---|
| 1 | health > 20 | Brand new |
| 2 | health > 30 | Browsing |
| 3 | health > 40 | First actions |
| 4 | health > 50 | Light engagement |
| 5 | health > 60 | Regular activity |
| 6 | health > 70 | Multi-platform |
| 7 | health > 80 | Full activity |
| 8 | health > 90 | Production-ready |
Trajectory analysis: only advances if health trend is positive over last N samples.
Account hardening
account-warmup/account-harden.mjs adds 6-step account aging over 90 days:
| Day | Action |
|---|---|
| 7 | Profile photo |
| 14 | Display name |
| 14 | Birthday |
| 21 | Recovery email |
| 60 | Password change |
| 90 | Backup codes |
Routes
(Routes are auto-registered by the plugin. The plugin exposes warmup planning, plan listing, and plan triggering.)