-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.42 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
{
"name": "session-wrap-skill",
"version": "3.5.0",
"description": "Universal AI agent memory persistence — auto-save project context at session end. Works with Claude Code, Codex, Gemini CLI, Cursor, Windsurf, Cline, Roo Code, Copilot, Amp, OpenClaw, OpenHands, Amazon Q, and more.",
"keywords": [
"ai-agent",
"claude-code",
"codex",
"gemini-cli",
"cursor",
"windsurf",
"cline",
"openclaw",
"openhands",
"amazon-q",
"memory",
"persistence",
"session",
"context",
"skill",
"developer-tools",
"multi-agent",
"agent-coordination"
],
"author": "redredchen01",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/redredchen01/session-wrap-skill.git"
},
"homepage": "https://github.com/redredchen01/session-wrap-skill",
"bugs": {
"url": "https://github.com/redredchen01/session-wrap-skill/issues"
},
"bin": {
"session-wrap-skill": "bin/install.js",
"agent-context": "scripts/agent-context.sh",
"agent-share": "scripts/agent-share.sh",
"agent-decision": "scripts/agent-decision.sh",
"agent-checkpoint": "scripts/agent-checkpoint.sh",
"agent-knowledge": "scripts/agent-knowledge.sh",
"agent-optimize": "scripts/agent-optimize.sh",
"agent-tasks": "scripts/agent-tasks.sh"
},
"files": [
"SKILL.md",
"README.md",
"LICENSE",
"bin/",
"scripts/",
"install.sh"
]
}