Merged
Conversation
- Add README.md with project overview, setup instructions, and architecture - Add CONTRIBUTING.md with contribution guidelines and code style - Add CODE_OF_CONDUCT.md (Contributor Covenant v2.0) - Add SECURITY.md with vulnerability reporting policy - Add CHANGELOG.md documenting v0.1.0 release - Add .env.example files for all workspaces - Update all package.json files with: - AGPL-3.0 license - Project description - Repository URLs - Keywords for discoverability - Node.js engine requirements - Add workspace READMEs: - apps/app: Frontend application documentation - packages/convex: Backend functions and schema documentation - Add GitHub Actions CI/CD workflow: - Type checking - Build validation - Linting - Security audit - Resolve TODO in github.tsx (explain GitHub App uninstall process) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Add .env.example templates for all workspaces to help new contributors set up their environment variables correctly. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add LICENSE file with full AGPLv3 text - Update all repository URLs to chickencoder/oracode - Fix Hono security vulnerabilities (CVE-2025-24563, CVE-2025-24564) - Update hono from 4.7.9 to 4.10.3 in apps/preview - Resolves improper authorization vulnerability - Resolves Vary header injection CORS bypass - Review console.log statements (kept intentional logging for debugging) - Run security audit: No known vulnerabilities remaining 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
oracode-app | 1bc6a22 | Oct 27 2025, 10:16 AM |
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.
No description provided.