UNPKG
openai-compatible-task-master
Version:
latest (1.15.2)
1.15.2
1.15.1
1.15.0
1.14.25
1.14.24
1.14.23
1.14.22
1.14.21
1.14.20
1.14.19
1.14.18
1.14.17
1.14.16
1.14.15
1.14.14
1.14.13
1.14.12
1.14.11
1.14.10
1.14.7
1.14.6
1.14.5
1.14.4
1.14.3
1.14.2
1.14.1
1.14.0
1.13.18
1.13.17
1.13.16
1.13.15
1.13.14
1.13.13
1.13.12
1.13.11
1.13.10
1.13.9
1.13.8
1.13.7
1.13.6
1.13.5
1.13.4
1.13.3
1.13.2
1.13.1
1.13.0
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
使用MCP解析PRD文档并生成任务列表
code.alibaba-inc.com/zhangxuanren.zxr/openai-compatible-task-master
openai-compatible-task-master
/
build
/
config
/
boomerang-octm-mode.d.ts
12 lines
(11 loc)
•
272 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
interface
RooMode
{
slug
:
string
;
name
:
string
;
roleDefinition
:
string
;
customInstructions
:
string
;
groups
:
string
[];
source
:
string
;
tools
:
unknown
[]; }
export
declare
const
boomerangOctmMode
:
RooMode
;
export
default
boomerangOctmMode;