From ba4616bfeb7cf096e713dc1fe0fee5a11002096d Mon Sep 17 00:00:00 2001 From: ToxicCrzay270 <185776014+ToxicCrzay270@users.noreply.github.com> Date: Wed, 27 May 2026 15:17:04 +0200 Subject: [PATCH] Document SSH Gitea remote --- .codex/project.md | 8 +++++++- README.md | 6 ++++++ docs/agent-handoff.md | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.codex/project.md b/.codex/project.md index 438e29b..1a97817 100644 --- a/.codex/project.md +++ b/.codex/project.md @@ -13,7 +13,13 @@ Toxic/league-of-legends-gui-overhaul Remote: ```text -https://git.wilkensxl.de/Toxic/league-of-legends-gui-overhaul.git +ssh://git@git.wilkensxl.de:2222/Toxic/league-of-legends-gui-overhaul.git +``` + +Web URL: + +```text +https://git.wilkensxl.de/Toxic/league-of-legends-gui-overhaul ``` Repository owner and name are derived from this project remote, not from the Agent Kit template repository. diff --git a/README.md b/README.md index 9abb517..3c1258e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ Repository: https://git.wilkensxl.de/Toxic/league-of-legends-gui-overhaul.git ``` +Git SSH remote: + +```text +ssh://git@git.wilkensxl.de:2222/Toxic/league-of-legends-gui-overhaul.git +``` + ## Tech Stack - React diff --git a/docs/agent-handoff.md b/docs/agent-handoff.md index 2e02bdb..f736c81 100644 --- a/docs/agent-handoff.md +++ b/docs/agent-handoff.md @@ -15,7 +15,7 @@ Codex Agent Repository Kit baseline applied. The project is a React/Vite/TypeScr - Added agent instructions and project notes. - Added security, contribution, changelog, release checklist, security review, and release notes documents. - Added non-destructive Gitea maintenance workflows. -- Project remote set to `https://git.wilkensxl.de/Toxic/league-of-legends-gui-overhaul.git`. +- Project remote set to `ssh://git@git.wilkensxl.de:2222/Toxic/league-of-legends-gui-overhaul.git`. - Documented current npm build and test commands. - Added a Gitea runner build workflow for `npm ci`, `npm test`, `npm run build`, and `dist/` artifact upload. - Added standard npm `lint`, `audit`, and `release:check` scripts from the Node kit profile.