- labs/src/: 59 lab scripts covering OA API (Ch2-Ch25 + extras)
- All C++ references removed, oapy-only documentation
- labs/tools/: debug and test utilities
- labs/run_lab.sh: lab runner with LD_PRELOAD and env setup
- Remove all HTML documentation (moved to oapy-docs-zh repo)
- Add dist/ with two wheel packages:
- linux_x86_64 (glibc 2.34+, current system)
- manylinux2014_x86_64 (glibc 2.17+, RHEL7/CentOS7)
- Add README with install instructions