Files
DragonOS/.agents/skills
LoGin 1715d828a3 refactor(ci): consolidate bug-hunter personas to 3 orthogonal roles (#2177)
Merge the previous 8-agent persona matrix into 3 orthogonal roles to cut token waste while keeping defect-class coverage:

- Security & Concurrency Sentinel (weight 4.0): security + concurrency
- Logic & Correctness Reviewer (weight 3.0): logic / boundary / error handling
- System & Performance Reviewer (weight 3.0): performance + resource lifecycle + Linux semantic contracts

Embed the persona matrix in weighted_vote.py (DEFAULT_WEIGHTS) and drop the external persona_matrix.json loading path. Update the stage 1/2/4 skill docs accordingly and add Python artifacts to .gitignore.

Signed-off-by: longjin <longjin@DragonOS.org>
2026-08-11 18:15:06 +08:00
..