Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 3fbd9df

Browse files
committed
docs: add deprecation notice and link to new repository
1 parent 729bbf3 commit 3fbd9df

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# DEPRECATED
2+
3+
> **Warning**: This repository is deprecated and no longer maintained. The project has moved to [https://github.com/BlueCentre/code-agent](https://github.com/BlueCentre/code-agent).
4+
15
# CLI Code
26

37
[![Python CI](https://github.com/BlueCentre/cli-code/actions/workflows/python-ci.yml/badge.svg)](https://github.com/BlueCentre/cli-code/actions/workflows/python-ci.yml)
@@ -45,12 +49,12 @@ git clone https://github.com/BlueCentre/cli-code.git
4549
cd cli-code
4650
# Create a virtual environment (optional but recommended)
4751
# uv venv
48-
# source .venv/bin/activate
52+
# source .venv/bin/activate
4953

5054
# Install in editable mode
5155
uv pip install -e .
5256
# For development including test dependencies, use:
53-
# uv pip install -e '.[dev]'
57+
# uv pip install -e '.[dev]'
5458
```
5559

5660
## Setup

0 commit comments

Comments
 (0)