Target Wilkens Gitea defaults

This commit is contained in:
MrSphay
2026-05-15 04:42:55 +02:00
parent a14ed9a6d9
commit 5ba44fcb03
10 changed files with 35 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ This repository ships reusable baseline files for other repositories:
## Editing Rules
- Keep the kit universal. Do not hard-code private hosts, usernames, project names, or local paths in reusable templates.
- Keep repository owner, repository name, project names, and local paths dynamic. This kit intentionally targets `https://git.wilkensxl.de` and SSH port `2222`, so keep that host/port consistent in user-facing setup and Gitea workflow defaults.
- If a new placeholder is introduced, update `manifest.json`, the README placeholder list, and placeholder scans in workflow templates.
- Keep `README.md` user-facing. Put agent operating rules in this file or the workflow docs.
- Keep `files/AGENTS.md` generic; it is copied into target repositories and must not describe this repository specifically.