scripts/
├── README.md # Main documentation
├── core/ # Core utilities
│ ├── version-manager.sh # Unified version management
│ ├── environment-setup.sh # Environment configuration
│ └── git-hooks.sh # Git automation
├── development/ # Development tools
│ ├── build/
│ │ ├── create-dockerfile.sh
│ │ ├── create-gemfile.sh
│ │ └── build-site.sh
│ ├── content/
│ │ ├── jupyter-to-markdown.sh
│ │ └── append-feature.py
│ └── testing/
│ └── cibuild
├── deployment/ # Deployment automation
│ └── update-settings.sh
└── legacy/ # Deprecated scripts
├── zer0.sh
├── zer0.py
└── zer0_md_to_sh.py