Rename package to provide-workspace and add full documentation suite
44 files · 3,473+ · 85-

Package rename to provide-workspace

3 files changed
  • pyproject.toml Renamed package from provide-workenv to provide-workspace, added extensive new dependencies and configuration.
  • CLAUDE.md Updated references from workenv to workspace
  • README.md Updated project name and references
  • Renamed from provide-workenv to provide-workspace to better reflect the repository’s role as a workspace bootstrapper rather than a simple environment wrapper. decouple architectural
    1 file
    • pyproject.toml

Merge Tofusoup provider testing branch

1 file changed
  • foundry Foundry integration symlink
  • Merged the claude/test-tofusoup-provider branch into main, bringing in all provider testing examples and test results. qualify behavioral
    1 file
    • foundry

MkDocs documentation site

19 files changed
  • mkdocs.yml Full MkDocs configuration with navigation structure
  • index.md Documentation home page
  • index.md Architecture overview
  • layers.md Layer architecture guide
  • meta-repository.md Meta-repository design
  • workspace-vs-workenv.md Workspace vs workenv comparison
  • wrknv-integration.md wrknv integration guide
  • index.md Getting started entry point
  • installation.md Installation guide
  • prerequisites.md Prerequisites documentation
  • quick-start.md Quick start tutorial
  • validation.md Validation steps
  • index.md Reference docs index
  • bootstrap.md Bootstrap script reference
  • configuration.md Configuration reference
  • faq.md Frequently asked questions
  • setup.md Setup script reference
  • validate.md Validate script reference
  • vs-wrknv.md Comparison with wrknv
  • Comprehensive documentation site with 30+ pages covering architecture, getting started, guides, reference, testing, and troubleshooting, ready for MkDocs rendering. specify behavioral
    2 files
    • mkdocs.yml
    • index.md

Test updates for rename

5 files changed
  • conftest.py Updated fixtures for workspace rename
  • test_bootstrap_integration.py Updated test references
  • test_validate_integration.py Updated test references
  • test_bootstrap_unit.py Updated test references
  • test_validate_unit.py Updated test references
  • All tests updated to reflect the workenv-to-workspace rename. qualify internal
    1 file
    • conftest.py