Added packaging examples and re-integrated CI/CD infrastructure
1195 files · 173,608+ · 22,946-

Packaging examples

9 files changed
  • sysinfo.py Added CLI tool wrapping demonstration for sysinfo
  • pyproject.toml Added sysinfo-cli package configuration
  • pyproject.toml Added Glances system monitor packaging example
  • minimonitor.py Added MiniMonitor demo proof of concept
  • dash-utils.sh Added non-Python shell packaging demonstration
  • manifest.json Added dash-utils TOML manifest (fixed syntax error)
  • sysmon.js Added Node.js cross-language packaging proof
  • package.json Added Node.js system monitor package config
  • README.md Added comprehensive examples directory README
  • Added sysinfo-cli example demonstrating CLI tool wrapping capabilities instantiate behavioral
    2 files
    • sysinfo.py
    • pyproject.toml
  • Added Glances wrapper and MiniMonitor examples for system monitoring packaging instantiate internal
    2 files
    • pyproject.toml
    • minimonitor.py
  • Added dash-utils demonstrating non-Python shell script packaging instantiate internal
    2 files
    • dash-utils.sh
    • manifest.json
  • Added node-sysmon demonstrating cross-language JavaScript app packaging instantiate internal
    2 files
    • sysmon.js
    • package.json
  • Fixed TOML syntax error in dash-utils manifest remediate internal
    1 file
    • manifest.json

Architecture documentation

4 files changed
  • ARCHITECTURAL_ANALYSIS.md Added comprehensive architectural analysis report
  • GAP_ANALYSIS.md Added gap analysis document
  • CLI_WRAPPER_DEMO.md Added CLI wrapper demonstration documentation
  • DASH_UTILS_DEMO.md Added dash-utils demonstration summary
  • Added comprehensive architectural analysis and gap analysis documents specify architectural
    2 files
    • ARCHITECTURAL_ANALYSIS.md
    • GAP_ANALYSIS.md
  • Added CLI wrapper and dash-utils demonstration documentation specify internal
    2 files
    • CLI_WRAPPER_DEMO.md
    • DASH_UTILS_DEMO.md

CI/CD re-integration

5 files changed
  • 01-helper-prep.yml Re-added helper prep workflow
  • 02-pretaster-pipeline.yml Re-added pretaster pipeline workflow
  • 03-flavor-pipeline.yml Re-added flavor pipeline workflow
  • release-pipeline.yml Re-added release pipeline workflow
  • .codecov.yml Re-added Codecov configuration
  • Re-added all GitHub Actions workflows (helper-prep, pretaster, flavor, taster, code-quality, security-scan, dependency-audit, license-compliance) instantiate architectural
    3 files
    • 01-helper-prep.yml
    • 02-pretaster-pipeline.yml
    • release-pipeline.yml
  • Re-added build scripts and PE binary analysis tools instantiate internal
    2 files
    • analyze_pe_binaries.py
    • build-platform-wheel.sh