pullrequests Search Results · language:Dune language:Python language:JavaScript language:Python is:unmerged language:HTML
Filter by
74.8M results
Summary
- Adds the Trace route over the Workbench turn journal with timeline search, URL selection, evidence subject
publication, recent-turn registration, and five evidence tabs.
- Mirrors TurnJournalEntry ...
Adds V0.1 independent fork replay instructions for OBSERVED to REPRODUCED transition.
authority=false no_fake_green=true requires_external_actor=true no_admin_required=true no_org_secrets_required=true ...
Summary
- New module src/claude_mpm/services/tool_service_probe.py: performs a real-time stdio MCP handshake (initialize →
notifications/initialized → tools/list) against each trusty-* binary. All ...
概要
デザイン刷新(v0.2.0)の土台として、既存URL再現性の互換ガードとCSSの責務分割を行います。見た目・挙動の変更はゼロです。
変更内容
1. 互換ガードテスト新設 (tests/template-compat.test.mjs + goldenフィクスチャ)
- DEFAULT_CONFIG スナップショット(compact URL互換の凍結)
- 既存8テンプレートpreset値のスナップショット(旧flat形式URL互換) ...
Summary
Rolls the pilot from #3946 out to the 8 operations in the Missing-value batch of #3980:
fill_none, drop_none, is_none, firsts, singletons, mask, nan_to_none, nan_to_num.
Each docstring now has: ...
Closes #2
O que foi feito
- Refatorado src/manager.py para usar Supabase (PostgreSQL) como banco de dados
- Configuração via variáveis de ambiente (.env, não versionado)
- Testes atualizados com ...
🤖 AI Security Remediation
🚨 Human approval required — please review before merging.
📊 Analysis
- Severity: HIGH
- Confidence: 85%
- Auto-fix allowed: False
📝 Summary
The use of subprocess.call ...
ai-remediation
needs-human-review
severity-high
This pull request was generated by the mq tool
[test] flake rate: 0.1 logical conflict every: 100 sleep for: 600s close stale after: 48 hours
[pullrequest] requests per hour: 60 target branch: main
...
Closes #18
Summary
- (a) delete() pk fix — mutation.py:454 and types.py:1190 now use setattr(old_obj, old_obj._meta.pk.attname, pk)
instead of old_obj.id = pk, so models with a custom primary key ...