Thursday, May 7, 2026 — 12:00 PM PT
Dominique shipped a new readiness radar for record packages, giving teams a visual overview of document completeness across the project before handover.
feature/nightly-20260507Katey/Howard-3 shipped QR and barcode scanning for inspection items, allowing field teams to scan physical asset tags and link them to inspection records. iOS deployment target bumped to 15.5 for mobile_scanner compatibility.
feature/nightly2-20260507Dominique shipped the Photo Proof Pack Export, enabling field teams to export selected report photos into a shareable package with captions, timestamps, weather data, and crew context. Directly answers a recurring morning brief theme.
feature/nightly-20260507No commits found on Closr+ in the last 18 hours. Last nightly activity: Dominique on May 6, Katey on May 4. Closr+ has the longest gap across all repos.
MyApp reference in test/widget_test.dart and missing dotenv dependency in tools/upload_sql_migrations.dart. All errors are in tooling/test files, not production code. The withOpacity deprecation remains the most common info across all repos.
Raised in the May 7 brief and building on prior themes around document control automation. Meeting minutes exist as plain-text agenda items, but there's no conversion of action items into trackable RFI drafts, submittal tasks, or CO drafts. This gap is growing as Autodesk ships AI-powered project data agents that can query meeting minutes.
The asset tag scanner just shipped (v4.4.0), but the morning briefs have been calling for a "scan-to-history" panel that shows the full timeline of an asset after scanning. The scanner currently captures a barcode value and pops back — no history, no context. Follow-up queue and reinspection routes are built; the scan-to-context gap is now the top unmet need.
Photo Proof Pack just shipped tonight (v2.15.0), clearing one recurring theme. The remaining gap is automated weather-linked delay flagging — raised in 3 of the last 5 morning briefs. DailyReportr+ logs weather data and has a manual weatherDelays survey question, but no automated cross-referencing of conditions to schedule impact.
After scanning a QR/barcode asset tag, display a bottom-sheet panel showing the asset's full inspection timeline: every deficiency logged against it, photos, resolution status, and which inspectors touched it. Add quick actions to create a new deficiency or schedule a reinspection directly from the panel.
Why now: The asset tag scanner just shipped tonight (v4.4.0) but returns only a raw barcode value. The morning briefs have flagged post-scan intelligence as a gap. Fieldwire's Track3D integration now links reality capture to field management — our scan-to-history would be the lightweight equivalent.
asset_history_panel.dart as a DraggableScrollableSheet. Query Supabase for all inspection items where asset_tag matches the scanned value. Render a chronological timeline with photo thumbnails, status chips, and inspector names. Add "New Deficiency" and "Schedule Reinspection" FABs at the bottom. Wire it into asset_tag_scanner_page.dart's scan callback.
Parse meeting minute agenda items and convert flagged action items into draft RFIs, submittal tasks, or change order records. Present a review screen where the PM can confirm, edit, or discard each extracted action before it becomes a tracked document.
Why now: Morning brief (May 7) raised this directly. BuildrPlus stores meeting minutes with AgendaItem objects containing free-text actionItem fields, but these are never converted into document control records. Autodesk just shipped a Project Data Agent that can scan meeting minutes and surface relevant info — our extractor closes the same gap without requiring AI.
meeting_minutes_detail_page.dart. Scan each AgendaItem.actionItem for keywords (RFI, submittal, change order, CO). For each match, pre-fill a draft record using the agenda item's topic, responsible party, and due date. Show a ActionExtractionReviewPage with toggles per item. On confirm, create the records via existing Supabase services.
Auto-generate a formal closeout completion certificate PDF when a project hits 100% readiness across all categories (O&M manuals, warranties, punch items, as-builts, training records, attic stock). The certificate includes project metadata, category-by-category sign-off status, digital signatures, and a generated date — ready to hand to the owner.
Why now: Closr+ is the only app still in TestFlight and needs differentiating features before App Store submission. The closeout package compiler exists (closeout_package_service.dart) but produces a document bundle, not a formal certificate. Bluebeam Max just shipped DocuSign integration for e-signatures — a native completion certificate keeps Closr+ competitive on the handoff workflow.
completion_certificate_service.dart that checks all readiness categories via existing readiness_score_provider. When all categories are 100%, generate a PDF using the pdf package with: project name, address, owner, contractor, category checklist with green checkmarks, digital signature blocks (reuse existing signature_pad widget), and generation timestamp. Add a "Generate Certificate" button to the project detail page, disabled until readiness = 100%.
Procore — Shipped April 2026 data update for 360 Reporting with new fields across Daily Log, Scheduling, Financials, and Document Management. Project Document Management (PDM) data is now reportable. Mobile Photo Information page redesigned with structured sections (Project Data, Privacy, Photo Data, Map Data). Explore Early Access stage launched for Company Admins.
Autodesk Construction Cloud — January 2026 batch included 40+ updates. AI Assistant now queries help content inline. Project Data Agent added Meeting Minutes as a source — users can ask questions about meeting data without leaving their workflow. Specs now link directly to files, sheets, RFIs, and submittals for traceability. Transmittal Public API is GA.
Bluebeam Max — Premium tier launched Q1 2026 with Anthropic Claude integration via MCP for natural-language markup automation. New "stitching" function for large civil sheet sets. Magic Wand geometry converts markups to polygons and measurements. New Procore and DocuSign integrations.
Fieldwire by Hilti — Track3D integration (Feb 2026) links AI-powered reality capture with field management for faster punch list closeout and inspection workflows. BIM Tasks in 3D shipped January 2026 with full plan sync. Cross-project dashboard launched for multi-site visibility.
Build the Closeout Completion Certificate. Closr+ has the longest gap across all repos (last Katey build: May 4, last Dominique build: May 6) and is the only app still in TestFlight. A formal certificate generator adds a compelling differentiator before App Store submission.
Build the Scan-to-History Panel. Dominique hasn't built Inspectr+ since May 3, and the asset tag scanner that just shipped tonight is a perfect foundation. Adding the history panel completes the scan-to-context workflow the morning briefs have been requesting.