beth-copilot 1.0.10 → 1.0.12
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/CHANGELOG.md +130 -0
- package/README.md +8 -0
- package/assets/beth-portrait-small.txt +13 -0
- package/assets/beth-portrait.txt +60 -0
- package/assets/beth-questioning.png +0 -0
- package/assets/yellowstone-beth.png +0 -0
- package/bin/beth-animation.sh +155 -0
- package/bin/cli.js +423 -12
- package/bin/lib/animation.js +189 -0
- package/bin/lib/pathValidation.js +233 -0
- package/bin/lib/pathValidation.test.js +280 -0
- package/package.json +10 -2
- package/sbom.json +129 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "beth-copilot",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "Beth - A ruthless, hyper-competent AI orchestrator for GitHub Copilot multi-agent workflows",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"github-copilot",
|
|
@@ -27,8 +27,16 @@
|
|
|
27
27
|
},
|
|
28
28
|
"files": [
|
|
29
29
|
"bin/",
|
|
30
|
-
"templates/"
|
|
30
|
+
"templates/",
|
|
31
|
+
"assets/",
|
|
32
|
+
"sbom.json",
|
|
33
|
+
"CHANGELOG.md"
|
|
31
34
|
],
|
|
35
|
+
"scripts": {
|
|
36
|
+
"test": "node --test bin/lib/*.test.js",
|
|
37
|
+
"sbom:generate": "npx @cyclonedx/cyclonedx-npm --output-file sbom.json --output-format JSON",
|
|
38
|
+
"prepublishOnly": "npm run sbom:generate"
|
|
39
|
+
},
|
|
32
40
|
"engines": {
|
|
33
41
|
"node": ">=18"
|
|
34
42
|
},
|
package/sbom.json
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
|
|
3
|
+
"bomFormat": "CycloneDX",
|
|
4
|
+
"specVersion": "1.6",
|
|
5
|
+
"version": 1,
|
|
6
|
+
"serialNumber": "urn:uuid:d65254d0-0268-4133-9580-2fd3dca6cb0f",
|
|
7
|
+
"metadata": {
|
|
8
|
+
"timestamp": "2026-02-01T09:19:13.714Z",
|
|
9
|
+
"tools": {
|
|
10
|
+
"components": [
|
|
11
|
+
{
|
|
12
|
+
"type": "application",
|
|
13
|
+
"name": "npm",
|
|
14
|
+
"version": "10.9.4"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"type": "application",
|
|
18
|
+
"name": "cyclonedx-npm",
|
|
19
|
+
"group": "@cyclonedx",
|
|
20
|
+
"version": "4.1.2",
|
|
21
|
+
"author": "Jan Kowalleck",
|
|
22
|
+
"description": "Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.",
|
|
23
|
+
"licenses": [
|
|
24
|
+
{
|
|
25
|
+
"license": {
|
|
26
|
+
"id": "Apache-2.0"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"externalReferences": [
|
|
31
|
+
{
|
|
32
|
+
"url": "git+https://github.com/CycloneDX/cyclonedx-node-npm.git",
|
|
33
|
+
"type": "vcs",
|
|
34
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"url": "https://github.com/CycloneDX/cyclonedx-node-npm#readme",
|
|
38
|
+
"type": "website",
|
|
39
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"url": "https://github.com/CycloneDX/cyclonedx-node-npm/issues",
|
|
43
|
+
"type": "issue-tracker",
|
|
44
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"type": "library",
|
|
50
|
+
"name": "cyclonedx-library",
|
|
51
|
+
"group": "@cyclonedx",
|
|
52
|
+
"version": "9.4.1",
|
|
53
|
+
"author": "Jan Kowalleck",
|
|
54
|
+
"description": "Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser).",
|
|
55
|
+
"licenses": [
|
|
56
|
+
{
|
|
57
|
+
"license": {
|
|
58
|
+
"id": "Apache-2.0"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"externalReferences": [
|
|
63
|
+
{
|
|
64
|
+
"url": "git+https://github.com/CycloneDX/cyclonedx-javascript-library.git",
|
|
65
|
+
"type": "vcs",
|
|
66
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"url": "https://github.com/CycloneDX/cyclonedx-javascript-library#readme",
|
|
70
|
+
"type": "website",
|
|
71
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"url": "https://github.com/CycloneDX/cyclonedx-javascript-library/issues",
|
|
75
|
+
"type": "issue-tracker",
|
|
76
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
"component": {
|
|
83
|
+
"type": "application",
|
|
84
|
+
"name": "beth-copilot",
|
|
85
|
+
"version": "1.0.12",
|
|
86
|
+
"bom-ref": "beth-copilot@1.0.12",
|
|
87
|
+
"author": "Steph Schofield",
|
|
88
|
+
"description": "Beth - A ruthless, hyper-competent AI orchestrator for GitHub Copilot multi-agent workflows",
|
|
89
|
+
"licenses": [
|
|
90
|
+
{
|
|
91
|
+
"license": {
|
|
92
|
+
"id": "MIT",
|
|
93
|
+
"acknowledgement": "declared"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"purl": "pkg:npm/beth-copilot@1.0.12?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fstephschofield%2Fbeth.git",
|
|
98
|
+
"externalReferences": [
|
|
99
|
+
{
|
|
100
|
+
"url": "git+https://github.com/stephschofield/beth.git",
|
|
101
|
+
"type": "vcs",
|
|
102
|
+
"comment": "as detected from PackageJson property \"repository.url\""
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"url": "https://github.com/stephschofield/beth#readme",
|
|
106
|
+
"type": "website",
|
|
107
|
+
"comment": "as detected from PackageJson property \"homepage\""
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"url": "https://github.com/stephschofield/beth/issues",
|
|
111
|
+
"type": "issue-tracker",
|
|
112
|
+
"comment": "as detected from PackageJson property \"bugs.url\""
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"properties": [
|
|
116
|
+
{
|
|
117
|
+
"name": "cdx:npm:package:path",
|
|
118
|
+
"value": ""
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"components": [],
|
|
124
|
+
"dependencies": [
|
|
125
|
+
{
|
|
126
|
+
"ref": "beth-copilot@1.0.12"
|
|
127
|
+
}
|
|
128
|
+
]
|
|
129
|
+
}
|