You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
npmrun
72267f8067
fix(auth): correct nickname migration, add autoincrement, remove redundant index
- Add missing auth columns (email_verified, password_history, etc.) to INSERT INTO
- Add .autoincrement() to users.id primaryKey for SQLite compatibility
- Remove redundant users_email_index (unique index already provides lookup)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
3 weeks ago
.agents/skills/ impeccable
Add pinning functionality for sub-commands as standalone skill shortcuts
4 weeks ago
.claude/ skills
Add pinning functionality for sub-commands as standalone skill shortcuts
4 weeks ago
.codex
feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件
4 weeks ago
.vscode
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
4 weeks ago
app
Refactor Bento section layout and styles for improved editorial rhythm and responsiveness; enhance interlude and dark wall sections with new design elements and spacing adjustments.
3 weeks ago
build-files
add
1 month ago
docs/ superpowers
docs: add auth system design spec
3 weeks ago
packages
fix(auth): correct nickname migration, add autoincrement, remove redundant index
3 weeks ago
public
init
1 month ago
scripts
add
1 month ago
server
feat(cache): implement caching system with Redis and memory fallback; update API endpoints to utilize caching
3 weeks ago
static
feat: 添加nuxt-remote配置并更新AGENTS文档,删除无用文件
4 weeks ago
.env.example
feat(cache): implement caching system with Redis and memory fallback; update API endpoints to utilize caching
3 weeks ago
.gitignore
init
1 month ago
.mcp.json
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
4 weeks ago
AGENTS.md
feat: 更新AGENTS文档,添加tsconfig配置,优化日志记录,修改well-known插件逻辑
4 weeks ago
CLAUDE.md
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
4 weeks ago
DESIGN.md
refactor: remove unused Tailwind CSS import and update dependencies
4 weeks ago
PRODUCT.md
feat: 添加产品文档,更新样式和组件,优化卡片动画效果
3 weeks ago
README.md
chore: update nuxt and tailwindcss versions, add tailwindcss plugin for Vite, and modify package manager version
4 weeks ago
bun.lock
chore: add jose and uuid dependencies for auth system
3 weeks ago
nuxt.config.ts
docs: add homepage fluid canvas design spec
3 weeks ago
package.json
chore: add jose and uuid dependencies for auth system
3 weeks ago
skills-lock.json
Add pinning functionality for sub-commands as standalone skill shortcuts
4 weeks ago
tsconfig.json
init
1 month ago
文档
开发与部署
用 Linux 开发与部署,包管理器采用 bun@1.3.11。数据库为 sqlite (通过 DATABASE_URL 连接;本地可参考 .env.example 复制为 .env)。部署时可直接打包 .output 目录,在服务器环境执行迁移命令,省时省力。