pyvider 2025-09-01
Added changelog, migrated telemetry imports, and integrated foundation CLI
89 files · 6,032+ · 132-

Project documentation and roadmap

5 files changed
  • CHANGELOG.md 249-line changelog following Keep a Changelog format covering entire project history
  • DEVELOPMENT.md Development workflow documentation
  • FUTURE_PHASES.md Future development phases roadmap
  • MIGRATION_PLAN.md Migration planning document
  • README.md Updated project README
  • Added CHANGELOG.md documenting the entire project history from initial release through unreleased changes specify behavioral
    1 file
    • CHANGELOG.md
  • Added DEVELOPMENT.md, FUTURE_PHASES.md, and MIGRATION_PLAN.md for project planning specify internal
    3 files
    • DEVELOPMENT.md
    • FUTURE_PHASES.md
    • MIGRATION_PLAN.md
  • Restructured docs with new mkdocs configuration and content pages for getting-started, core-concepts, and guides specify behavioral
    3 files
    • mkdocs.yml
    • index.md
    • installation.md

Telemetry import migration to provide.foundation

2 files changed
  • utils.py Updated logger imports from pyvider.telemetry to provide.foundation
  • apply_resource_change.py Updated error handling imports
  • Updated all from pyvider.telemetry import logger references to from provide.foundation import logger across source code interface behavioral
    2 files
    • utils.py
    • apply_resource_change.py
  • Updated exception base classes to use provide.foundation imports interface internal
    3 files
    • base.py
    • function.py
    • grpc.py

Test and tooling updates

2 files changed
  • test_encryption_unit.py Modified encryption test parameters
  • settings.local.json Added find:* to Bash permissions
  • Updated test_encryption_unit.py with modified encryption test parameters qualify internal
    1 file
    • test_encryption_unit.py
  • Added find:* to Claude Code bash permissions baseline internal
    1 file
    • settings.local.json