Skip to content

Docs and CI cleanup for VentusFlow - #6

Merged
malte-code merged 2 commits into
mainfrom
fix-uwewoessner-pr-3
Aug 18, 2026
Merged

Docs and CI cleanup for VentusFlow#6
malte-code merged 2 commits into
mainfrom
fix-uwewoessner-pr-3

Conversation

@malte-code

Copy link
Copy Markdown
Owner

Summary

  • fix stale setup instructions in the README
  • add CI validation for Python and frontend build
  • keep generated files out of Git history

Verification

added 137 packages in 6s

ventusflow-webgui@1.0.0 build
vite build

vite v6.2.3 building for production...
transforming...
✓ 214 modules transformed.
rendering chunks...
computing gzip size...
../dist/index.html 12.22 kB │ gzip: 3.61 kB
../dist/assets/index-BeGueYiS.css 12.95 kB │ gzip: 2.92 kB
../dist/assets/index-B1912KoB.js 367.82 kB │ gzip: 105.86 kB │ map: 2,184.65 kB
✓ built in 995ms

malte-code and others added 2 commits August 18, 2026 16:42
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings August 18, 2026 14:53
@malte-code
malte-code merged commit bd4f1a8 into main Aug 18, 2026
@malte-code
malte-code deleted the fix-uwewoessner-pr-3 branch August 18, 2026 14:53

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates project documentation and repository hygiene, and adds a basic CI pipeline to validate the Python backend syntax and the WebGUI frontend build.

Changes:

  • Updated README setup instructions to reflect the consolidated VentusFlow repository and added a brief project structure overview.
  • Expanded .gitignore patterns to ignore common generated directories in nested paths.
  • Added a GitHub Actions workflow that compiles the Python backend file and builds the frontend on pushes/PRs.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.

File Description
README.md Updates clone/start instructions and documents the repo layout.
.gitignore Broadens ignore rules for common generated artifacts across subfolders.
.github/workflows/ci.yml Adds CI to validate Python syntax, build the frontend, and detect generated files.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread README.md
```

# Wenn Remote-Cluster-Funktionen genutzt werden sollen, aktualisiere ssh-agent Pfad im serve-Script-Eintrag der package.json Datei (lauffähiger Build wird mitgeliefert)
Nach dem Start ist die Anwendung unter `http://localhost:3000` (oder einem anderen Port, der in der Konsole angezeigt wird) erreichbar.
Comment thread .github/workflows/ci.yml
Comment on lines +30 to +32
- name: Install frontend dependencies
working-directory: VentusFlowWebGUI
run: npm install --no-fund --no-audit
Comment thread .github/workflows/ci.yml
Comment on lines +38 to +43
- name: Check for generated files in the working tree
run: |
if git ls-files --others --exclude-standard | grep -E '(^|/)(\.DS_Store|node_modules|dist|\.venv|__pycache__)(/|$)|(\.pyc|\.pyo)$' >/dev/null; then
echo 'Generated files detected in the repo. Remove them before committing.'
exit 1
fi
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.

2 participants