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.
This commit is contained in:
Thorsten Bus 2026-07-06 15:29:35 +02:00
parent e39d878368
commit 2a98f1b30e

View file

@ -239,12 +239,12 @@ ### Routes
## Repository Structure ## 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 | | Repo | Path | Branch | Purpose |
|------|------|--------|---------| |------|------|--------|---------|
| **pp-planer** | `/Users/thorsten/AI/pp-planer` | `cts-presenter-app` | Laravel app (main codebase) | | **pp-planer** | `/Users/thorsten/AI/pp-planer` | `master` | Laravel app (main codebase) |
| **propresenter** | `/Users/thorsten/AI/propresenter` | `propresenter-parser` | ProPresenter .pro/.proplaylist parser (composer path dependency) | | **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`). 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`).