Skip to content

Chore/productionize - #1

Merged
8harath merged 20 commits into
mainfrom
chore/productionize
Jun 2, 2026
Merged

Chore/productionize#1
8harath merged 20 commits into
mainfrom
chore/productionize

Conversation

@8harath

@8harath 8harath commented Jun 2, 2026

Copy link
Copy Markdown
Owner

No description provided.

8harath added 20 commits June 2, 2026 08:28
Part of de-nesting the app out of submissions/61-Avalon/.
Keeps .env.example tracked while ignoring .env*.local; folds in v0 ignores.
Adds typecheck/lint:fix scripts and ESLint devDependencies; was "my-project".
parseBody guards malformed JSON and returns a 400 instead of crashing.
…llowing errors

Preserves graceful no-op behavior when Supabase is unconfigured; routes logging through the logger.
Removes invented metrics, placeholder pricing/features, dead links, and untrue privacy claims; wires real GitHub links and a dynamic year.
…sh de-nest

Rewrites the README, adds docs/ARCHITECTURE.md, docs/FEATURES.md, CONTRIBUTING/SECURITY/CODE_OF_CONDUCT/CHANGELOG, and fixes the .env.example migration reference. Also relocates the test suite and the triage route to the root, completing the move.
@8harath
8harath merged commit 3a45dcb into main Jun 2, 2026
2 of 3 checks passed
@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 174 files, which is 24 over the limit of 150.

To get a review, narrow the scope:
• coderabbit review --type committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7ce18241-7033-4af3-9b68-7a1d1fd1af19

📥 Commits

Reviewing files that changed from the base of the PR and between b44515b and 8c156f9.

⛔ Files ignored due to path filters (18)
  • package-lock.json is excluded by !**/package-lock.json
  • public/android-chrome-192x192.png is excluded by !**/*.png
  • public/android-chrome-512x512.png is excluded by !**/*.png
  • public/apple-icon.png is excluded by !**/*.png
  • public/apple-touch-icon.png is excluded by !**/*.png
  • public/favicon-16x16.png is excluded by !**/*.png
  • public/favicon-32x32.png is excluded by !**/*.png
  • public/favicon.ico is excluded by !**/*.ico
  • public/icon-dark-32x32.png is excluded by !**/*.png
  • public/icon-dark-32x32.svg is excluded by !**/*.svg
  • public/icon-light-32x32.png is excluded by !**/*.png
  • public/icon-light-32x32.svg is excluded by !**/*.svg
  • public/icon.svg is excluded by !**/*.svg
  • public/placeholder-logo.png is excluded by !**/*.png
  • public/placeholder-logo.svg is excluded by !**/*.svg
  • public/placeholder-user.jpg is excluded by !**/*.jpg
  • public/placeholder.jpg is excluded by !**/*.jpg
  • public/placeholder.svg is excluded by !**/*.svg
📒 Files selected for processing (174)
  • .dockerignore
  • .editorconfig
  • .env.example
  • .github/ISSUE_TEMPLATE/bug_report.md
  • .github/ISSUE_TEMPLATE/feature_request.md
  • .github/pull_request_template.md
  • .github/workflows/ci.yml
  • .gitignore
  • .nvmrc
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • Dockerfile
  • README.md
  • SECURITY.md
  • app/api/agent/chat/route.ts
  • app/api/agent/memory/route.ts
  • app/api/agent/orchestrate/route.ts
  • app/api/agent/schedule/route.ts
  • app/api/agent/triage/route.ts
  • app/api/analyze/route.ts
  • app/api/auth/[...nextauth]/route.ts
  • app/api/automate/actions/route.ts
  • app/api/automate/approve/route.ts
  • app/api/automate/run/route.ts
  • app/api/calendar/create/route.ts
  • app/api/calendar/events/route.ts
  • app/api/chat/route.ts
  • app/api/compose/route.ts
  • app/api/db/labels/route.ts
  • app/api/db/meta/route.ts
  • app/api/gmail/modify/route.ts
  • app/api/gmail/send/route.ts
  • app/api/gmail/threads/route.ts
  • app/api/health/route.ts
  • app/api/rewrite/route.ts
  • app/auth/signin/page.tsx
  • app/globals.css
  • app/inbox/error.tsx
  • app/inbox/page.tsx
  • app/layout.tsx
  • app/page.tsx
  • components.json
  • components/approval-queue.tsx
  • components/automation-status-bar.tsx
  • components/error-boundary.tsx
  • components/inbox-list.tsx
  • components/inbox/ai-chat-panel.tsx
  • components/landing/animated-sphere.tsx
  • components/landing/animated-tetrahedron.tsx
  • components/landing/animated-wave.tsx
  • components/landing/cta-section.tsx
  • components/landing/developers-section.tsx
  • components/landing/features-section.tsx
  • components/landing/footer-section.tsx
  • components/landing/hero-section.tsx
  • components/landing/how-it-works-section.tsx
  • components/landing/infrastructure-section.tsx
  • components/landing/integrations-section.tsx
  • components/landing/metrics-section.tsx
  • components/landing/navigation.tsx
  • components/landing/pricing-section.tsx
  • components/landing/security-section.tsx
  • components/logo.tsx
  • components/session-provider.tsx
  • components/theme-provider.tsx
  • components/thread-detail.tsx
  • components/ui/accordion.tsx
  • components/ui/alert-dialog.tsx
  • components/ui/alert.tsx
  • components/ui/aspect-ratio.tsx
  • components/ui/avatar.tsx
  • components/ui/badge.tsx
  • components/ui/breadcrumb.tsx
  • components/ui/button-group.tsx
  • components/ui/button.tsx
  • components/ui/calendar.tsx
  • components/ui/card.tsx
  • components/ui/carousel.tsx
  • components/ui/chart.tsx
  • components/ui/checkbox.tsx
  • components/ui/collapsible.tsx
  • components/ui/command.tsx
  • components/ui/context-menu.tsx
  • components/ui/dialog.tsx
  • components/ui/drawer.tsx
  • components/ui/dropdown-menu.tsx
  • components/ui/empty.tsx
  • components/ui/field.tsx
  • components/ui/form.tsx
  • components/ui/hover-card.tsx
  • components/ui/input-group.tsx
  • components/ui/input-otp.tsx
  • components/ui/input.tsx
  • components/ui/item.tsx
  • components/ui/kbd.tsx
  • components/ui/label.tsx
  • components/ui/menubar.tsx
  • components/ui/navigation-menu.tsx
  • components/ui/notification.tsx
  • components/ui/pagination.tsx
  • components/ui/popover.tsx
  • components/ui/progress.tsx
  • components/ui/radio-group.tsx
  • components/ui/resizable.tsx
  • components/ui/scroll-area.tsx
  • components/ui/select.tsx
  • components/ui/separator.tsx
  • components/ui/sheet.tsx
  • components/ui/sidebar.tsx
  • components/ui/skeleton.tsx
  • components/ui/slider.tsx
  • components/ui/sonner.tsx
  • components/ui/spinner.tsx
  • components/ui/switch.tsx
  • components/ui/table.tsx
  • components/ui/tabs.tsx
  • components/ui/textarea.tsx
  • components/ui/toast.tsx
  • components/ui/toaster.tsx
  • components/ui/toggle-group.tsx
  • components/ui/toggle.tsx
  • components/ui/tooltip.tsx
  • components/ui/use-mobile.tsx
  • components/ui/use-toast.ts
  • data/emails.ts
  • docs/ARCHITECTURE.md
  • docs/FEATURES.md
  • eslint.config.mjs
  • hooks/use-inbox-storage.ts
  • hooks/use-mobile.ts
  • hooks/use-toast.ts
  • lib/agent-tools.ts
  • lib/agents.ts
  • lib/api-guard.ts
  • lib/auth.ts
  • lib/automation-engine.ts
  • lib/automation-executor.ts
  • lib/automation-store.ts
  • lib/coordinator-tools.ts
  • lib/coordinator.ts
  • lib/env.ts
  • lib/gmail.ts
  • lib/google-calendar.ts
  • lib/groq.ts
  • lib/logger.ts
  • lib/memory.ts
  • lib/rate-limit.ts
  • lib/supabase.ts
  • lib/utils.ts
  • lib/validation.ts
  • next-env.d.ts
  • next.config.mjs
  • package.json
  • postcss.config.mjs
  • scripts/migration-agent-memory.sql
  • scripts/migration-automation.sql
  • submissions/.gitignore
  • submissions/61-Avalon/.gitignore
  • submissions/61-Avalon/FEATURES.md
  • submissions/61-Avalon/PRESENTATION_SCRIPT.md
  • submissions/61-Avalon/README.md
  • submissions/61-Avalon/TEAM_GUIDE.md
  • submissions/61-Avalon/app/api/compose/route.ts
  • submissions/61-Avalon/components/landing/pricing-section.tsx
  • tests/automation-engine.test.ts
  • tests/inbox-storage.test.ts
  • tests/rate-limit.test.ts
  • tests/setup.ts
  • tsconfig.json
  • types/index.ts
  • types/next-auth.d.ts
  • vercel.json
  • vitest.config.ts

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/productionize

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant