Fixed ResourceContext type parameters and simplified CI workflow
42 files · 211+ · 551-

API compatibility fix

5 files changed
  • file_content.py Fixed ResourceContext type parameters (23 lines)
  • local_directory.py Fixed ResourceContext type parameters (25 lines)
  • private_state_verifier.py Fixed ResourceContext type parameters (11 lines)
  • timed_token.py Fixed ResourceContext type parameters (19 lines)
  • nested_data_test_suite.py Updated data source to align with API changes (5 lines)
  • Fixed ResourceContext type parameters across all resource implementations to match updated pyvider framework API remediate behavioral
    4 files
    • file_content.py
    • local_directory.py
    • private_state_verifier.py
    • timed_token.py
  • Updated nested_data_test_suite.py data source to align with API changes remediate internal
    1 file
    • nested_data_test_suite.py

CI workflow simplification

2 files changed
  • ci.yml Significantly simplified CI workflow (102 lines reduced)
  • CLAUDE.md Updated project instructions (2 lines)
  • Significantly simplified .github/workflows/ci.yml removing unnecessary complexity (102 lines reduced) baseline internal
    1 file
    • ci.yml
  • Fixed YAML syntax error in ci.yml echo message remediate internal
    1 file
    • ci.yml

Code formatting and cleanup

6 files changed
  • README.md Updated project README (109 lines changed)
  • index.md Updated documentation index (8 lines)
  • reorganize_examples.sh Removed archive script (55 lines)
  • reorganize_plating_sources.sh Removed archive script (68 lines)
  • test_examples.sh Removed archive script (104 lines)
  • test_examples_v2.sh Removed archive script (103 lines)
  • Formatted all source files with ruff for consistent code style decouple internal
    2 files
    • file_content.py
    • conftest.py
  • Removed 4 archive shell scripts no longer needed decouple internal
    2 files
    • reorganize_examples.sh
    • test_examples.sh