Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/bandscope-hourly-review-repair.yml

This file was deleted.

This file was deleted.

23 changes: 1 addition & 22 deletions .github/workflows/hourly-nvidia-nim-review-repair.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,15 @@ on:
- .github/workflows/pr-review-fix-scheduler.yml
- scripts/ci/pr_review_fix_scheduler.py
- .github/workflows/pr-review-autofix.yml
- .github/workflows/bandscope-hourly-review-repair.yml
- .github/workflows/clearfolio-hourly-review-repair.yml
- .github/workflows/disksage-hourly-review-repair.yml
- .github/workflows/fast-mlsirm-hourly-review-repair.yml
- .github/workflows/governance-risk-compliance-hourly-review-repair.yml
- .github/workflows/hourly-nvidia-nim-review-repair.yml
- .github/workflows/originweave-hourly-review-repair.yml
- scripts/ci/pr_review_conflict_scope.py
- scripts/ci/pr_review_autofix_context.py
- tests/test_bandscope_hourly_review_caller.py
- tests/test_disksage_hourly_review_caller.py
- tests/test_fast_mlsirm_hourly_review_caller.py
- tests/test_governance_risk_compliance_hourly_review_caller.py
- tests/test_hourly_scheduler_runtime_budget.py
- tests/test_originweave_hourly_review_caller.py
- tests/test_hourly_autofix_context_quality_gate.py
- tests/test_pr_review_conflict_scope.py
- tests/test_pr_review_conflict_scope_control_files.py
Expand All @@ -34,34 +28,25 @@ on:
- tests/test_pr_review_autofix_nvidia_nim_contract.py
- tests/test_pr_review_autofix_writer_security_contract.py
- docs/automation/hourly-review-repair.md
- docs/doctoring/bandscope-hourly-review-caller.md
- docs/doctoring/clearfolio-hourly-review-caller.md
- docs/doctoring/conflict-control-evidence-isolation.md
- docs/doctoring/disksage-hourly-review-caller.md
- docs/doctoring/fast-mlsirm-hourly-review-caller.md
- docs/doctoring/governance-risk-compliance-hourly-review-caller.md
- docs/doctoring/hourly-nvidia-nim-autofix.md
- docs/doctoring/originweave-hourly-review-caller.md
push:
paths:
- .github/workflows/pr-review-fix-scheduler.yml
- scripts/ci/pr_review_fix_scheduler.py
- .github/workflows/pr-review-autofix.yml
- .github/workflows/bandscope-hourly-review-repair.yml
- .github/workflows/clearfolio-hourly-review-repair.yml
- .github/workflows/disksage-hourly-review-repair.yml
- .github/workflows/fast-mlsirm-hourly-review-repair.yml
- .github/workflows/governance-risk-compliance-hourly-review-repair.yml
- .github/workflows/hourly-nvidia-nim-review-repair.yml
- .github/workflows/originweave-hourly-review-repair.yml
- scripts/ci/pr_review_conflict_scope.py
- scripts/ci/pr_review_autofix_context.py
- tests/test_bandscope_hourly_review_caller.py
- tests/test_disksage_hourly_review_caller.py
- tests/test_fast_mlsirm_hourly_review_caller.py
- tests/test_governance_risk_compliance_hourly_review_caller.py
- tests/test_hourly_scheduler_runtime_budget.py
- tests/test_originweave_hourly_review_caller.py
- tests/test_hourly_autofix_context_quality_gate.py
- tests/test_pr_review_conflict_scope.py
- tests/test_pr_review_conflict_scope_control_files.py
Expand All @@ -75,14 +60,11 @@ on:
- tests/test_pr_review_autofix_nvidia_nim_contract.py
- tests/test_pr_review_autofix_writer_security_contract.py
- docs/automation/hourly-review-repair.md
- docs/doctoring/bandscope-hourly-review-caller.md
- docs/doctoring/clearfolio-hourly-review-caller.md
- docs/doctoring/conflict-control-evidence-isolation.md
- docs/doctoring/disksage-hourly-review-caller.md
- docs/doctoring/fast-mlsirm-hourly-review-caller.md
- docs/doctoring/governance-risk-compliance-hourly-review-caller.md
- docs/doctoring/hourly-nvidia-nim-autofix.md
- docs/doctoring/originweave-hourly-review-caller.md

permissions:
contents: read
Expand Down Expand Up @@ -130,12 +112,9 @@ jobs:
scripts/ci/pr_review_conflict_scope.py \
scripts/ci/pr_review_autofix_context.py \
tests/test_pr_review_conflict_scope.py \
tests/test_bandscope_hourly_review_caller.py \
tests/test_disksage_hourly_review_caller.py \
tests/test_fast_mlsirm_hourly_review_caller.py \
tests/test_governance_risk_compliance_hourly_review_caller.py \
tests/test_hourly_scheduler_runtime_budget.py \
tests/test_originweave_hourly_review_caller.py \
tests/test_pr_review_conflict_scope_control_files.py \
tests/test_hourly_autofix_context_quality_gate.py \
tests/test_pr_review_conflict_scope_git_executable.py \
Expand All @@ -147,4 +126,4 @@ jobs:
tests/test_pr_review_autofix_context_head_binding.py \
tests/test_pr_review_autofix_nvidia_nim_contract.py \
tests/test_pr_review_autofix_writer_security_contract.py
git diff --check
git diff --check

This file was deleted.

81 changes: 0 additions & 81 deletions .github/workflows/organization-commercial-readiness-loop.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/originweave-hourly-review-repair.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ __pycache__/
.coverage
.pytest_cache/
.codegraph/
venv
4 changes: 0 additions & 4 deletions .jules/bolt.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,3 @@
## 2026-07-09 - Avoid N+1 API blocking in SBOM aggregator
**Learning:** The `collect_inventories` function in `scripts/ci/sbom_inventory_aggregator.py` was fetching SBOMs from the GitHub dependency graph synchronously for every repository in the organization. For large organizations (up to 500 repos), this N+1 network/CLI bottleneck significantly stalled the aggregation workflow.
**Action:** Use `concurrent.futures.ThreadPoolExecutor` to fetch SBOMs concurrently when multiple repositories are provided, bounded by a `max_workers` limit (e.g., 10) to avoid overwhelming the CLI/API, while preserving the fast serial path for single-item inputs.

## 2026-08-09 - [λŒ€μš©λŸ‰ 둜그 μŠ€μΊ” μ‹œ μ •κ·œν‘œν˜„μ‹ μ‹€ν–‰ μ „ O(N) μ„œλΈŒμŠ€νŠΈλ§ 검증 μ„ ν–‰]
**Learning:** `classify_testthat_failure`μ—μ„œ ν…ŒμŠ€νŠΈ μ‹€νŒ¨ 내역이 μ—†λŠ” 2MB 둜그 νŒŒμΌμ„ λŒ€μƒμœΌλ‘œ μ •κ·œν‘œν˜„μ‹μ„ μ‹€ν–‰ν•˜λ©΄ μ•½ 20msκ°€ μ†Œμš”λ˜μ§€λ§Œ, λ‹¨μˆœ λ¬Έμžμ—΄ 검색은 μ•½ 1ms만 μ†Œμš”λ©λ‹ˆλ‹€. λ¬Έμžμ—΄ 쑴재 μ—¬λΆ€κ°€ μ •κ·œν‘œν˜„μ‹ 맀칭의 μ „μ œ 쑰건일 λ•Œ, μ½œλ“œ 패슀(Cold Path)μ—μ„œ μˆœμ„œ μ΅œμ ν™”λŠ” 맀우 큰 μ„±λŠ₯ 차이λ₯Ό λ§Œλ“­λ‹ˆλ‹€.
**Action:** λŒ€μš©λŸ‰ ν…μŠ€νŠΈ μž…λ ₯(CI 둜그 λ“±)μ—μ„œ λ³΅μž‘ν•œ μ •κ·œν‘œν˜„μ‹μ„ νŒŒμ‹±ν•˜κΈ° 전에 항상 λΉ λ₯Έ O(N) λ¬Έμžμ—΄ 쑴재 μ—¬λΆ€ 확인을 λ¨Όμ € μˆ˜ν–‰ν•˜μ‹­μ‹œμ˜€.
Loading
Loading