-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@double-coding/flow2spec",
"version": "3.2.12",
"description": "在业务仓库初始化「文档驱动、可写回知识库」的 AI 协作骨架:项目根 .Knowledge 承载 stock-docs/req-docs 与机读路由,.cursor/.claude/.codex 写入 f2s-* 规则与技能(含 Karpathy 式编码行为准则,init 同步 rules / Codex topics / skills);init 只落结构与模板,业务内容由各 f2s-* 技能在对话中维护。",
"homepage": "https://github.com/double-coding-lab/Flow2Spec#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/double-coding-lab/Flow2Spec.git"
},
"bugs": {
"url": "https://github.com/double-coding-lab/Flow2Spec/issues"
},
"main": "./cli.js",
"bin": {
"flow2spec": "cli.js"
},
"files": [
"assets/readme",
"cli.js",
"lib",
"templates",
"README.md"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"test": "node cli.js --help && node cli.js kb check && node scripts/test-knowledge-engine.js && node scripts/test-developer-id.js && node scripts/test-template-knowledge.js && node scripts/test-init-gitignore.js && node scripts/test-doctor.js",
"sync:agents": "node cli.js init cursor claude codex",
"prepublishOnly": "node cli.js --help",
"pack:check": "npm pack --dry-run",
"tag:version": "node scripts/git-tag-version.js"
},
"keywords": [
"flow2spec",
"cursor",
"cursor-rules",
"agent-skills",
"claude",
"codex",
"ai-workflow",
"project-context",
"knowledge-base",
"documentation",
"rules",
"skills",
"stock-docs",
"req-docs",
"context-engineering",
"f2s"
],
"author": "兰大神 <550947002@qq.com>",
"contributors": [
"七七是只猫 <292761894@qq.com>"
],
"license": "ISC",
"engines": {
"node": ">=16"
}
}