feat: 新增项目标签重置接口与n8n流程

This commit is contained in:
2026-02-22 11:58:29 +08:00
parent 93c616793d
commit 285af9a039
45 changed files with 844 additions and 11506 deletions
+10 -1
View File
@@ -19,7 +19,15 @@ docs/
├── n8n/ # n8n workflow documentation
│ ├── historical-workflow-design.md
│ ├── incremental-workflow-design.md
── tag-janitor-workflow.md
── tag-janitor-workflow.json
│ ├── project-tag-reset-workflow.json
│ ├── project-tag-reset-workflow.md
│ ├── github-link-janitor-workflow.json
│ ├── github-link-janitor-workflow.md
│ ├── github-link-repair-workflow.json
│ ├── github-link-repair-workflow.md
│ ├── github-stars-refresh-workflow.json
│ └── github-stars-refresh-workflow.md
└── plans/ # Design & implementation plans
├── 2026-01-25-ai-search-system-design.md
├── 2026-01-25-ai-search-implementation.md
@@ -37,6 +45,7 @@ docs/
| `discovery-workflow.md` | Project discovery architecture |
| `plans/*.md` | Feature design & implementation specs |
| `n8n/*.md` | n8n workflow design docs |
| `n8n/project-tag-reset-workflow.json` | Project tag reset workflow (multi-AI category classification) |
## FOR AI AGENTS