pullrequests Search Results · language:Dune language:Python language:JavaScript language:PHP language:Java language:HTML
Filter by
48M results
概要
issue #385 の対応。independence contract の違反を 4 件解消し、目標の =20 件(23 → 19 件)を達成。
④ rule_engine - market_data(2 件)
- rule_engine/ports.py に OHLCVWithIndicatorsPort プロトコルを追加
- rule_engine/pipeline.py ...
Recreated from auto-closed #19 (its base branch was deleted when #17 squash-merged). Same head branch, now retargeted to
main.
Summary
Tuning work (request 028), now on top of merged #17.
- Fix phantom ...
요약
TDD 절차(CLAUDE.md)에 Red→Green 실행 가시성 규칙을 명문화.
테스트를 먼저 짰다 고 말만 하지 않고, 실패 테스트를 실제 실행해 Red를 보여준 뒤 → 구현 → 다시 실행해 Green을 보고하는 흐름을 밖으로 드러내도록 강화.
내용
- 절차 1(Red)/2(Green)에 실제 실행해 실패/통과를 눈으로 확인 단계 추가
...
🤖 AI Security Remediation
🚨 Human approval required — please review before merging.
📊 Analysis
- Severity: HIGH
- Confidence: 100%
- Auto-fix allowed: False
📝 Summary
The code uses the subprocess ...
ai-remediation
needs-human-review
severity-high
Summary
- Adds D and N to ruff select, with convention = pep257 for pydocstyle
- Fixes 7 D401 violations (imperative mood) in config.py and git.py
- Fixes 1 N806 violation (lowercase local var) ...
🤖 AI Security Remediation
🟢 Auto-merge eligible — will merge after CI passes.
📊 Analysis
- Severity: MEDIUM
- Confidence: 85%
- Auto-fix allowed: True
📝 Summary
The application uses the subprocess ...
ai-remediation
severity-medium
요약 (CYCLE-055, 자율 사이클)
TASK-057(Low, 복원력) — 초기 데이터 로드 부분 실패 허용.
변경
- loadSupabaseData 10개 동시 쿼리 배치 Promise.all → Promise.allSettled
- null-safe 추출 헬퍼 _d(i): fulfilled→value.data, rejected→console.warn(영역명+사유)+null ...
The rule-ID list in docs/OUTPUT-CONTRACT.md stopped at MCP014 — stale since the 1.7.0 shadowing work. Adds MCP015–017
(shadowing), MCP018–019 (escalation), MCP020–023 (provenance), MCP024 (launch-artifact ...