pullrequests Search Results · language:Edge language:Python language:PHP language:TypeScript language:PHP
Filter by
147M results
Automated test PR created by the GitHub App Monitor to verify the webhook flow. This PR will be automatically closed
after verification.
Summary
Ticket 86ca22e5r — produce a UNIQUELY-versioned .vsix on each dev build so code --install-extension --force never
cache-collides on a repeated version string.
Problem: The source package.json ...
Bounty #646
Summary
- Tighten CONTRIBUTING.md so the first contributor-facing claiming steps require the live bounty signals, not only the
mrwk:bounty label.
- Clarify that proposed-work issues, ...
Ask
Stage chat should be able to interact with the existing phase. Today it only feeds the next run via {{operatorChat}}
(its own header says it does NOT touch a running attempt — deferred M41.2.1).
...
Description of Changes
This PR upgrades the Gradle toolchain used across local development and Docker-based builds from Gradle 9.3.1 to
Gradle 9.5.1.
What was changed
- Updated gradle-wrapper.properties ...
size:M
Summary
Restructures the pre-game flow around a connection-first, Jackbox-style model and polishes the menu screens for
broadcast.
Connection flow
- Main menu redesign — left column is the game ...
Summary
- Records Pedro s Phase 1 issue-generation approval in the Phase 0 gate report
- Adds a Phase 1 GitHub backlog record for milestone #2 and issues #23–#32
- Preserves the guardrail that product-feature ...
What
rediscover() now converts the pointer procStart via procutil._expected_epoch(...) instead of a bare int(ptr.proc_start).
Why
procStart is written by the external claude bridge. int(ptr.proc_start) ...
Removes .claude/settings.json from the repo — it was accidentally swept in by a git add -A in the rc.2 landing-fix
commit. It s local tooling config (a permission allowlist), not shared project config, ...