Reorganize project structure and improve documentation #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR reorganizes the PyBas3 project structure for better clarity and maintainability, updates technical documentation to reflect the current system architecture, and fixes minor documentation errors.
Key Changes
Project Structure Reorganization:
participants_db.jsonandzone_config.jsonto project root for centralized configuration managementorchestrator.pyas the main entry point for running the full systemmediapipe/module with newparticipant_tracker.pyandlive_dashboard.pycomponentspre_render/documentation with new scripts:generate_chronophoto_variations.py,pose_skeleton_render.py, andCHRONOPHOTO_CONTEXT.mdtd_scripts/submodule structure with dedicated integration files:td_integration.py,td_participant_manager.py,ndi_discovery.py, andscore_watcher.pytests/directory withtest_integration.pyDocumentation Updates:
TECHNICAL_REFERENCE.mddirectory tree to reflect current file organization and new componentsCHRONOPHOTO_CONTEXT.md: "passmes" → "passes"openmemory.mdopenmemory.mdto match new structureImplementation Details
participants_db.json,zone_config.json) are now at the root level for easier access by the orchestratorparticipant_tracker.pymodule handles UUID assignment via pHash, improving separation of concernsNote
Updates documentation to reflect the new project layout and clarify module responsibilities.
TECHNICAL_REFERENCE.mdproject tree with root-levelorchestrator.py,participants_db.json,zone_config.json, newmediapipecomponents (participant_tracker.py,live_dashboard.py), expandedpre_render/scripts,td_scripts/integration files, andtests/pre_render/CHRONOPHOTO_CONTEXT.mdand fixes typo (“passmes” → “passes”)openmemory.mdby removing an empty section and aligning component/pattern descriptions with the new structureWritten by Cursor Bugbot for commit 82ce5da. This will update automatically on new commits. Configure here.