sync: 2026-06-26 22:10
This commit is contained in:
@@ -4,11 +4,25 @@
|
||||
"allow": [
|
||||
"Edit(~/projects/geko-core/**)",
|
||||
"Edit(~/projects/adesso-cpq/**)",
|
||||
"Edit(~/projects/geko-infra/**)",
|
||||
"Edit(~/claude-projects/robotunits/**)"
|
||||
],
|
||||
"additionalDirectories": [
|
||||
"~/projects/geko-core",
|
||||
"~/projects/adesso-cpq"
|
||||
"~/projects/adesso-cpq",
|
||||
"~/projects/geko-infra"
|
||||
]
|
||||
},
|
||||
"hooks": {
|
||||
"SessionStart": [
|
||||
{
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "jq -Rs '{systemMessage: ., hookSpecificOutput:{hookEventName:\"SessionStart\", additionalContext: .}}' /Users/marcus.hinz/claude-projects/robotunits/OFFENE-PUNKTE.md"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
# Offene Punkte — bei jedem Start prüfen und abhaken
|
||||
|
||||
- [ ] **Paul / Schutzzaun "Element":** In `adesso-cpq/packages/frontend/src/components/building-blocks/ProductBrowser.vue` ist die kataloggruppe `Element` im `schutzzaun_basic` per Filter rausgenommen (TODO (Paul) an der Filterzeile). Element ist kaputt, muss richtig gefixt werden.
|
||||
- [ ] **Marcel / Selection:** In `adesso-cpq/packages/frontend/src/components/visual/DefaultCommandProzessor.ts` sind für die Events `selection` und `selection-click` `FIXME (Marcel)`-Kommentare gesetzt. Selection-Logik sauber in den Griff bekommen.
|
||||
@@ -5,3 +5,4 @@
|
||||
- [Keine Spekulation/Unterstellung](feedback-keine-intent-unterstellung.md) — keine „vermutlich"-Sätze über Absichten Dritter oder technische Ursachen; bei Unklarheit „weiß ich nicht"
|
||||
- [adesso-cpq MR-Ziel](cpq-branching-mr-ziel.md) — MRs künftig auf development/Integration statt main; Branch bald einrichten
|
||||
- [Kein nextTick](feedback-kein-nexttick.md) — Vue nextTick hartes Verbot; Timing reaktiv über watch/v-if lösen
|
||||
- [cpq Storybook starten](cpq-storybook-start.md) — pnpm --filter @ad-cpq/common-frontend storybook (Port 6006)
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
---
|
||||
name: cpq-storybook-start
|
||||
description: Befehl zum Starten von Storybook im adesso-cpq Projekt
|
||||
metadata:
|
||||
node_type: memory
|
||||
type: project
|
||||
originSessionId: 277ae1d7-4a4d-4f24-ae53-60e743d26171
|
||||
---
|
||||
|
||||
Storybook in adesso-cpq starten:
|
||||
|
||||
```
|
||||
pnpm --filter @ad-cpq/common-frontend storybook
|
||||
```
|
||||
|
||||
Paket liegt unter `packages/frontend` (Name `@ad-cpq/common-frontend`), Script `storybook dev -p 6006`, Port 6006. Monorepo nutzt pnpm. Siehe [[cpq-verbau-architektur]].
|
||||
Reference in New Issue
Block a user