From 83ef83f4e72fc04a076a8102458e4f77b585630a Mon Sep 17 00:00:00 2001 From: Jens Reinemann Date: Sun, 17 May 2026 18:12:38 +0200 Subject: [PATCH] revert: Repo-Name zurueck auf bollwerk (der neue korrekte Name) Mein vorheriger Commit hat faelschlicherweise bollwerk -> krisenvorrat geaendert. Richtig ist: krisenvorrat (alt) -> bollwerk (neu). --- .../prompts/workflow-block-planning.prompt.md | 2 +- .github/prompts/workflow-planning.prompt.md | 2 +- .github/skills/gh-tickets/SKILL.md | 58 +++++++++---------- .../skills/gh-tickets/create-next-ticket.ps1 | 2 +- .github/skills/gh-tickets/next-ticket.ps1 | 2 +- .github/skills/ship/watch-pipeline.ps1 | 2 +- 6 files changed, 34 insertions(+), 34 deletions(-) diff --git a/.github/prompts/workflow-block-planning.prompt.md b/.github/prompts/workflow-block-planning.prompt.md index 4398092..23867e9 100644 --- a/.github/prompts/workflow-block-planning.prompt.md +++ b/.github/prompts/workflow-block-planning.prompt.md @@ -138,7 +138,7 @@ Nach dem Anlegen **jedes** [T]- und [P]-Tickets **sofort** ausführen: ```powershell # 1. Ticket zum Board hinzufügen -gh project item-add 2 --owner jreinemann-euris --url "https://github.com/jreinemann-euris/krisenvorrat/issues/" +gh project item-add 2 --owner jreinemann-euris --url "https://github.com/jreinemann-euris/bollwerk/issues/" # 2. Bestehende Order-Werte abfragen (höchsten Wert ermitteln) & ".github/skills/gh-tickets/next-ticket.ps1" | Out-Null # zeigt alle offenen Tickets mit Order diff --git a/.github/prompts/workflow-planning.prompt.md b/.github/prompts/workflow-planning.prompt.md index a798b06..49c8cc8 100644 --- a/.github/prompts/workflow-planning.prompt.md +++ b/.github/prompts/workflow-planning.prompt.md @@ -91,7 +91,7 @@ Nach dem Anlegen jedes [F]-Tickets **sofort** ausführen: ```powershell # 1. Ticket zum Board hinzufügen -gh project item-add 2 --owner jreinemann-euris --url "https://github.com/jreinemann-euris/krisenvorrat/issues/" +gh project item-add 2 --owner jreinemann-euris --url "https://github.com/jreinemann-euris/bollwerk/issues/" # 2. Bestehende Order-Werte abfragen (höchsten Wert ermitteln) & ".github/skills/gh-tickets/next-ticket.ps1" | Out-Null # zeigt alle offenen Tickets mit Order diff --git a/.github/skills/gh-tickets/SKILL.md b/.github/skills/gh-tickets/SKILL.md index fe56df7..eee3e5e 100644 --- a/.github/skills/gh-tickets/SKILL.md +++ b/.github/skills/gh-tickets/SKILL.md @@ -5,7 +5,7 @@ description: "Konventionen für GitHub-Issues in diesem Workspace: Aufgabentyp-L # Skill: GitHub Tickets (gh-tickets) -Dieses Dokument definiert die verbindlichen Konventionen für GitHub-Issues im Repository `jreinemann-euris/krisenvorrat`. +Dieses Dokument definiert die verbindlichen Konventionen für GitHub-Issues im Repository `jreinemann-euris/bollwerk`. --- @@ -13,16 +13,16 @@ Dieses Dokument definiert die verbindlichen Konventionen für GitHub-Issues im R Jedes Issue MUSS genau **eines** dieser Type-Labels tragen: -| Label | Kürzel | Beschreibung | -| ----------------- | ------ | -------------------------------------------------------------------- | -| `block-planning` | [B] | Grobplanung – zerlegt Projekt in Blocks, erstellt [T]- und [P]-Tickets | -| `feature` | [F] | Feature-Entwicklung – Neuentwicklung ohne Referenz-Altcode | -| `migration` | [M] | C# → Swift Migrationsschritt (Portierung von bestehendem Code) | -| `refactoring` | [F] | Architektur-Refactoring – wird wie Feature behandelt (workflow-implementation) | -| `tech-decision` | [T] | Technologie-Entscheidung (User trifft die Wahl) | -| `infrastructure` | [I] | Infrastruktur, Prozess, Tooling, Dokumentation | -| `planning` | [P] | Planungsaufgabe – zerlegt grobes Ticket in Arbeitspakete | -| `test` | [X] | Generaltest oder Coverage-Check eines abgeschlossenen Bereichs | +| Label | Kürzel | Beschreibung | +| ---------------- | ------ | ------------------------------------------------------------------------------ | +| `block-planning` | [B] | Grobplanung – zerlegt Projekt in Blocks, erstellt [T]- und [P]-Tickets | +| `feature` | [F] | Feature-Entwicklung – Neuentwicklung ohne Referenz-Altcode | +| `migration` | [M] | C# → Swift Migrationsschritt (Portierung von bestehendem Code) | +| `refactoring` | [F] | Architektur-Refactoring – wird wie Feature behandelt (workflow-implementation) | +| `tech-decision` | [T] | Technologie-Entscheidung (User trifft die Wahl) | +| `infrastructure` | [I] | Infrastruktur, Prozess, Tooling, Dokumentation | +| `planning` | [P] | Planungsaufgabe – zerlegt grobes Ticket in Arbeitspakete | +| `test` | [X] | Generaltest oder Coverage-Check eines abgeschlossenen Bereichs | ### Validierung @@ -37,16 +37,16 @@ Stoppe und fordere den User zur Zuordnung auf. Starte den Workflow **nicht** ohn ### Mapping zum Workflow -| Label | Workflow-Prompt | -| ---------------- | -------------------------------------------------------------------- | -| `block-planning` | `.github/prompts/workflow-block-planning.prompt.md` | -| `feature` | `.github/prompts/workflow-implementation.prompt.md` | -| `migration` | `.github/prompts/workflow-implementation.prompt.md` | -| `refactoring` | `.github/prompts/workflow-implementation.prompt.md` | -| `tech-decision` | `.github/prompts/workflow-tech-decision.prompt.md` | -| `infrastructure` | `.github/prompts/workflow-infrastructure.prompt.md` | -| `planning` | `.github/prompts/workflow-planning.prompt.md` | -| `test` | `.github/prompts/workflow-test.prompt.md` | +| Label | Workflow-Prompt | +| ---------------- | --------------------------------------------------- | +| `block-planning` | `.github/prompts/workflow-block-planning.prompt.md` | +| `feature` | `.github/prompts/workflow-implementation.prompt.md` | +| `migration` | `.github/prompts/workflow-implementation.prompt.md` | +| `refactoring` | `.github/prompts/workflow-implementation.prompt.md` | +| `tech-decision` | `.github/prompts/workflow-tech-decision.prompt.md` | +| `infrastructure` | `.github/prompts/workflow-infrastructure.prompt.md` | +| `planning` | `.github/prompts/workflow-planning.prompt.md` | +| `test` | `.github/prompts/workflow-test.prompt.md` | --- @@ -56,13 +56,13 @@ Die Abarbeitungsreihenfolge wird über das **Project Board** gesteuert, nicht ü ### Board-Daten -| Eigenschaft | Wert | -| ------------- | ----------------------------------------------------------------- | -| Projekt-Name | `Bollwerk` | -| Projekt-Nr | `2` | -| Owner | `jreinemann-euris` | -| Sortierfeld | `Order` (Number-Feld) | -| URL | https://github.com/users/jreinemann-euris/projects/2 | +| Eigenschaft | Wert | +| ------------ | ---------------------------------------------------- | +| Projekt-Name | `Bollwerk` | +| Projekt-Nr | `2` | +| Owner | `jreinemann-euris` | +| Sortierfeld | `Order` (Number-Feld) | +| URL | https://github.com/users/jreinemann-euris/projects/2 | ### Order-Feld Konventionen @@ -91,7 +91,7 @@ Ausgabe: `#68 [M] CRM: Erweiterte Kundensuche (Order: 120)` ```powershell # Issue zum Board hinzufügen -gh project item-add 2 --owner jreinemann-euris --url "https://github.com/jreinemann-euris/krisenvorrat/issues/" +gh project item-add 2 --owner jreinemann-euris --url "https://github.com/jreinemann-euris/bollwerk/issues/" # Order-Wert setzen (erfordert Item-ID und Field-ID) gh project item-edit --id --field-id --project-id --number diff --git a/.github/skills/gh-tickets/create-next-ticket.ps1 b/.github/skills/gh-tickets/create-next-ticket.ps1 index 477e9bf..75c48ed 100644 --- a/.github/skills/gh-tickets/create-next-ticket.ps1 +++ b/.github/skills/gh-tickets/create-next-ticket.ps1 @@ -24,7 +24,7 @@ param( [string]$Status = "Todo" ) -$repo = "jreinemann-euris/krisenvorrat" +$repo = "jreinemann-euris/bollwerk" $projectId = "PVT_kwHOCFqiJ84BXk9U" $orderFieldId = "PVTF_lAHOCFqiJ84BXk9UzhSw4jo" $statusFieldId = "PVTSSF_lAHOCFqiJ84BXk9UzhSw4es" diff --git a/.github/skills/gh-tickets/next-ticket.ps1 b/.github/skills/gh-tickets/next-ticket.ps1 index 0e01a69..c68ddc6 100644 --- a/.github/skills/gh-tickets/next-ticket.ps1 +++ b/.github/skills/gh-tickets/next-ticket.ps1 @@ -9,7 +9,7 @@ #> param([int]$IssueNumber) -$repo = "jreinemann-euris/krisenvorrat" +$repo = "jreinemann-euris/bollwerk" if ($IssueNumber -gt 0) { # Variante A: Explizite Issue-Nummer diff --git a/.github/skills/ship/watch-pipeline.ps1 b/.github/skills/ship/watch-pipeline.ps1 index 3d0e4d4..f8a4841 100644 --- a/.github/skills/ship/watch-pipeline.ps1 +++ b/.github/skills/ship/watch-pipeline.ps1 @@ -21,7 +21,7 @@ param( [string]$ExpectedSha = "" ) -$repo = "jreinemann-euris/krisenvorrat" +$repo = "jreinemann-euris/bollwerk" $poll = 10 # --- Warten ---