feat(平台): 补齐服务端持久化和AI拆解契约

This commit is contained in:
Script Generator
2026-06-25 15:21:32 +08:00
parent 5723356d08
commit 5adc7759ad
73 changed files with 5599 additions and 368 deletions

View File

@@ -1,3 +1,6 @@
# 后端 NestJS 环境变量 — 复制为 .env 后填入真实值
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/ftb_pm
# Anthropic API KeyV3.1 起 AI 拆解 Agent 必需)
# 申请https://console.anthropic.com/
ANTHROPIC_API_KEY=sk-ant-xxx
REDIS_URL=redis://localhost:6379