Full deployment history for this project.
chore: add auto approve+merge workflow
chore: bump package version
Merge pull request #109 from mbarbine/consolidate/platphorm-layout-20260811-cont3 consolidate 21 PRs into one commit
chore: consolidate open pull requests into one commit
chore: consolidate open PRs into single commit
⚡ Bolt: Optimize region component mapping from O(RC) to O(R+C) Optimize region component matching in generatePreviewHtml, exporters, and LayoutWorkbench. Pre-group components in Maps and memoize state lookups to eliminate O(R * C) nested filter/sort calls on every render, resolving interactive slider and keystroke lag. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
sentinel: Fix DNS Rebinding SSRF vulnerability in trusted URL DOM inspection This patch implements DNS pinning in inspectTrustedLayoutUrl using Node's native https module and a custom lookup function to prevent TOCTOU DNS Rebinding attacks. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
⚡ Bolt: precompute region map for viewport checks - Refactored `checkViewport` in `lib/layout/analyzer.ts` to accept an optional precomputed `regionMap` parameter. - Updated `checkResponsive` and `checkMobileUsability` to precompute the `regionMap` Map once, avoiding redundant allocations and O(R) constructions across multiple viewports. - Added localized Tooltip for Breadcrumbs Home icon to follow Palette's accessibility guidelines. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
⚡ Bolt: optimize region-component mapping from O(R*C) to O(R+C) Optimized multiple component-to-region matching loops across the layout generator, code exporters, and layout structure workbench. By pre-grouping components by region ID upfront into Map lookups, we reduced filtering complexity from O(R * C) down to linear O(R + C). Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
🎨 Palette: Add tooltip to breadcrumbs Home link Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Export complete Layout request traces
Resolve and consolidate 3 platphorm pull requests Merged resolved consolidation of PRs: #86, #85, #84
release: document Layout standard APIs v0.7.0
fix: support Vercel alias compliance status
feat: expose canonical route compliance
chore: reconcile and restore pnpm build
Consolidate open PRs, compatible upgrades, and platform auth Validated locally and through a READY Vercel preview. Merge commit preserves every original PR head in ancestry.
Merge pull request #35 from mbarbine/copilot/enhance-ui-ux-features Improve responsive workbench UX with auto-fit preview and small-screen overflow hardening
Implement responsive auto-fit and mobile overflow fixes Agent-Logs-Url: https://github.com/mbarbine/platphorm-layout/sessions/f8400f47-e6ef-469f-bb68-8be23d31f616 Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Plan responsive UX enhancements Agent-Logs-Url: https://github.com/mbarbine/platphorm-layout/sessions/f8400f47-e6ef-469f-bb68-8be23d31f616 Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #34 from mbarbine/copilot/build-phase-2-layout
Merge pull request #34 from mbarbine/copilot/build-phase-2-layout Phase 2 layout surface expansion: add audit flows, template detail routes, spec export, and MCP/API parity
Add audit/template routes and expand API-MCP layout capabilities Agent-Logs-Url: https://github.com/mbarbine/platphorm-layout/sessions/99d7dcaf-8fb1-4334-a64a-5d1538b0dcd3 Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Plan Phase 2 gap fixes Agent-Logs-Url: https://github.com/mbarbine/platphorm-layout/sessions/99d7dcaf-8fb1-4334-a64a-5d1538b0dcd3 Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge branch 'main' into sentinel-xss-fix-style-tag-11724258561197862045
Merge pull request #20 from mbarbine/jules-platphorm-network-integration-17414511420714130208 feat: integrate platphorm network and add navigation features