1
0
mirror of synced 2026-05-21 01:36:28 +08:00

feat(cook): merge @cook/types into @yunyoujun/cook, add CLI search & skill

- Merge packages/types into packages/cook/src/types
- Add CLI search command with ingredient alias support
- Add build config (unbuild) and GitHub Actions publish workflow
- Add Cook Skill documentation (SKILL.md, README.md)
- Update all imports from @cook/types to @yunyoujun/cook
- Bump @nuxt/test-utils 4.0.0 → 4.0.2, update lastDbUpdated
This commit is contained in:
YunYouJun
2026-04-12 19:22:54 +08:00
parent 7b4c1a6029
commit 7028efeb5e
34 changed files with 3016 additions and 1352 deletions

View File

@@ -1 +1 @@
export type { Cookbook } from '@cook/types/cookbook'
export type { Cookbook } from '@yunyoujun/cook'

View File

@@ -1 +1 @@
export type { IncompatibleRule } from '@cook/types/incompatible'
export type { IncompatibleRule } from '@yunyoujun/cook'

View File

@@ -1 +1 @@
export type { Difficulty, RecipeItem, Recipes, StuffItem } from '@cook/types/recipe'
export type { Difficulty, RecipeItem, Recipes, StuffItem } from '@yunyoujun/cook'