chore: archive repo and point to kimi-cli monorepo#23
Merged
Conversation
Signed-off-by: Richard Chien <stdrc@outlook.com>
There was a problem hiding this comment.
Pull request overview
This PR archives the PyKAOS repository by removing all source code, tests, configuration files, and documentation, replacing them with a simple README that redirects users to the kimi-cli monorepo where development has moved.
Key Changes:
- Updated README.md with archival notice pointing to the new monorepo location
- Removed all Python source code from
src/kaos/ - Removed all test files from
tests/ - Removed all configuration and build files (pyproject.toml, uv.lock, pytest.ini, etc.)
- Removed all GitHub workflows and CI/CD configuration
Reviewed changes
Copilot reviewed 26 out of 29 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updated with archival notice and link to new monorepo location |
| uv.lock | Removed as part of archival |
| pyproject.toml | Removed project configuration |
| src/kaos/* | Removed all source code files |
| tests/* | Removed all test files |
| .github/workflows/* | Removed all CI/CD workflows |
| LICENSE, NOTICE, CHANGELOG.md | Removed documentation and legal files |
| Makefile, pytest.ini, pyrightconfig.json | Removed build and configuration files |
| .gitignore, .python-version | Removed development configuration files |
💡 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.
Why: Consolidate development in the kimi-cli monorepo to keep related packages together and simplify maintenance/releases.
How: Removed the code/project files from this repo and updated the README to point to https://github.com/MoonshotAI/kimi-cli/tree/main/packages/kaos.