beth-copilot 1.0.11 → 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/package.json +3 -2
- package/sbom.json +7 -7
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
> *"Here's what changed. I don't repeat myself."*
|
|
4
|
+
|
|
5
|
+
All notable changes to Beth are documented here. Format based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), versioning follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## [1.0.11] - 2026-02-01
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
- Reverted to fire animation for BETH banner (the way it should be)
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- SBOM regeneration for accurate dependency tracking
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## [1.0.10] - 2026-01-31
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
- **Path validation security** — 33 tests covering traversal detection, injection prevention, and allowlist validation
|
|
23
|
+
- **Work tracking for all agents** — Every agent now uses the dual tracking system (beads for agents, Backlog.md for humans)
|
|
24
|
+
- **Cross-platform npm installation** — Consistent installation across macOS, Linux, and Windows
|
|
25
|
+
|
|
26
|
+
### Security
|
|
27
|
+
- Path validation for user-supplied binary paths to prevent command injection
|
|
28
|
+
- Documented shell:true security constraints in SECURITY.md
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## [1.0.6] - 2026-01-29
|
|
33
|
+
|
|
34
|
+
### Added
|
|
35
|
+
- **Multi-agent coordination system** — Epic patterns with dependencies, parallel execution, and hierarchical issue tracking
|
|
36
|
+
- **Beads integration** — Structured work tracking with `bd` CLI for agent memory and coordination
|
|
37
|
+
- **Subagent templates** — Ready-to-use patterns for spawning specialists
|
|
38
|
+
|
|
39
|
+
### Changed
|
|
40
|
+
- Beth instructions now include full orchestration workflows
|
|
41
|
+
- Updated SYSTEM-FLOW.md with multi-agent patterns
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## [1.0.5] - 2026-01-28
|
|
46
|
+
|
|
47
|
+
### Added
|
|
48
|
+
- Beads multi-agent coordination documentation
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
## [1.0.4] - 2026-01-27
|
|
53
|
+
|
|
54
|
+
### Added
|
|
55
|
+
- **backlog.md CLI installation prompt** — Auto-prompts during init for human-readable tracking
|
|
56
|
+
- **.vscode/settings.json template** — Auto-configured agent settings for VS Code
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## [1.0.3] - 2026-01-26
|
|
61
|
+
|
|
62
|
+
### Added
|
|
63
|
+
- **Version check** — CLI warns users when a newer version is available
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
## [1.0.2] - 2026-01-25
|
|
68
|
+
|
|
69
|
+
### Added
|
|
70
|
+
- **Security automation** — GitHub Actions workflow with npm audit, gitleaks, CodeQL, SBOM generation
|
|
71
|
+
- **Pre-commit hooks** — Secret scanning with gitleaks before commits
|
|
72
|
+
- **Subagent delegation settings** — Documentation for enabling autonomous agent coordination
|
|
73
|
+
|
|
74
|
+
### Changed
|
|
75
|
+
- Clarified Product Manager vs UX Designer roles in documentation
|
|
76
|
+
|
|
77
|
+
### Fixed
|
|
78
|
+
- Security hardening for enterprise production readiness
|
|
79
|
+
|
|
80
|
+
---
|
|
81
|
+
|
|
82
|
+
## [1.0.1] - 2026-01-24
|
|
83
|
+
|
|
84
|
+
### Added
|
|
85
|
+
- **Security Reviewer agent** — OWASP Top 10, compliance audits, threat modeling
|
|
86
|
+
- **Security Analysis skill** — Vulnerability assessment workflows
|
|
87
|
+
- **MCP setup guide** — docs/MCP-SETUP.md with all optional servers
|
|
88
|
+
- **Installation guide** — docs/INSTALLATION.md with full setup instructions
|
|
89
|
+
- **Dependabot configuration** — Weekly npm/GH Actions updates with grouped PRs
|
|
90
|
+
|
|
91
|
+
### Changed
|
|
92
|
+
- **Consolidated frontend-engineer into developer** — Developer now handles UI, full-stack, and shadcn-ui MCP integration
|
|
93
|
+
- Updated all agent handoffs to include security-reviewer
|
|
94
|
+
|
|
95
|
+
### Security
|
|
96
|
+
- Full enterprise security review completed
|
|
97
|
+
- HIGH findings addressed
|
|
98
|
+
- SECURITY.md created with security policies
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## [1.0.0] - 2026-01-23
|
|
103
|
+
|
|
104
|
+
### Added
|
|
105
|
+
- **Beth orchestrator** — The ruthless, hyper-competent AI coordinator
|
|
106
|
+
- **Six specialist agents** — Product Manager, Researcher, UX Designer, Developer, Tester, (later Security Reviewer)
|
|
107
|
+
- **Five skills** — PRD generation, Framer components, Vercel React best practices, Web Design guidelines, shadcn-ui
|
|
108
|
+
- **npm package** — `npx beth-copilot init` for one-command installation
|
|
109
|
+
- **IDEO Design Thinking workflow** — Empathize → Define → Ideate → Prototype → Test
|
|
110
|
+
- **Dual tracking system** — beads for agents, Backlog.md for humans
|
|
111
|
+
- **ASCII art animation** — Beth's entrance with fire effect banner
|
|
112
|
+
|
|
113
|
+
### Architecture
|
|
114
|
+
- Agent definition format with YAML frontmatter
|
|
115
|
+
- Skills as domain-knowledge modules loaded on-demand
|
|
116
|
+
- Subagent vs handoff patterns for different control levels
|
|
117
|
+
- Hierarchical issue tracking for complex workflows
|
|
118
|
+
|
|
119
|
+
---
|
|
120
|
+
|
|
121
|
+
## What's Next
|
|
122
|
+
|
|
123
|
+
See [Backlog.md](Backlog.md) for planned work:
|
|
124
|
+
- MCP skill enhancements (web search, Playwright, Azure, Microsoft Learn)
|
|
125
|
+
- Agent consistency review
|
|
126
|
+
- Additional skills for API security and performance profiling
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
*"That's the history. Now stop looking backward and let's build something."*
|
package/README.md
CHANGED
|
@@ -73,6 +73,7 @@ Beth's team comes equipped:
|
|
|
73
73
|
| **Framer Components** | Build custom React components with property controls |
|
|
74
74
|
| **React/Next.js Best Practices** | Vercel-grade performance patterns |
|
|
75
75
|
| **Web Design Guidelines** | WCAG compliance, UI review, accessibility |
|
|
76
|
+
| **shadcn/ui** | Component library patterns, installation, and best practices |
|
|
76
77
|
| **Security Analysis** | OWASP, threat modeling, vulnerability assessment |
|
|
77
78
|
|
|
78
79
|
## How Beth Works
|
|
@@ -220,6 +221,13 @@ Beth's agents work fine without them, but these make them smarter:
|
|
|
220
221
|
|
|
221
222
|
Full details: [docs/MCP-SETUP.md](docs/MCP-SETUP.md)
|
|
222
223
|
|
|
224
|
+
## Documentation
|
|
225
|
+
|
|
226
|
+
- [Installation Guide](docs/INSTALLATION.md) — Full setup instructions
|
|
227
|
+
- [MCP Setup](docs/MCP-SETUP.md) — Optional server integrations
|
|
228
|
+
- [Changelog](CHANGELOG.md) — Version history and updates
|
|
229
|
+
- [Security Policy](SECURITY.md) — Vulnerability reporting
|
|
230
|
+
|
|
223
231
|
## License
|
|
224
232
|
|
|
225
233
|
MIT — Take it. Run it. Build empires.
|
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",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"bin/",
|
|
30
30
|
"templates/",
|
|
31
31
|
"assets/",
|
|
32
|
-
"sbom.json"
|
|
32
|
+
"sbom.json",
|
|
33
|
+
"CHANGELOG.md"
|
|
33
34
|
],
|
|
34
35
|
"scripts": {
|
|
35
36
|
"test": "node --test bin/lib/*.test.js",
|
package/sbom.json
CHANGED
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
"bomFormat": "CycloneDX",
|
|
4
4
|
"specVersion": "1.6",
|
|
5
5
|
"version": 1,
|
|
6
|
-
"serialNumber": "urn:uuid:
|
|
6
|
+
"serialNumber": "urn:uuid:d65254d0-0268-4133-9580-2fd3dca6cb0f",
|
|
7
7
|
"metadata": {
|
|
8
|
-
"timestamp": "2026-02-01T09:13
|
|
8
|
+
"timestamp": "2026-02-01T09:19:13.714Z",
|
|
9
9
|
"tools": {
|
|
10
10
|
"components": [
|
|
11
11
|
{
|
|
12
12
|
"type": "application",
|
|
13
13
|
"name": "npm",
|
|
14
|
-
"version": "10.
|
|
14
|
+
"version": "10.9.4"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"type": "application",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"component": {
|
|
83
83
|
"type": "application",
|
|
84
84
|
"name": "beth-copilot",
|
|
85
|
-
"version": "1.0.
|
|
86
|
-
"bom-ref": "beth-copilot@1.0.
|
|
85
|
+
"version": "1.0.12",
|
|
86
|
+
"bom-ref": "beth-copilot@1.0.12",
|
|
87
87
|
"author": "Steph Schofield",
|
|
88
88
|
"description": "Beth - A ruthless, hyper-competent AI orchestrator for GitHub Copilot multi-agent workflows",
|
|
89
89
|
"licenses": [
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
],
|
|
97
|
-
"purl": "pkg:npm/beth-copilot@1.0.
|
|
97
|
+
"purl": "pkg:npm/beth-copilot@1.0.12?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fstephschofield%2Fbeth.git",
|
|
98
98
|
"externalReferences": [
|
|
99
99
|
{
|
|
100
100
|
"url": "git+https://github.com/stephschofield/beth.git",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"components": [],
|
|
124
124
|
"dependencies": [
|
|
125
125
|
{
|
|
126
|
-
"ref": "beth-copilot@1.0.
|
|
126
|
+
"ref": "beth-copilot@1.0.12"
|
|
127
127
|
}
|
|
128
128
|
]
|
|
129
129
|
}
|