chore: archive repo and point to kimi-cli monorepo#80
Merged
Conversation
Signed-off-by: Richard Chien <stdrc@outlook.com>
There was a problem hiding this comment.
Pull request overview
This PR archives the kosong repository by removing the dependency lockfile and all test files, redirecting users to the kimi-cli monorepo. The changes include deletion of the complete uv.lock file (1364 lines) and removal of 6 test files, while preserving empty __init__.py files in the source tree.
- Complete removal of dependency lockfile (uv.lock)
- Deletion of all test files
- Preservation of empty source file markers
Reviewed changes
Copilot reviewed 53 out of 60 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Entire dependency lockfile removed (1364 lines) |
| tests/test_tool_result.py | Complete test file deleted (156 lines) |
| tests/test_tool_call.py | Complete test file deleted (294 lines) |
| tests/test_step.py | Complete test file deleted (65 lines) |
| tests/test_message.py | Complete test file deleted (286 lines) |
| tests/test_json_schema_deref.py | Complete test file deleted (148 lines) |
| tests/test_generate.py | Complete test file deleted (84 lines) |
| tests/test_echo_chat_provider.py | Complete test file deleted (127 lines) |
| src/kosong/utils/init.py | Empty file preserved |
| src/kosong/py.typed | Empty file preserved |
| src/kosong/contrib/context/init.py | Empty file preserved |
| src/kosong/contrib/chat_provider/init.py | Empty file preserved |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Context
Kosong has moved to the kimi-cli monorepo; this repo is kept as a pointer only.
Changes
Impact
gh-pagesbranch (maintained separately)Testing