[CHORE/Cleanup] Reorganize repo structure#59
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
…vuln resolves GHSA-j3q9-mxjg-w52f in path-to-regexp transitive dependency via router@2.2.0 from @modelcontextprotocol/sdk. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
lockfile should be committed for reproducible installs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- bump @modelcontextprotocol/sdk catalog entry from ^1.9.0 to ^1.28.0 - remove packages/core workspace from knip.json (package no longer exists) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- lead with npm install + local mode for basic users - add claude.ai, claude desktop, claude code connection steps - move server/docker setup to a dedicated self-hosted section - update docker compose path to docker/docker-compose.yml - update architecture link to docs/ARCHITECTURE.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
docker-compose.yml,docker-compose.override.yml,.dockerignore→docker/(CI updated to copy.dockerignoreto context root before Docker build)tsconfig.json+tsconfig.base.json→packages/config/, all package references updatedARCHITECTURE.md→docs/.cursor/removed from version control (added to.gitignore)deploy/init-db.sh→scripts/,deploy/folder removedTest plan
bun run lint— no issuesbun run typecheck— all 9 packages passbun test— 153/153 pass🤖 Generated with Claude Code