feat: add debug profile for agent challenge UX mining

This commit is contained in:
lda
2026-06-29 00:13:52 +07:00 Verified
parent bf9abda1c3
commit f4a1c5f850
10 changed files with 213 additions and 12 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ def evaluate_policy(
elif profile == InstructionProfile.SKILLS:
if category not in allowed_skills_categories:
disallowed_reads.append(path_str)
elif profile == InstructionProfile.ALL:
elif profile in (InstructionProfile.ALL, InstructionProfile.DEBUG):
if category in (
"source",
"tests",