mirror of
https://github.com/duthaho/claudekit.git
synced 2026-06-10 20:24:57 +03:00
feat: 6-phase workflow spine + plan-review pipeline (v3.1.0)
This commit is contained in:
@@ -61,6 +61,6 @@ description: >
|
||||
|
||||
## Related Skills
|
||||
|
||||
- `backend-frameworks` — Application code that gets containerized
|
||||
- `databases` — Database services in Docker Compose
|
||||
- `owasp` — Security hardening for containers and CI
|
||||
- `git-workflows` — Commits and PRs feeding CI/CD pipelines
|
||||
- `performance-optimization` — Deploy-time benchmarks and regression checks
|
||||
|
||||
@@ -538,8 +538,6 @@ describe('Worker', () => {
|
||||
|
||||
## Related Skills
|
||||
|
||||
- `openapi` — API design (Workers APIs benefit from the same conventions)
|
||||
- `docker` — alternative deployment model (containers vs edge)
|
||||
- `github-actions` — CI/CD pipeline for deploying Workers
|
||||
- `typescript` — TypeScript patterns (Workers are TypeScript-first)
|
||||
- `vitest` — testing Workers with Miniflare pool
|
||||
|
||||
@@ -653,4 +653,3 @@ services:
|
||||
|
||||
- `github-actions` - CI/CD workflows for building and deploying Docker containers
|
||||
- `owasp` - Security best practices for container hardening and vulnerability scanning
|
||||
- `logging` — Container logging and log aggregation
|
||||
|
||||
Reference in New Issue
Block a user