Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 804 Bytes

File metadata and controls

14 lines (12 loc) · 804 Bytes

Suggested Commit Sequence

  1. feat(types): add wallet cohorts to tracked wallet and signal models
  2. feat(registry): classify wallets as maker fund team or trader
  3. feat(fetcher): carry cohort labels through fetched wallet signals
  4. feat(consensus): add cohort-aware weighting and cohort count tracking
  5. feat(prompt): ask for cross-cohort conviction instead of generic agreement
  6. feat(printer): show cohort distribution in digest output
  7. test: cover cross-cohort consensus behavior
  8. docs(readme): add technical spec for cohort bonuses and tier weights
  9. design(svg): add consensus map and feed visuals
  10. chore(audit): add issue drafts and commit notes

Operational note: keep cohort model changes separate from wallet-list edits so the signal history stays believable.