feat: 6-phase workflow spine + plan-review pipeline (v3.1.0)

This commit is contained in:
duthaho
2026-04-24 13:44:00 +07:00
parent d1a6d2a2bc
commit 8a433185b2
98 changed files with 1064 additions and 19056 deletions
+3 -3
View File
@@ -61,6 +61,6 @@ description: >
## Related Skills
- `authentication` — Secure auth implementation patterns
- `error-handling` — Preventing information leakage through errors
- `backend-frameworks` — Framework-specific security middleware
- `defense-in-depth` — Multi-layer validation so a single-point failure can't cause data corruption
- `testing` — Security test patterns (input validation, authz boundaries)
- `devops` — Container and CI hardening
-2
View File
@@ -547,7 +547,5 @@ Run `npm audit --audit-level=high` and `pip-audit --strict` in CI (e.g., GitHub
## Related Skills
- `authentication` - Authentication and authorization implementation patterns
- `error-handling` - Secure error handling that avoids leaking sensitive information
- `docker` — Container security hardening
- `defense-in-depth` — Multi-layer security validation