feat: Complete migration to centralized package-pipeline infrastructure
- Deleted .gitlab-ci.yml (repository configured for package-pipeline)
- Removed .github/workflows/ci.yml (GitLab CI only)
- Removed scripts/ directory (moved to centralized pipeline)
- Cleaned up build artifacts (report.xml)
- Removed obsolete test files for deleted scripts:
- test_version_script.py
- test_check_python_version.py
- test_scripts.py
- tests/init.py
- Retained core library tests (3 tests, 82% coverage)
- Simplified .gitignore (166 → 32 lines, focused on LincolnLog needs)
- Added .pdm-python for PDM interpreter reference
- Updated changelog with complete migration documentation
- Added final optimization details and project structure
- Zero CI/CD maintenance overhead
- Focused only on library functionality
- Clean, minimal repository structure
- Ready to replicate across remaining libraries
Migration: 151-line CI/CD → Repository-level pipeline configuration Test Suite: 28 tests → 3 focused core tests Files: Complex structure → 10 essential files