-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
37 lines (37 loc) · 1.34 KB
/
Copy pathplugin.json
File metadata and controls
37 lines (37 loc) · 1.34 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
{
"name": "pstack-for-codex",
"version": "0.2.0+codex.20260913042322",
"description": "Codex-native engineering workflows derived from pstack. Skills remain explicit-only so users retain workflow and authority control.",
"author": {
"name": "pstack-for-codex maintainers"
},
"homepage": "https://github.com/nahuelb/pstack-codex",
"repository": "https://github.com/nahuelb/pstack-codex",
"license": "MIT",
"keywords": [
"pstack",
"codex",
"engineering-workflows",
"poteto-mode",
"principles"
],
"skills": "./skills/",
"interface": {
"displayName": "pstack for Codex",
"shortDescription": "Codex engineering workflows",
"longDescription": "A Codex-native derivative of pstack for deliberate planning, implementation, review, verification, and orchestration. Every skill is explicit-only so workflow selection remains under user control.",
"developerName": "pstack-for-codex maintainers",
"category": "Developer Tools",
"logo": "./assets/logo.png",
"capabilities": [
"Plan engineering work",
"Orchestrate bounded agents",
"Review and verify changes"
],
"defaultPrompt": [
"Use $poteto-mode for this engineering task.",
"Use $architect to design this change before implementation.",
"Use $blast-radius to assess what this change could break."
]
}
}