Docs/update comparison table#16
Merged
Merged
Conversation
- Added git-ai (now open source, Apache 2.0, 1.4k stars, 12+ agents, self-hostable) - Added Agent Trace spec (Cursor/Cognition, v0.1.0 RFC, backed by Cloudflare/Vercel/Google Jules) - Honest comparison: git-ai wins on rebase survival, GitIntel wins on cost tracking - Added descriptions with links for each competitor - Verification date: 2026-03-29 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
app/docs/page.tsx conflicted with app/(marketing)/docs/page.tsx — both resolved to /docs. Keeping the marketing route group version. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
getrandom 0.4.1 (transitive dep) requires Cargo edition2024 feature, which is only stable in Rust 1.85+. Docker image was pinned to 1.82. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The @gitintel-cli/gitintel postinstall script downloads the platform-specific CLI binary, which isn't needed in server or dashboard images. The script fails because postinstall.js isn't copied into the Docker context (only package.json is copied for lockfile reconciliation). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
packages/dashboard/public/ doesn't exist yet, causing Docker build to fail. Removed the COPY — Next.js standalone output works without it (static assets are in .next/static). Can re-add when public/ assets are added. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ploy cloudflare/pages-action@v1 creates a GitHub Deployment status via gitHubToken, which requires deployments:write. The Comment PR step also needs pull-requests:write. Default GITHUB_TOKEN in PRs doesn't have these permissions without explicit declaration. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The .next/ standalone output contains server-side bundles exceeding Cloudflare Pages' 26.2MB file size limit. For preview deploys, override to static export (output: 'export') and deploy the out/ directory instead. Production deployment uses Docker with standalone mode (unchanged). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Next.js with Clerk auth can't do static export (dynamic routes need generateStaticParams). Instead, deploy only .next/static for the preview with a redirect index.html. Full SSR deployment uses Docker. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Added mobile hamburger menu with slide-down nav (was completely missing) - Added Blog link to navigation - Fixed comparison table horizontal overflow on mobile - Fixed terminal mockup overflow with text-xs on small screens - Fixed install command overflow with whitespace-nowrap + overflow-x-auto - Fixed How It Works code blocks overflow - Cleaned up header button spacing on mobile Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
… preview - Fix Route type import incompatible with 'use client' + typedRoutes - Handle missing .next/static gracefully in preview deploy step Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…e casts Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Preview DeploymentYour preview is ready! Dashboard: https://gitintel-dashboard-16.pages.dev Deployed after all E2E tests passed. |
…nent Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Preview DeploymentYour preview is ready! Dashboard: https://gitintel-dashboard-16.pages.dev Deployed after all E2E tests passed. |
Missed the dynamic link.href in navLinks.map() — only static hrefs were cast. This fixes the Docker Build TS error. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Preview DeploymentYour preview is ready! Dashboard: https://gitintel-dashboard-16.pages.dev Deployed after all E2E tests passed. |
Owner
Author
|
approved |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Brief description of the change.
Related issues
Closes #
Type of change
Checklist
cargo fmt,cargo clippy)cargo test)Test plan
How did you verify this change works?