-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUPSTREAM.json
More file actions
65 lines (65 loc) · 1.63 KB
/
Copy pathUPSTREAM.json
File metadata and controls
65 lines (65 loc) · 1.63 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
62
63
64
65
{
"upstream": {
"repo": "https://github.com/cursor/plugins.git",
"subdir": "pstack",
"ref": "main",
"commit": "bdf7aa355337897f167153e05069aca505dae17c"
},
"plugin": {
"name": "pstack",
"version": "0.14.3"
},
"port": {
"skills": 44,
"agents": 2,
"files": 155,
"filesTransformed": 44,
"executable": [
"skills/poteto-mode/scripts/check-plan.mjs",
"skills/poteto-mode/scripts/orch/orch.ts",
"skills/poteto-mode/scripts/watch-pr/watch-pr",
"skills/poteto-mode/scripts/worktree-audit.sh",
"skills/show-me-your-work/scripts/log.sh"
],
"rulesApplied": {
"article-before-agent": 1,
"ask-question-tool": 5,
"cursor-builtin-attribution": 7,
"cursor-create-skill": 1,
"cursor-dir-catchall": 11,
"cursor-loop-command": 3,
"cursor-models-api": 1,
"cursor-restart-noun": 2,
"cursor-restart-verb": 1,
"install-command": 2,
"install-confirm": 1,
"install-prose": 1,
"make-cursor-work": 1,
"mcp-discovery": 1,
"models-rule-file": 5,
"plugins-dir": 3,
"point-cursor-at": 2,
"projects-dir": 5,
"skill-frontmatter-name-is-slug": 1,
"skills-dir": 9,
"strip-cursor-always-apply": 1,
"strip-mdc-rule-frontmatter-in-fences": 1,
"task-tool-backtick": 8,
"task-tool-bare": 1,
"task-tool-prose": 2,
"todo-tool": 2,
"todo-tool-open": 5,
"transcript-bare-token": 2,
"transcript-dir-path": 1,
"transcript-full-path": 1,
"transcript-placeholder": 1,
"transcript-prose": 2,
"transcript-prose-with-aside": 2,
"transcript-slug-windows": 1,
"turns-cursor-into": 1
},
"overlays": [
"setup-pstack-claude-models -> skills/setup-pstack/SKILL.md"
]
}
}