Initial commit with workspace setup scripts and documentation
8 files · 1,213+

Workspace repository scaffolding

8 files changed
  • bootstrap.sh Bootstrap script for workspace initialization
  • setup.sh Setup script for environment configuration
  • validate.sh Validation script for workspace health checks
  • pyproject.toml Initial project configuration
  • README.md Project overview and usage instructions
  • development-setup.md Detailed development environment setup guide
  • CLAUDE.md AI assistant context file
  • .gitignore Standard Python gitignore with workspace-specific patterns
  • Establishes the workspace repository as the central bootstrapping tool for the provide.io multi-repo development environment. instantiate architectural
    3 files
    • bootstrap.sh
    • setup.sh
    • validate.sh