Move Projekt-KIQ-HP bahn/ -> dhive/ (dhive project); add steering files
@@ -0,0 +1,23 @@
|
||||
---
|
||||
inclusion: always
|
||||
---
|
||||
|
||||
# Git Path on This Machine
|
||||
|
||||
Git is NOT in the system PATH. It's installed via GitHub Desktop.
|
||||
|
||||
**Always prepend this before any git command:**
|
||||
|
||||
```powershell
|
||||
$env:PATH = "C:\Users\AndreKnie\AppData\Local\GitHubDesktop\app-3.5.8\resources\app\git\cmd;" + $env:PATH
|
||||
```
|
||||
|
||||
Then use `git` normally. Do NOT try `where.exe git` or assume git is available without this.
|
||||
|
||||
## Index Lock
|
||||
|
||||
If you get `index.lock: File exists`, wait 3 seconds then:
|
||||
```powershell
|
||||
Remove-Item ".git\index.lock" -Force -ErrorAction SilentlyContinue
|
||||
```
|
||||
This happens because Kiro's git integration watches the repo.
|
||||
@@ -0,0 +1,51 @@
|
||||
---
|
||||
inclusion: always
|
||||
---
|
||||
|
||||
# Workspace Notes
|
||||
|
||||
## OneDrive File Locks
|
||||
|
||||
This workspace is on OneDrive (`OneDrive - Deutsche Bahn`). Files open in the editor or syncing with OneDrive can cause:
|
||||
- `Move-Item` failures ("Der Prozess kann nicht auf die Datei zugreifen")
|
||||
- Stale empty directories that can't be deleted
|
||||
|
||||
**Workaround:** Use `Copy-Item` + `Remove-Item` instead of `Move-Item`. If removal fails, remove from git tracking (`git rm --cached`) and note the phantom dir. It'll vanish after the user closes their editor.
|
||||
|
||||
## PowerShell Command Separator
|
||||
|
||||
On this machine, PowerShell is the shell. Use `;` to chain commands, NOT `&&` (which is cmd-only and fails in PowerShell).
|
||||
|
||||
## Monorepo Context Assignments
|
||||
|
||||
| Context | Repos |
|
||||
|---------|-------|
|
||||
| bahn | aisupport, Analyse-O2C-C2S, awesome-bahn-mcp-servers, beam-mcp, Confluence_Bot, db-planet-mcp-server, O2C-Harness, project-audit, Projekt-KIQ-HP, teamlandkarte-mcp |
|
||||
| dhive | Jury-Voting |
|
||||
| privat | CV, NoteGraph (marked for redo) |
|
||||
| shared | AI-Orchestrator, OrgMyLife, power_skills_and_more, tools/monorepo-cli, references/symphony |
|
||||
|
||||
## Key Decisions
|
||||
|
||||
- **Bahn repos stay untouched** as independent remotes. The monorepo organizes them but doesn't own them.
|
||||
- **Jury-Voting** is dhive (not privat). Will be transferred to dhive GitLab later.
|
||||
- **NoteGraph** needs a complete redo — superseded by the monorepo knowledge store.
|
||||
- **symphony** is a read-only reference (pinned).
|
||||
- Secrets go in `.secrets` (gitignored) or encrypted via git-crypt per context.
|
||||
|
||||
## Python Environment
|
||||
|
||||
The monorepo CLI tool is at `shared/tools/monorepo-cli/`. Tests run with:
|
||||
```powershell
|
||||
cd shared\tools\monorepo-cli
|
||||
python -m pytest tests/ -x --tb=short -q
|
||||
```
|
||||
|
||||
Full property-based tests (Hypothesis) can take 2+ minutes. For quick checks, target specific test files.
|
||||
|
||||
## User Preferences
|
||||
|
||||
- Andre speaks German, communicates in English, code/docs can be either
|
||||
- Prefers direct action over asking permission for low-risk changes
|
||||
- Wants concise plans presented before execution of larger changes
|
||||
- Uses "go" as confirmation to proceed
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 783 KiB After Width: | Height: | Size: 783 KiB |
|
Before Width: | Height: | Size: 735 KiB After Width: | Height: | Size: 735 KiB |
|
Before Width: | Height: | Size: 712 KiB After Width: | Height: | Size: 712 KiB |
|
Before Width: | Height: | Size: 790 KiB After Width: | Height: | Size: 790 KiB |
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
|
Before Width: | Height: | Size: 309 KiB After Width: | Height: | Size: 309 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 654 KiB After Width: | Height: | Size: 654 KiB |
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 507 KiB After Width: | Height: | Size: 507 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 137 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
|
Before Width: | Height: | Size: 694 KiB After Width: | Height: | Size: 694 KiB |
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 546 KiB After Width: | Height: | Size: 546 KiB |
|
Before Width: | Height: | Size: 919 KiB After Width: | Height: | Size: 919 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 816 KiB After Width: | Height: | Size: 816 KiB |
|
Before Width: | Height: | Size: 708 KiB After Width: | Height: | Size: 708 KiB |
|
Before Width: | Height: | Size: 866 KiB After Width: | Height: | Size: 866 KiB |
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |