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:
sickn33
2026-03-29 10:45:21 +02:00
parent eb3df2a577
commit 0db870eb11
582 changed files with 1241 additions and 935 deletions

View File

@@ -1,7 +1,7 @@
---
name: async-python-patterns
description: "Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrent programming patterns, and async/await for building high-performance, non-blocking systems."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---

View File

@@ -1,7 +1,7 @@
---
name: python-testing-patterns
description: "Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices."
risk: unknown
risk: safe
source: community
date_added: "2026-02-27"
---