Skip to content

chore: archive repo and point to kimi-cli monorepo#23

Merged
stdrc merged 2 commits intomainfrom
chore/archive-to-kimi-cli
Dec 26, 2025
Merged

chore: archive repo and point to kimi-cli monorepo#23
stdrc merged 2 commits intomainfrom
chore/archive-to-kimi-cli

Conversation

@stdrc
Copy link
Copy Markdown
Collaborator

@stdrc stdrc commented Dec 26, 2025

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.

Signed-off-by: Richard Chien <stdrc@outlook.com>
Copilot AI review requested due to automatic review settings December 26, 2025 14:45
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread README.md Outdated
Signed-off-by: Richard Chien <stdrc@outlook.com>
@stdrc stdrc merged commit fac9b68 into main Dec 26, 2025
@stdrc stdrc deleted the chore/archive-to-kimi-cli branch December 26, 2025 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants