feat: 第一版可用 pokemon

This commit is contained in:
claude-code-best
2026-04-21 19:03:31 +08:00
parent 956e98a445
commit 88ddba6c23
46 changed files with 4143 additions and 1317 deletions

View File

@@ -266,8 +266,13 @@ export type GlobalConfig = {
[tipId: string]: number // Key is tipId, value is the numStartups when tip was last shown
}
// /buddy companion soul — bones regenerated from userId on read. See src/buddy/.
companion?: import('../buddy/types.js').StoredCompanion
// /buddy companion — legacy data (migrated to buddy-data.json by Pokémon system)
companion?: {
name: string
personality: string
seed?: string
hatchedAt: number
}
companionMuted?: boolean
// Feedback survey tracking