Skip to content

pullrequests Search Results · language:Edge language:Python language:PHP language:HTML language:Python language:TypeScript

Filter by

173M results  (2 s)

173M results

Summary Per ops/handoffs/2026-05-30-coo-to-visual-fleet-update.md next_action: 1-paragraph acknowledgment confirming I ve read ops/csro/CSRO.md v2 + ops/policies/bot-fleet.md v1 and will reference csro-dir- ...

Closes #344 What Mirrors the marketing-site sweep from #343 onto the React SPA so the two surfaces look like the same product: - web/src/index.css adopts the same @theme block as the marketing site ...
area:web
enhancement
type:feature

Summary Adds a docs-only v0.2 note for the verified data flywheel. The idea: receipts are not the product itself — they are the proof layer that makes agent-generated assets trustworthy. Core framing ...

This PR contains the following updates: | Package | Type | Update | Change | Pending | | --- | --- | --- | --- | --- | | taiki-e/install-action | action | patch | v2.79.10 → v2.79.11 | v2.80.0 (+4) | ...

Summary The final two public pages still on the bespoke bg-slate-50 wrapper. Moves /legal and /site-map onto the shared SiteShell, completing the design-system unification — every public route now uses ...

Motivation - Inbound Twilio SMS were being persisted without contact_id or type= sms , causing messages to land in a null thread and inflate unread inbound counts that could not be cleared. - ...
codex

Summary - Root cause: up2cloud.tech was going down on every deployment because there was no CNAME file in the repo, and the build step never included one in the uploaded artifact. GitHub Pages silently ...

💡 What: Optimize crawler by using deque and auxiliary set, and doing O(1) membership checks before string parsing. 🎯 Why: Using list for queue operations (pop(0) and in queue ) is O(N) and expensive. Parsing ...

What Merges the hardening/physician-visit-spine branch into main. Changes - visit-state.ts — dual API: - Async physician-workflow: selectActiveVisitEncounter, advanceVisitState (phase-based), ...