Files
DragonOS/.gitignore
T
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

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/