mirror of
https://github.com/run-llama/vibe-llama.git
synced 2026-07-01 21:54:01 -04:00
[PR #22] [MERGED] Update workflow templates to use remote repo #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/vibe-llama/pull/22
Author: @adrianlyjak
Created: 9/28/2025
Status: ✅ Merged
Merged: 9/29/2025
Merged by: @AstraBert
Base:
main← Head:cursor/LI-3707-update-workflow-templates-to-use-remote-repo-3fdb📝 Commits (3)
1b7475eRefactor: Use remote templates for scaffolding9cad7f0Fix formats75de958chore: vbump📊 Changes
29 files changed (+60 additions, -1313 deletions)
View changed files
📝
README.md(+8 -1)📝
pyproject.toml(+1 -4)📝
src/vibe_llama/scaffold/scaffold.py(+13 -13)📝
src/vibe_llama/sdk/base.py(+1 -1)➖
templates/basic/README.md(+0 -52)➖
templates/basic/pyproject.toml(+0 -17)➖
templates/basic/src/basic/__init__.py(+0 -0)➖
templates/basic/src/basic/workflow.py(+0 -172)➖
templates/document_parsing/README.md(+0 -49)➖
templates/document_parsing/pyproject.toml(+0 -17)➖
templates/document_parsing/src/document_parsing/__init__.py(+0 -0)➖
templates/document_parsing/src/document_parsing/workflow.py(+0 -165)➖
templates/human_in_the_loop/README.md(+0 -48)➖
templates/human_in_the_loop/pyproject.toml(+0 -17)➖
templates/human_in_the_loop/src/human_in_the_loop/__init__.py(+0 -0)➖
templates/human_in_the_loop/src/human_in_the_loop/workflow.py(+0 -171)➖
templates/invoice_extraction/README.md(+0 -56)➖
templates/invoice_extraction/pyproject.toml(+0 -17)➖
templates/invoice_extraction/src/invoice_extraction/__init__.py(+0 -0)➖
templates/invoice_extraction/src/invoice_extraction/workflow.py(+0 -149)...and 9 more files
📄 Description
Update workflow templates to pull from remote GitHub repositories instead of local files.
This change removes all local template directories, updates
pyproject.tomlto no longer bundle them, and modifies thescaffoldmodule to fetch templates usingcopier'sgh:source. Tests have been refactored to use acopier.run_copystub to avoid network calls and local template assertions.Linear Issue: LI-3707
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.