cb42b1b6a3
Migrate the hatch/evolve task system to use MissionsContent.evolution[] on kind 11125 (Blobbonaut Profile) instead of task/task_completed tags on kind 31124 (Blobbi State). - Add evolution-missions.ts with static definitions for hatch and evolve task pools (TallyMission for interactions, EventMission for themes, color moments, posts, profile edits) - Populate evolution[] in session store on incubation/evolution start; clear on stop - Switch interaction tracking from incrementInteractionTaskTags (kind 31124 tag manipulation) to trackEvolutionMissionTally (session store) - Rewrite useHatchTasks/useEvolveTasks to read progress from evolution[] and backfill event IDs from retroactive Nostr queries - Remove useSyncTaskCompletions and the task tag sync effect from BlobbiPage WIP: type errors and barrel exports still need cleanup.