Open
Conversation
Add the memU-ui repo link to the README to make it easier to navigate between the related projects.
SparkZou
added a commit
that referenced
this pull request
Jan 26, 2026
Remove commands that depend on tools not in pyproject.toml: - Removed: test, test-cov, check (pytest not installed yet) - Removed: format, format-check, lint (ruff not installed yet) - Removed: migrate, migrate-down, migrate-create (alembic not installed yet) - Removed: pre-commit-install, pre-commit-run (pre-commit not installed yet) - Removed: migrate-check (custom script deleted) Keep only essential commands that work with current dependencies: - install/dev: uv package management - clean: cleanup cache files - run: start uvicorn server (using fastapi dependency) - docker-up/down: Docker Compose This aligns with simplified project structure. Migration and testing commands will be added back in respective PRs (#4 and #5).
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.
Add the memU-ui repo link to the README to make it easier to navigate between the related projects.