| 1 | #!/usr/bin/env python3 |
| 2 | """ |
| 3 | PPT Master - Project Management Internals |
| 4 | |
| 5 | Internal project lifecycle, planning-artifact, and page-context implementation. |
| 6 | Use the stable ``scripts/project_manager.py`` entry point for CLI operations. |
| 7 | |
| 8 | Usage: |
| 9 | Imported by the top-level project-management compatibility modules. |
| 10 | |
| 11 | Examples: |
| 12 | from project_management.project_specs import validate_project_artifacts |
| 13 | |
| 14 | Dependencies: |
| 15 | Same as the selected project-management module. |
| 16 | """ |
| 17 |