From 2a98f1b30e4eec73894a9b03235c69824cd6066d Mon Sep 17 00:00:00 2001 From: Thorsten Bus Date: Mon, 6 Jul 2026 15:29:35 +0200 Subject: [PATCH] docs: correct AGENTS.md repo, branch and remote facts The two repos are no longer local-only: propresenter has two HTTPS remotes (forgejo + github) and pp-planer has an SSH origin remote, both repos are on their master branch, and the parser is consumed as a composer vcs repository (bussnet/propresenter7-php-lib) with the local path repo only as an optional dev toggle. Update the Repository Structure section accordingly. --- AGENTS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 196b7aa..2e191e9 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -239,12 +239,12 @@ ### Routes ## Repository Structure -Two git repositories, both local (no remote): +Two git repositories, both on their `master` branch, each with a git remote. `pp-planer` has one SSH remote (`origin` → `ssh://git@git.stadtmission-butzbach.de:2222/public/pp-planer.git`); `propresenter` has two HTTPS mirrors (`forgejo` → `https://git.stadtmission-butzbach.de/public/propresenter7-php-lib.git`, `origin` → `https://github.com/bussnet/propresenter7-php-lib.git`): | Repo | Path | Branch | Purpose | |------|------|--------|---------| -| **pp-planer** | `/Users/thorsten/AI/pp-planer` | `cts-presenter-app` | Laravel app (main codebase) | -| **propresenter** | `/Users/thorsten/AI/propresenter` | `propresenter-parser` | ProPresenter .pro/.proplaylist parser (composer path dependency) | +| **pp-planer** | `/Users/thorsten/AI/pp-planer` | `master` | Laravel app (main codebase) | +| **propresenter** | `/Users/thorsten/AI/propresenter` | `master` | ProPresenter .pro/.proplaylist parser (composer vcs dependency) | The parser is consumed via a `composer.json` vcs repository: `"url": "https://git.stadtmission-butzbach.de/public/propresenter7-php-lib.git"` (a local `"../propresenter"` path repository can be enabled for development via `use_local_pp_lib.sh`).