Browse Source

Redirect users to the new Repository

Josh Lambert 3 weeks ago
parent
commit
f553b853de

+ 3 - 0
.github/ISSUE_TEMPLATE/config.yml

@@ -1,5 +1,8 @@
 blank_issues_enabled: false
 contact_links:
+    - name: Contribute to the Extension or CLI
+      url: https://github.com/Kilo-Org/Kilo
+      about: The VS Code extension and CLI have moved to the Kilo repository (extension at packages/kilo-vscode, CLI at packages/opencode). Open issues and PRs there instead.
     - name: Feature Request / Idea
       url: https://github.com/Kilo-Org/kilocode/discussions/new?category=1-feature-requests
       about: Submit a feature request (check Discussions first to prevent duplicates).

+ 8 - 2
.github/pull_request_template.md

@@ -1,12 +1,18 @@
+<!--
+NOTE: The VS Code extension and CLI have moved to https://github.com/Kilo-Org/Kilo
+(extension: packages/kilo-vscode, CLI: packages/opencode).
+If your changes are for the extension or CLI, please open your PR in that repository instead.
+-->
+
 ## Context
 
-<!-- Brief description of WHAT you’re doing and WHY. -->
+<!-- Brief description of WHAT you're doing and WHY. -->
 
 ## Implementation
 
 <!--
 
-Some description of HOW you achieved it. Perhaps give a high level description of the program flow. Did you need to refactor something? What tradeoffs did you take? Are there things in here which youd particularly like people to pay close attention to?
+Some description of HOW you achieved it. Perhaps give a high level description of the program flow. Did you need to refactor something? What tradeoffs did you take? Are there things in here which you'd particularly like people to pay close attention to?
 
 -->
 

+ 2 - 0
CONTRIBUTING.md

@@ -1,5 +1,7 @@
 # Contributing to Kilo Code
 
+> **Note**: The VS Code extension and CLI have moved to [Kilo-Org/Kilo](https://github.com/Kilo-Org/Kilo) (extension at `packages/kilo-vscode`, CLI at `packages/opencode`). If you're looking to contribute to the extension or CLI, please head over to that repository. This repository continues to host shared packages, documentation, and infrastructure.
+
 First off, thanks for taking the time to contribute! ❤️
 
 All types of contributions are encouraged and valued. See the [Table of Contents](#table-of-contents) for different ways to help and details about how this project handles them. Please make sure to read the relevant section before making your contribution. It will make it a lot easier for the team and smooth out the experience for all involved. The community looks forward to your contributions. 🎉

+ 2 - 0
DEVELOPMENT.md

@@ -1,5 +1,7 @@
 # Kilo Code Development Guide
 
+> **Note**: The VS Code extension and CLI have moved to [Kilo-Org/Kilo](https://github.com/Kilo-Org/Kilo) (extension at `packages/kilo-vscode`, CLI at `packages/opencode`). If you're looking to develop or contribute to the extension or CLI, please refer to the development guide in that repository instead.
+
 Welcome to the Kilo Code development guide! This document will help you set up your development environment and understand how to work with the codebase. Whether you're fixing bugs, adding features, or just exploring the code, this guide will get you started.
 
 ## Prerequisites

+ 4 - 0
apps/kilocode-docs/pages/contributing/development-environment.md

@@ -5,6 +5,10 @@ description: "Set up your development environment for contributing"
 
 # Development Environment
 
+{% callout type="info" %}
+**The VS Code extension and CLI have moved.** For extension and CLI development, see [Kilo-Org/Kilo](https://github.com/Kilo-Org/Kilo) (extension at `packages/kilo-vscode`, CLI at `packages/opencode`). The instructions below apply to shared packages, documentation, and infrastructure in this repository.
+{% /callout %}
+
 <!-- Please refer to the [DEVELOPMENT.md](https://github.com/Kilo-Org/kilocode/blob/main/DEVELOPMENT.md) guide in the main repository for detailed instructions on setting up the development environment. -->
 
 This document will help you set up your development environment and understand how to work with the codebase. Whether you're fixing bugs, adding features, or just exploring the code, this guide will get you started.

+ 4 - 0
apps/kilocode-docs/pages/contributing/index.md

@@ -5,6 +5,10 @@ description: "Contribute to Kilo Code"
 
 # Contributing Overview
 
+{% callout type="info" %}
+**The VS Code extension and CLI have moved.** If you're looking to contribute to the extension or CLI, head over to [Kilo-Org/Kilo](https://github.com/Kilo-Org/Kilo) (extension at `packages/kilo-vscode`, CLI at `packages/opencode`). This repository continues to host shared packages, documentation, and infrastructure.
+{% /callout %}
+
 Kilo Code is an open-source project that welcomes contributions from developers of all skill levels. This guide will help you get started with contributing to Kilo Code, whether you're fixing bugs, adding features, improving documentation, or sharing custom modes.
 
 ## Ways to Contribute