mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2026-09-08 23:57:59 +08:00
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>