Update Vibe Kanban setup and scripts
- Added new entries to .gitignore for environment files and dynamically generated Docker Compose files. - Updated documentation to reflect the new path for the Vibe Kanban dev server script. - Enhanced task composition scripts to extract TASK_SLOT from TASK_ID, ensuring unique Orleans ports and preventing conflicts. - Removed the old vibe-dev-server script, consolidating functionality into the new structure.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -395,3 +395,9 @@ scripts/privy/privy-users.csv
|
||||
.vibe-kanban/*.sqlite
|
||||
# Task process PID files and logs
|
||||
.task-pids/
|
||||
|
||||
.vibe-setup.env
|
||||
.vibe-task-id
|
||||
|
||||
# Task-specific Docker Compose files (generated dynamically)
|
||||
src/Managing.Docker/docker-compose.task-*.yml
|
||||
|
||||
Reference in New Issue
Block a user