Migrate kaizen distribution to Forgejo
This commit is contained in:
parent
f027ee5492
commit
d4a4560a8d
34 changed files with 324 additions and 195 deletions
15
README.md
15
README.md
|
|
@ -12,7 +12,7 @@ This project embraces the Japanese concept of "kaizen" (continuous improvement)
|
|||
|
||||
**From Source (Development):**
|
||||
```bash
|
||||
git clone https://github.com/kaizen-agentic/kaizen-agentic.git
|
||||
git clone https://forgejo.coulomb.social/coulomb/kaizen-agentic.git
|
||||
cd kaizen-agentic
|
||||
make setup-complete
|
||||
make agents-install-cli
|
||||
|
|
@ -21,7 +21,7 @@ source .venv/bin/activate # Required for each session
|
|||
|
||||
**Global Installation (Available from any directory):**
|
||||
```bash
|
||||
git clone https://github.com/kaizen-agentic/kaizen-agentic.git
|
||||
git clone https://forgejo.coulomb.social/coulomb/kaizen-agentic.git
|
||||
cd kaizen-agentic
|
||||
make setup-complete
|
||||
python3 -m build && make install-global
|
||||
|
|
@ -30,24 +30,21 @@ python3 -m build && make install-global
|
|||
|
||||
**Local Package Testing:**
|
||||
```bash
|
||||
git clone https://github.com/kaizen-agentic/kaizen-agentic.git
|
||||
git clone https://forgejo.coulomb.social/coulomb/kaizen-agentic.git
|
||||
cd kaizen-agentic
|
||||
make setup-complete
|
||||
python3 -m build && make install-local
|
||||
source .venv/bin/activate # Required for each session
|
||||
```
|
||||
|
||||
**From Gitea PyPI (v1.1.0+):**
|
||||
**From Forgejo PyPI (v1.1.0+):**
|
||||
```bash
|
||||
export GITEA_PACKAGE_USER=<gitea-user>
|
||||
export GITEA_PACKAGE_TOKEN=<package-token>
|
||||
|
||||
pip install kaizen-agentic \
|
||||
--extra-index-url "https://${GITEA_PACKAGE_USER}:${GITEA_PACKAGE_TOKEN}@gitea.coulomb.social/api/packages/coulomb/pypi/simple/"
|
||||
--extra-index-url https://forgejo.coulomb.social/api/packages/coulomb/pypi/simple/
|
||||
|
||||
# or global CLI via pipx
|
||||
pipx install kaizen-agentic \
|
||||
--pip-args="--extra-index-url https://${GITEA_PACKAGE_USER}:${GITEA_PACKAGE_TOKEN}@gitea.coulomb.social/api/packages/coulomb/pypi/simple/"
|
||||
--pip-args="--extra-index-url https://forgejo.coulomb.social/api/packages/coulomb/pypi/simple/"
|
||||
```
|
||||
|
||||
See [docs/PACKAGE_RELEASE.md](docs/PACKAGE_RELEASE.md) for release and CI details.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue