Full deployment history for this project.
chore: add auto approve+merge workflow
chore: bump package version
chore: normalize package metadata and bump version
Improve Base trace journey semantics
Improve Base trace journey semantics
Merge remote updates while preserving original product branding
Replace v0 assets with original product branding
fix: align base health and OpenAPI platform contract
fix: align base health and OpenAPI platform contract
feat: serve honest shared platform contract fallback
fix: synchronize canonical service catalog
fix: synchronize canonical service catalog
fix: synchronize canonical service catalog
fix: serve the canonical web manifest
fix: serve the canonical web manifest
fix: serve the canonical web manifest
feat: emit live Base operation traces
feat: emit live Base operation traces
feat: emit live Base operation traces
Merge pull request #139 from mbarbine/copilot/update-world-news-link Update world/news and weather destinations in fallback routing and navigation
Merge PR #77 into integration branch # Conflicts: # __tests__/lib/network/rss.test.ts Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge PR #135 into integration branch Co-authored-by: mbarbine <3211492+mbarbine@users.noreply.github.com>
Merge pull request #121 from mbarbine/jules-11257977361347877205-9560e2d3 ⚡ Bolt: Optimized static registry loop execution
Merge branch 'main' into jules-11257977361347877205-9560e2d3
Merge pull request #134 from mbarbine/bolt-optimize-domain-resolution-2159093244634175356 ⚡ Bolt: optimize domain resolution
🧪 Add unit tests for SitemapGrid component 🎯 What: Missing unit test file for components/network/sitemap/sitemap-grid.tsx 📊 Coverage: Added tests to cover empty state rendering, categorized site list rendering, and fallback config rendering for unknown categories. ✨ Result: Improved test coverage and reliability for the network sitemap UI.
🧪 Add tests for TraceClient error paths
🧪 Add tests for SitemapExternalLinks component
🧪 Add test suite for headlines API route including error path
🧪 Add non-Error fallback test for useTraces
🧪 test: add theme-provider tests 🎯 What: Added missing unit tests for the theme-provider component. 📊 Coverage: Tests that children render correctly and next-themes props are passed properly. ✨ Result: Increased test coverage and ensured standard component wrapper reliability.
🧹 Extract duplicated network URLSearchParams into useNetworkFilters hook 🎯 What: Refactored redundant URL synchronization logic (useState, useDeferredValue, and useEffect for query parameters) out of `components/network/network-sitemap.tsx` and `components/network/category-site-grid.tsx` into a shared custom hook `useNetworkFilters`. Fixed unused imports. 💡 Why: Centralizing this state and query param sync improves maintainability, making it easier to add new filters uniformly and reducing code duplication across the UI. ✅ Verification: Ran `pnpm test` and `pnpm build` successfully. Confirmed components compile and render safely. ✨ Result: Clean, DRY filter state logic that ensures robust syncing across both the category grid and sitemap views.
🧪 Add error path and coverage tests for network API route
⚡ Bolt: Optimized static registry loop execution
🧪 [test monitor ping error path in cron] 🎯 What: The error path for the monitor ping within the Promise.all array was missing test coverage. 📊 Coverage: Added a test scenario that explicitly mocks monitor.platphormnews.com to reject, verifying the application gracefully handles the failure and correctly records the status. ✨ Result: Achieved 100% line coverage for app/api/cron/refresh/route.ts.