fix(entropy): _iter_files에서 .git/node_modules 제외 — total_file_count 2298→1645
audit_repository_entropy_v1._iter_files가 .git(628개) 포함으로 total_file_count=2298 > budget=2200 → FAIL 발생. .git, node_modules, __pycache__ 등 제외 → gate=PASS (1645/2200). 동시 fix: spec/39 YAML ScannerError — note 필드의 'status: DONE' 따옴표 처리. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -16,7 +16,7 @@ forbidden_responsibilities:
|
||||
- risk_score
|
||||
migration_plan:
|
||||
status: IN_PROGRESS
|
||||
note: Phase 1~4 완료. 사용자 GAS 검증(runDataFeed) 후 status: DONE으로 전환 예정.
|
||||
note: "Phase 1~4 완료. 사용자 GAS 검증(runDataFeed) 후 migration_plan status=DONE으로 전환 예정."
|
||||
inventory_result:
|
||||
tool: tools/audit_gas_thin_adapter_v1.py
|
||||
output: Temp/gas_business_logic_audit_v1.json
|
||||
|
||||
Reference in New Issue
Block a user