什么是 workspace-api?
用于defineTable、defineKv、版本控制和迁移的工作区API 模式。在定义工作区架构、向现有表/KV 存储添加版本或编写迁移函数时使用。 来源:epicenterhq/epicenter。
用于defineTable、defineKv、版本控制和迁移的工作区API 模式。在定义工作区架构、向现有表/KV 存储添加版本或编写迁移函数时使用。
通过命令行快速安装 workspace-api AI 技能到你的开发环境
来源:epicenterhq/epicenter。
Type-safe schema definitions for tables and KV stores with versioned migrations.
Every table schema must include v with a number literal. The type system enforces this — passing a schema without v to defineTable() is a compile error.
Use when you need to evolve a schema over time:
用于defineTable、defineKv、版本控制和迁移的工作区API 模式。在定义工作区架构、向现有表/KV 存储添加版本或编写迁移函数时使用。 来源:epicenterhq/epicenter。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/epicenterhq/epicenter --skill workspace-api用于defineTable、defineKv、版本控制和迁移的工作区API 模式。在定义工作区架构、向现有表/KV 存储添加版本或编写迁移函数时使用。 来源:epicenterhq/epicenter。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/epicenterhq/epicenter --skill workspace-api 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/epicenterhq/epicenter