Skip to content

Path refactoring - #200

Open
mschwoer wants to merge 4 commits into
quanting_env_to_pydanticfrom
path_refactoring
Open

Path refactoring#200
mschwoer wants to merge 4 commits into
quanting_env_to_pydanticfrom
path_refactoring

Conversation

@mschwoer

@mschwoer mschwoer commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Plan and first slice of refactoting the messy path handling.

mschwoer and others added 4 commits September 1, 2026 13:35
---
# Conversation that produced these changes
---

## User prompt

"I feel path handling needs to be refactored. There's relative paths, and then there's different views (e.g. from within airflow containers, from a job running on a linux cluster, ...) (Ignore the docker msqc container for now). First, give a succint overview of the various types of
  paths and the code parts where paths are used and defined."

"write this to a markdown"

"okay, in table 1.: move "Relative paths" to position 1.1, docker-view to 1.5 .."

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
---
# Conversation that produced these changes
---

## User prompt

"I want to refactor this code, for clarity, and to enable a second "cluster view", this time from a windows machine. Also, the paths could be resolved differently depending on the nature of the quanting env. What designs would you propose? Rate them by pros & cons."

"Write this result to a .md file, then create a implementation plan which splits the refactoring into sensible logical chunks"

## Clarifying round 1

Q: What is the Windows target for the second cluster view?
  - Single Windows box via SSH/WinRM
  - Windows scheduler (HPC Pack / slurm-like)
  - Drop-folder / file_based
  <-- chosen: "could be all of the above"

Q: How does the Windows machine see the data (backup, settings, output, software)?
  - UNC paths (\\server\share\...)
  - Mapped drive letters (Z:\...)
  - Local disk, data staged/copied first
  <-- chosen: "both 1. and 2."

Q: Scope you want me to plan next?
  - D2 + D3 together (Recommended)
  - D2 only, first  <-- chosen
  - Nothing yet — write the design doc

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
---
# Conversation that produced these changes
---

## User prompt

"start with C1"

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
---
# Conversation that produced these changes
---

## User prompt

"now C2"

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@claude

claude Bot commented Sep 3, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant