pullrequests Search Results · language:Dune language:Python language:JavaScript language:C# language:Ruby
Filter by
180M results
- Implement LiveScheduleView and LiveRoomView components for scheduling and conducting live interviews.
- Create HiredView component to display candidate hiring confirmation.
- Develop WorkspaceSettingsView ...
Problem
backend/app/api/slack.py:79 and backend/app/api/telegram.py:79 both implement _find_workflow_by_node_id using a JSONB
containment query with the caller-supplied node_id interpolated directly into ...
Closes #473
Summary
Renames all Configuration entity classes with a consistent naming scheme, promotes duplicated fields to the base class,
and extracts a VersionIdentity base hierarchy.
Changes
Naming ...
Why
src/coding_agent read like *\ an agent that writes code.\ * It actually ingests terminal coding-assistant transcripts
(Claude Code / Codex) into app_sessions — so it s renamed to coding_agent_session_ingest ...
Promote the blog-admin launch-post seed to main. Green through dev (#152) and uat (#153, incl. boot-stack smoke tests).
Deploy will auto-seed prod s Supabase blog_posts via deploy.sh.
💡 What: Added aria-label to the research input field and aria-live= polite alongside aria-busy={isLoading} to the
submit button.
🎯 Why: Improves the core user interaction point (entering an objective). ...
Tier 3 linter (security defence, first of four). Adds tools/lint-secrets-in-content.py, the 23rd linter.
Scans library content for accidentally-committed secrets: AWS access keys (full 20-char structure), ...