-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
47 lines (47 loc) · 1.45 KB
/
Copy pathCITATION.cff
File metadata and controls
47 lines (47 loc) · 1.45 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
cff-version: 1.2.0
message: >
If you use superpowers-safe in academic work, please cite it as below.
The fork is maintained as a safety-hardened alternative to
obra/superpowers; please also cite the upstream if you reference the
underlying skills library.
type: software
title: "superpowers-safe"
version: 6.3.0
date-released: 2026-08-07
url: "https://github.com/JFWaskin/superpowers-safe"
repository-code: "https://github.com/JFWaskin/superpowers-safe"
license: MIT
keywords:
- claude-code
- coding-agent
- safety
- preflight
- ai-agents
- skills
- tdd
- debugging
- subagent-driven-development
authors:
- family-names: Waskin
given-names: Jonathan F.
affiliation: Huaqiao University
orcid: ""
references:
- type: software
title: "obra/superpowers (upstream)"
authors:
- family-names: Vincent
given-names: Jesse
url: "https://github.com/obra/superpowers"
license: MIT
- type: software
title: "superpowers-evals (RED-GREEN-REFACTOR harness)"
url: "https://github.com/prime-radiant-inc/superpowers-evals"
license: MIT
notes: >
This fork adds a mandatory safety-check preflight (5 hard gates:
resource budget, command risk scan, loop/spend limits, secret/PII
scan, scope confirmation) and a never-override list of destructive
operations to the upstream Superpowers skills library. The underlying
skills are byte-identical to upstream; only the gating and one new
safety-check skill are added.