docs(fixed):更新Arabica Sprint开发文档指南中mermaid示意图语法与GitLink平台不兼容的代码

Signed-off-by: gzkoala <guohao@gitconomy.org>
This commit is contained in:
gzkoala
2026-03-08 10:47:31 +08:00
parent 659193f40b
commit 98568b30de

View File

@@ -20,26 +20,6 @@ license: CC BY-SA 4.0
status: Active
---
-->
---
title: Arabica Srpint2 开发指南:多维思维框架引擎与意图拆解
description: 基于 Sprint 2 架构设计,指导开发者搭建支持 MCP Prompts 原语的提示词策略 Server实现多维思维框架库、意图拆解工具及结构化输出约束完成从单一工具到多框架引擎的升级。
type: Development Guide
version: v1.0.0 (Arabica) - Sprint 2
file: arabica-sprint2-development-specification.md
author: Gitconomy Research-郭晧
date: 2026-03-06
tags:
- Project Caffeine
- MCP Server
- Sprint 2
- Prompt Strategy
- Prompts
- 思维框架
- 意图拆解
- Node.js
license: CC BY-SA 4.0
status: Active
---
# Arabica Sprint 2 开发指南
## 1. 模块概览与架构设计
@@ -1044,7 +1024,7 @@ graph TD
A[收到 prompts/list 请求] --> B[调用 listFrameworks]
B --> C[获取框架元信息列表]
C --> D[遍历框架,转换为 prompts 格式]
D --> E["返回 #123; prompts: #91;...#93; #125;"]
D --> E[返回 prompts]
```
2. **调用序列图**