init: project scaffold

This commit is contained in:
2026-05-18 10:35:02 +08:00
commit 5e4c6e5cbb
6 changed files with 139 additions and 0 deletions

23
.project.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "AI玩具专利生成工作流",
"description": "批量生成毛绒玩具IP意向→快速筛选→自动出多角度/尺寸图,喂给专利申请",
"status": "active",
"kind": "tool",
"created": "2026-05-18",
"urls": [],
"ports": [
{
"port": 4560,
"label": "dev",
"fixed": true
}
],
"worklog": {
"path": ".memory/worklog.json",
"auto": true
},
"stack": [
"Next.js + nano-banana-pro"
],
"ownership": "personal"
}