pyvider-cty 2025-11-18
Repository cleanup removing old workflows, templates, and archived docs
304 files · 4,371+ · 5,352-

Repository Cleanup (Initial Commit)

22 files changed
  • .actrc +12 -16 lines
  • act-colima.sh +0 -10 lines
  • validate-pipeline.sh +0 -91 lines
  • CODEOWNERS +1 -1 lines
  • bug_report.md +1 -1 lines
  • feature_request.md +1 -1 lines
  • dependabot.yml +1 -1 lines
  • pull_request_template.md +1 -1 lines
  • ci.yml +11 -160 lines
  • mutation-testing.yml +0 -72 lines
  • release.yml +108 -140 lines
  • .gitignore +6 -0 lines
  • .mutmut-config.py +4 -5 lines
  • .pre-commit-config.yaml +29 -20 lines
  • LINT_FIX_PLAN.md +0 -253 lines
  • .pyre_configuration +? -? lines
  • .python-version +? -? lines
  • .secrets +0 -5 lines
  • .secrets.example +0 -12 lines
  • ARCHITECTURAL_ANALYSIS.md +0 -991 lines
  • SUPPLEMENTARY_ANALYSIS.md +0 -1142 lines
  • set_of_tuples.msgpack +? -? lines
  • Deleted .github/workflows/ci.yml (172 lines), mutation-testing.yml (72 lines), release.yml (166 lines) qualify internal
    3 files
    • ci.yml
    • mutation-testing.yml
    • release.yml
  • Deleted GitHub templates: ISSUE_TEMPLATE/bug_report.md, ISSUE_TEMPLATE/feature_request.md, pull_request_template.md, CODEOWNERS, dependabot.yml deprecate internal
    5 files
    • CODEOWNERS
    • bug_report.md
    • feature_request.md
    • dependabot.yml
    • pull_request_template.md
  • Deleted dev config: .actrc, .mutmut-config.py, .pre-commit-config.yaml, .secrets, .secrets.example baseline internal
    5 files
    • .actrc
    • .mutmut-config.py
    • .pre-commit-config.yaml
    • .secrets
    • .secrets.example
  • Deleted .provide/LINT_FIX_PLAN.md (253 lines) and .archive/act-colima.sh, .archive/validate-pipeline.sh deprecate internal
    3 files
    • act-colima.sh
    • validate-pipeline.sh
    • LINT_FIX_PLAN.md
  • Deleted docs/archive/ARCHITECTURAL_ANALYSIS.md (991 lines) and docs/archive/SUPPLEMENTARY_ANALYSIS.md (1142 lines) — the large analysis docs added on 2025-11-12 specify internal
    2 files
    • ARCHITECTURAL_ANALYSIS.md
    • SUPPLEMENTARY_ANALYSIS.md
  • Deleted tests/fixtures/go-cty/set_of_tuples.msgpack qualify internal
    1 file
    • set_of_tuples.msgpack
  • Updated .gitignore (+404 lines) deprecate internal
    1 file
    • .gitignore
  • Added .pyre_configuration (8 lines) and .python-version baseline internal
    2 files
    • .pyre_configuration
    • .python-version

Documentation Fixes

2 files changed
  • .pyre_configuration Changed
  • .python-version Changed
  • docs: Fix documentation errors and security issues — 8 files changed, corrected broken links, removed insecure content specify internal
    8 files
    • codec.md
    • context.md
    • conversion.md
    • functions.md
    • index.md
    • parser.md
    • path.md
    • values.md

Dependency Consolidation

1 file changed
  • pyproject.toml +44 -13 lines
  • deps: Replace individual dev dependencies with provide-testkit[all]pyproject.toml updated to use a single provide-testkit[all] meta-dependency instead of listing individual dev tools (4 insertions, 18 deletions) baseline internal
    1 file
    • pyproject.toml

Python Version Requirement

2 files changed
  • .python-version +? -? lines
  • pyproject.toml +44 -13 lines
  • build: Update minimum Python version to 3.11 — updated pyproject.toml, .python-version, and related config files to require Python ≥ 3.11 baseline internal
    2 files
    • .python-version
    • pyproject.toml