meta(risk): Sync conservative legacy labels
Add a maintainers script to safely promote high-confidence legacy risk labels from unknown to concrete values, cover it with tests, and regenerate the canonical skill artifacts and plugin copies. This reduces the legacy unknown backlog without forcing noisy classifications that still need manual review.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: go-concurrency-patterns
|
||||
description: "Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions."
|
||||
risk: unknown
|
||||
risk: safe
|
||||
source: community
|
||||
date_added: "2026-02-27"
|
||||
---
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: memory-safety-patterns
|
||||
description: "Cross-language patterns for memory-safe programming including RAII, ownership, smart pointers, and resource management."
|
||||
risk: unknown
|
||||
risk: safe
|
||||
source: community
|
||||
date_added: "2026-02-27"
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user