@pdtf/schemas 3.6.0-40 → 3.6.0-43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/index.js +4 -0
- package/package.json +1 -1
- package/src/schemas/v3/combined.json +159 -21
- package/src/schemas/v3/overlays/extensions/ac.json +288 -0
- package/src/schemas/v3/overlays/extensions/lc.json +12 -1
- package/src/schemas/v3/overlays/extensions/sc.json +24 -2
- package/src/schemas/v3/overlays/extensions/ta.json +240 -0
- package/src/schemas/v3/overlays/sef25.json +650 -27
- package/src/schemas/v3/overlays/ta6ed6.json +55 -20
- package/src/schemas/v3/overlays/ta7ed5.json +17 -5
- package/src/tests/v3/extensionOverlays.test.js +135 -1
- package/src/tests/v3/ta6ed6.test.js +58 -1
- package/src/tests/v3/ta7ed5.test.js +34 -1
- package/src/utils/extractExtensionOverlays.js +43 -0
- package/src/utils/extractOverlay.js +22 -20
- package/.claude/settings.local.json +0 -61
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permissions": {
|
|
3
|
-
"allow": [
|
|
4
|
-
"Bash(rg:*)",
|
|
5
|
-
"Bash(mkdir:*)",
|
|
6
|
-
"Bash(node:*)",
|
|
7
|
-
"Bash(ls:*)",
|
|
8
|
-
"Bash(jq:*)",
|
|
9
|
-
"Bash(grep:*)",
|
|
10
|
-
"Bash(rm:*)",
|
|
11
|
-
"Bash(npm test:*)",
|
|
12
|
-
"Bash(npm install:*)",
|
|
13
|
-
"Bash(git merge:*)",
|
|
14
|
-
"Bash(git add:*)",
|
|
15
|
-
"Bash(git commit:*)",
|
|
16
|
-
"Bash(git push:*)",
|
|
17
|
-
"Bash(git fetch:*)",
|
|
18
|
-
"Bash(gh pr view:*)",
|
|
19
|
-
"WebFetch(domain:github.com)",
|
|
20
|
-
"Bash(tree:*)",
|
|
21
|
-
"Bash(sed:*)",
|
|
22
|
-
"Bash(find:*)",
|
|
23
|
-
"Bash(chmod:*)",
|
|
24
|
-
"Bash(git rev-parse:*)",
|
|
25
|
-
"Bash(/dev/null)",
|
|
26
|
-
"Bash(git log:*)",
|
|
27
|
-
"Bash(for file in src/schemas/v2/overlays/*.json)",
|
|
28
|
-
"Bash(done)",
|
|
29
|
-
"Bash(while read file)",
|
|
30
|
-
"Bash(for:*)",
|
|
31
|
-
"Bash(do echo \"=== $file ===\")",
|
|
32
|
-
"Bash(do echo \"$file:\")",
|
|
33
|
-
"Bash(npm run proposal:pdf:*)",
|
|
34
|
-
"Bash(base64:*)",
|
|
35
|
-
"Bash(gh issue view:*)",
|
|
36
|
-
"Read(//Users/ed/.claude/**)",
|
|
37
|
-
"Bash(npm init:*)",
|
|
38
|
-
"Bash(do echo \"=== printWidth $w ===\")",
|
|
39
|
-
"Bash(pdftoppm:*)",
|
|
40
|
-
"Bash(pdftotext:*)",
|
|
41
|
-
"Bash(/tmp/inspect2.js:*)",
|
|
42
|
-
"Bash(/tmp/inspect3.js:*)",
|
|
43
|
-
"Bash(/tmp/inspect4.js:*)",
|
|
44
|
-
"Bash(/tmp/inspect5.js:*)",
|
|
45
|
-
"Bash(/tmp/inspect6.js:*)",
|
|
46
|
-
"Bash(/tmp/final_inspect.js:*)",
|
|
47
|
-
"Bash(file:*)",
|
|
48
|
-
"Bash(gh pr create:*)",
|
|
49
|
-
"Bash(claude --version)",
|
|
50
|
-
"Bash(gh pr list --head ta6ed6 --json number,title,url)",
|
|
51
|
-
"Bash(gh pr:*)",
|
|
52
|
-
"Bash(sort -t'.' -k1,1n -k2,2n -k3,3n -k4,4n)",
|
|
53
|
-
"Bash(wc -l /Users/ed/Code/schemas/src/schemas/v3/combined.json /Users/ed/Code/schemas/src/schemas/v3/overlays/*.json)"
|
|
54
|
-
],
|
|
55
|
-
"deny": [],
|
|
56
|
-
"additionalDirectories": [
|
|
57
|
-
"/tmp",
|
|
58
|
-
"/private/tmp"
|
|
59
|
-
]
|
|
60
|
-
}
|
|
61
|
-
}
|