ci-tooling 2025-12-28
Add build-psp and run-ci-tasks actions; major documentation and legacy code removal
45 files · 265+ · 13,166-

New composite actions

4 files changed
  • action.yml Platform-specific package build action with keygen signing
  • build.sh Build script for PSP with platform detection
  • action.yml CI task orchestrator action
  • run.sh Script to run CI tasks sequentially
  • Added build-psp action for platform-specific package builds with keygen output and signing support instantiate behavioral
    2 files
    • action.yml
    • build.sh
  • Added run-ci-tasks action for orchestrating CI task execution instantiate behavioral
    2 files
    • action.yml
    • run.sh

Legacy code and documentation removal

7 files changed
  • config_check.py Removed config checking library
  • conform.py Removed conformance library
  • test_config_check.py Removed tests
  • test_conform.py Removed tests
  • index.md Removed documentation site
  • mkdocs.yml Removed MkDocs configuration
  • wrknv.toml Removed wrknv configuration
  • Removed all Python library source code, test suite, and legacy build artifacts deprecate architectural
    4 files
    • config_check.py
    • conform.py
    • test_config_check.py
    • test_conform.py
  • Removed entire MkDocs documentation site and related assets deprecate behavioral
    4 files
    • mkdocs.yml
    • index.md
    • index.md
    • index.md
  • Fixed keygen output filenames and added –system flag to uv pip install in build-psp remediate internal
    1 file
    • build.sh