dev-manager-tauri/.blueprint/modules/deploy-info.md
lanrtop 4dd19574f0 feat: 新增 pnpm Monorepo+Expo 模板及蓝图模块扩展
- 新增 pnpm Monorepo + Expo Router 项目模板(含 Metro monorepo 路径解析及 Windows 兼容修复)
- 扩展蓝图系统:新增 api-keys、server-registry、ssh-config-sync、vscode-remote 等 15+ 模块定义
- 新增 .blueprint/rules.md 项目私有规则支持,并在 CLAUDE.md 中集成
- 蓝图版本升级至 1.6.0,优化版本比较逻辑(语义化版本元组对比)
2026-04-29 22:11:28 +09:00

18 lines
866 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 项目部署信息
记录和展示项目的部署环境配置(域名、服务器关联、部署路径、环境变量说明、部署脚本备注),作为项目的运维文档沉淀在炼境中。
## 决策记录
- 部署信息是「备忘」性质而非「执行」性质,炼境记录信息、不直接执行部署,避免炼境承载过多运维职责
- 与 server-registry 关联:部署目标服务器从注册表中选取,保证数据一致性
## 任务卡
### ✅ 项目部署信息记录面板
- status: done
- complexity: M
- files: src-tauri/src/commands/deploy_info.rs, src-tauri/src/db.rs, src/components/dashboard/DeployInfoPanel.tsx, src/lib/commands.ts
- depends: sqlite-db, server-registry
- acceptance: 项目看板有「部署信息」Tab可记录域名、部署服务器、路径、环境变量说明数据持久化到 SQLite