pullrequests Search Results · language:Dune language:Python language:JavaScript language:Python language:Java language:Go
Filter by
205M results
Stacked on #103(base = docs/adr-025-two-stage-validation-gate)。#103 合併後 retarget 至 main。
Background
ADR-025(#103)把單一 binary ADR-016 閘拆成「真偽閘(edge 是否真實,hard-fail)」+「配置閘(給多少倉位,連續)」。本 PR 實作 8.G.9 該規格。
Changes ...
Why
The existing E2E suite only exercised --help, status, validate, list-agents, diff, and --dry-run — all read-only/preview
paths. The one thing the app actually does — materialize symlinks from a config ...
Phase A — de-risk. Proves the parity gate works, not just that the shipped themes happen to pass it.
Three self-tests against a temp theme dir (real themes untouched):
- a theme missing a key is flagged, ...
Summary
Implements admin ingest orchestration (NEU-267) — ADMIN_TOKEN-protected endpoints that kick off the TMDB and feeds
pipelines as background tasks with run tracking. Depends on the TMDB ingestion ...
🎯 What: Refactored the monolithic ingest_baseline_training_review_payload function into smaller, modular helper
functions (_extract_ingestion_flags, _extract_context_flags, _extract_readiness_flags, _build_safety_flags, ...
🤖 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
Stacked on #432 (→ #431 → main). Surfaces a routing verdict for the currently-selected TTS engine in the two
system-health surfaces, so a CPU fallback / unavailable-GPU is heard about before a slow or ...
Adds documentation-only Terraform remote state hardening guidance for moving from local Terraform state toward a
dedicated S3 remote backend with native lockfile locking. No Terraform, state, backend migration, ...
Problem
get-memories and get-work-files are called every time the user opens or switches to the Memory/Work Files sidebar tabs.
Each call unconditionally ran a full FTS re-index: deleteSearchType wipes ...