-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.06 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
{
"name": "relay-task-kernel",
"version": "0.1.0",
"description": "One handoff contract that Claude Code, Codex, Gemini CLI and Copilot all read. Scaffolds shared agent rules, scoped memory and handoff cards into any repo.",
"keywords": [
"ai",
"agents",
"claude-code",
"codex",
"gemini-cli",
"copilot",
"agents-md",
"claude-md",
"handoff",
"context-engineering",
"developer-tools"
],
"license": "MIT",
"type": "module",
"bin": {
"rtk": "bin/rtk.js"
},
"engines": {
"node": ">=18.17"
},
"files": [
"bin",
"src",
"templates",
"presets",
"README.md",
"README.zh-TW.md",
"LICENSE"
],
"scripts": {
"test": "node --test",
"smoke": "node bin/rtk.js init --dir .rtk-smoke --yes --dry-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leavemagic-cyber/relay-task-kernel.git"
},
"bugs": {
"url": "https://github.com/leavemagic-cyber/relay-task-kernel/issues"
},
"homepage": "https://github.com/leavemagic-cyber/relay-task-kernel#readme"
}