pullrequests Search Results · language:Edge language:Python language:JavaScript language:Java language:JavaScript is:unmerged
Filter by
74.8M results
🎯 What: Removed the hardcoded fallback database password (crypto_pass) in api_gateway/repository.py and updated
initialization to explicitly require the DB_PASSWORD environment variable.
⚠️ Risk: Relying ...
Summary
- merge the visual gameplay shell, play API contract, and runtime gameplay contract work into one unified branch
- add stable /api/state payload contract (gameShell, districtView, apiVersion) ...
Summary
Closes the structural prod-wiring gap that prevented every real-broker cmd_start from constructing since Phase 5B
(commit aae1cf2c) shipped.
Phase 5B added a hard fail-fast in LivePortfolio.__post_init__: ...
Summary
Adds a complete incident response toolkit for the timesheet-app, covering documentation, structured issue reporting, and
automated health verification.
What changed
RUNBOOK.md — 12 failure modes ...
Summary
Completes Task 004 from CURSOR_TASKS.md.
- Added warm_lead_score REAL DEFAULT 0.0 to the outreach_attempts table schema in storage/opportunity_store.py
- Added an ALTER TABLE ... ADD COLUMN ...
Summary
Fixes a packaging bug that blocks installing both email capability packages (carpenter-gmail, carpenter-imap-email).
carpenter-core s install security gate _check_kb_scoping (carpenter/packages/security.py) ...
Thanks for asking me to work on this. I will get started on it and keep this PR s description up to date as I form a
plan and make progress.
Fix the failing GitHub Actions job Build and push auth-service ...
Summary
- Fix worktree support: The check-commit-message hook hardcoded the path .git/COMMIT_EDITMSG, which doesn t exist in
git worktrees (where .git is a file, not a directory). Now accepts the ...
add init.py to tests/, pipelines/, and src/ folder so that it is treated as a packaged and also to resolve having the
same python file name.