Full deployment history for this project.
Merge pull request #165 from mbarbine/jules-3786448319369819765-12f07150 ⚡ Bolt: optimize category document counting database queries
⚡ Bolt: optimize category document counting database queries Refactors O(N) inline correlated subqueries to a single high-performance O(1) LEFT JOIN on an aggregated subquery of documents grouped by category. Applied across 10 key files, including homepage, categories page, and sitemap generation.
Merge pull request #164 from mbarbine/jules-3889783930870601020-9f4c1406 🎨 Palette: Improve SearchCommand modal accessibility and keyboard navigation
feat(a11y): improve search command modal accessibility and focus management
Merge pull request #163 from mbarbine/jules-11152014340373843326-2065f5f2
Merge pull request #163 from mbarbine/jules-11152014340373843326-2065f5f2 ⚡ Bolt: optimize candidate slug checks
perf: optimize candidate slug collision check queries using ANY() This optimization refactors uniqueDocumentSlug in lib/opendocs/submissions.ts to batch candidate checks in a single SQL query using PostgreSQL's ANY() operator instead of sequentially checking each candidate in a loop. Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
fix: report unmeasured route compliance honestly
fix: report unmeasured route compliance honestly
fix: report unmeasured route compliance honestly
fix: pin Playwright CI to its PostgreSQL service
fix: pin Playwright CI to its PostgreSQL service
fix: pin Playwright CI to its PostgreSQL service
feat: add Aurora migration and live Docs tracing
feat: add Aurora migration and live Docs tracing
feat: add Aurora migration and live Docs tracing
Harden Next dependency baseline
Harden Next dependency baseline
Log submission failures and enrich ingest SEO
Broaden public ingest formatting
Merge pull request #161 from mbarbine/copilot/fix-url-ingestion-error
Merge pull request #161 from mbarbine/copilot/fix-url-ingestion-error
Merge pull request #162 from mbarbine/copilot/accept-github-facebook-links
Fix ingest share links and add coverage for github/facebook handling Agent-Logs-Url: https://github.com/mbarbine/platphorm-opendocs/sessions/3df813c6-e6f3-4779-ac97-f5819a0f8a7b Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
chore(next): migrate middleware convention to proxy Agent-Logs-Url: https://github.com/mbarbine/platphorm-opendocs/sessions/86f8b704-4be8-4660-80d2-8e17eb5652a2 Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
chore(next): migrate middleware convention to proxy Agent-Logs-Url: https://github.com/mbarbine/platphorm-opendocs/sessions/86f8b704-4be8-4660-80d2-8e17eb5652a2 Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
fix: align auth key docs and discovery surfaces with PLATPHORM_API_KEY Agent-Logs-Url: https://github.com/mbarbine/platphorm-opendocs/sessions/a29d05f5-1aaf-4a35-a8ad-39b5ff3e3c64 Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>