This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| # vibekanban-setup.sh | |
| # VibeKanban agent environment setup script | |
| set -e | |
| # Docker compose command | |
| DOCKER_COMPOSE='docker compose' | |
| # Generate unique project name from current directory path | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| # just wondering how this would work with php-wasm | |
| class Component | |
| { | |
| public function __construct( | |
| private Vrzno $window | |
| ) { |