chore: convert repo to a submodule pointer to tigrisdata/storage#129
Open
designcode wants to merge 1 commit into
Open
chore: convert repo to a submodule pointer to tigrisdata/storage#129designcode wants to merge 1 commit into
designcode wants to merge 1 commit into
Conversation
Replace the vendored CLI sources with a git submodule (storage/) pinned to tigrisdata/storage. Development, releases, and version bumps happen in the monorepo; this repo advances append-only. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Converts this repo from vendored CLI sources into a thin pointer to the Tigris monorepo.
What changed
packages/cli.storage/as a git submodule pinned toaf315f4(@tigrisdata/cli@3.4.3).cd storage && pnpm --filter @tigrisdata/cli build).Model
Follow-up (not in this PR)
🤖 Generated with Claude Code
Note
High Risk
Large removal of source, CI, and release automation means this repo no longer builds or publishes the CLI locally until the monorepo/submodule workflow is fully adopted.
Overview
This PR restructures the repository from a standalone
@tigrisdata/clipackage into a thin pointer to the Tigris monorepo. The vendored CLI implementation, tests, and most project config are removed; active development is expected only in tigrisdata/storage (packages/cli).A
storage/git submodule is added (.gitmodules→https://github.com/tigrisdata/storage.git, branchmain), with this repo intended to advance append-only by bumping the pinned submodule commit on releases. README is replaced with install notes, submodule clone/build steps (pnpm --filter @tigrisdata/cli build), and a redirect for issues/PRs.Also deleted: GitHub CI and release workflows (Changesets, npm publish, binary builds, Homebrew updates), changesets config, husky pre-commit, long-form docs (
AUTHENTICATION.md,INSTALL.md,CHANGELOG.md,SKILL.md), biome config, Homebrew formula template, and editorconfig..gitignoreis simplified (drops generatedcommand-registryignore, consolidates env patterns).Reviewed by Cursor Bugbot for commit 3433bae. Bugbot is set up for automated code reviews on this repo. Configure here.