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>
36 lines
352 B
Plaintext
36 lines
352 B
Plaintext
/cmake-build-debug/
|
|
/bin/
|
|
!.gitkeep
|
|
DragonOS.iso
|
|
.idea/
|
|
/tmp/
|
|
kernel/kernel
|
|
.DS_Store
|
|
result/
|
|
*.o
|
|
*.a
|
|
*.s
|
|
out
|
|
serial_opt.txt
|
|
docs/_build
|
|
draft
|
|
cppcheck.xml
|
|
/target/
|
|
.cache
|
|
compile_commands.json
|
|
/logs/
|
|
*.log
|
|
.nix-gc-root
|
|
dadk-manifest.generated.toml
|
|
config/rootfs.generated.toml
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# initram
|
|
*.cpio
|
|
*.cpio.xz
|
|
*.cpio*
|
|
.direnv/
|