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:
2025-12-31 04:36:20 +07:00
parent 2e0baa45c0
commit ab08e0241b
13 changed files with 1535 additions and 35 deletions

6
.gitignore vendored
View File

@@ -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