portacode 1.5.33.dev0__tar.gz → 2.0.0.dev0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (454) hide show
  1. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/.gitignore +5 -0
  2. portacode-2.0.0.dev0/LICENSE +91 -0
  3. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/PKG-INFO +54 -32
  4. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/README.md +36 -26
  5. portacode-2.0.0.dev0/docs/guest-host-requests-plan.md +564 -0
  6. portacode-2.0.0.dev0/portacode/README.md +24 -0
  7. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/_version.py +2 -2
  8. portacode-2.0.0.dev0/portacode/connection/guest_host_protocol.py +128 -0
  9. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/WEBSOCKET_PROTOCOL.md +57 -0
  10. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/system_handlers.py +12 -0
  11. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/terminal.py +107 -0
  12. portacode-2.0.0.dev0/portacode/connection/test_guest_host_protocol.py +59 -0
  13. portacode-2.0.0.dev0/portacode/connection/test_guest_host_terminal.py +86 -0
  14. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode.egg-info/PKG-INFO +54 -32
  15. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode.egg-info/SOURCES.txt +4 -15
  16. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/setup.py +25 -9
  17. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/README.md +3 -1
  18. portacode-1.5.33.dev0/.claude/agents/communication-manager.md +0 -5
  19. portacode-1.5.33.dev0/.claude/settings.local.json +0 -23
  20. portacode-1.5.33.dev0/.gitmodules +0 -6
  21. portacode-1.5.33.dev0/LICENSE +0 -21
  22. portacode-1.5.33.dev0/portacode/README.md +0 -16
  23. portacode-1.5.33.dev0/portacode_for_school/.gitignore +0 -4
  24. portacode-1.5.33.dev0/portacode_for_school/README.md +0 -76
  25. portacode-1.5.33.dev0/portacode_for_school/persistent_workspace/Dockerfile +0 -32
  26. portacode-1.5.33.dev0/portacode_for_school/persistent_workspace/README.md +0 -77
  27. portacode-1.5.33.dev0/portacode_for_school/persistent_workspace/entrypoint.sh +0 -68
  28. portacode-1.5.33.dev0/portacode_for_school/persistent_workspace/manage_classroom.py +0 -488
  29. portacode-1.5.33.dev0/portacode_for_school/temporary_workspace/Dockerfile +0 -32
  30. portacode-1.5.33.dev0/portacode_for_school/temporary_workspace/README.md +0 -93
  31. portacode-1.5.33.dev0/portacode_for_school/temporary_workspace/docker-compose.yaml +0 -19
  32. portacode-1.5.33.dev0/portacode_for_school/temporary_workspace/docs/device_transfere.png +0 -0
  33. portacode-1.5.33.dev0/portacode_for_school/temporary_workspace/docs/pairing_approval.png +0 -0
  34. portacode-1.5.33.dev0/portacode_for_school/temporary_workspace/entrypoint.sh +0 -36
  35. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/AGENTS.md +0 -0
  36. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/MANIFEST.in +0 -0
  37. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/Makefile +0 -0
  38. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/build_android.sh +0 -0
  39. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/connect.py +0 -0
  40. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/connect.sh +0 -0
  41. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/docs/cloudflared-domain-connect-containers-audit.md +0 -0
  42. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/docs/creative-team-brief-portacode.md +0 -0
  43. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/docs/device-health-alerting-plan.md +0 -0
  44. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/docs/devops-messaging-ab-tests.md +0 -0
  45. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/docs/homepage-dashboard-positioning-fixes.md +0 -0
  46. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/docs/template-guide.html +0 -0
  47. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/README.md +0 -0
  48. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/simple_device/Dockerfile +0 -0
  49. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/simple_device/README.md +0 -0
  50. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/simple_device/data/device-01/.local/share/portacode/keys/id_portacode +0 -0
  51. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/simple_device/data/device-01/.local/share/portacode/keys/id_portacode.pub +0 -0
  52. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/simple_device/docker-compose.yaml +0 -0
  53. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/Dockerfile +0 -0
  54. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/README.md +0 -0
  55. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/.local/share/portacode/keys/id_portacode +0 -0
  56. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/.local/share/portacode/keys/id_portacode.pub +0 -0
  57. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/.local/share/portacode/run/gateway.pid +0 -0
  58. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/.gitignore +0 -0
  59. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/README.md +0 -0
  60. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/db.sqlite3 +0 -0
  61. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/__init__.py +0 -0
  62. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/__pycache__/__init__.cpython-311.pyc +0 -0
  63. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/__pycache__/settings.cpython-311.pyc +0 -0
  64. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/__pycache__/urls.cpython-311.pyc +0 -0
  65. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/__pycache__/wsgi.cpython-311.pyc +0 -0
  66. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/asgi.py +0 -0
  67. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/settings.py +0 -0
  68. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/urls.py +0 -0
  69. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/wsgi.py +0 -0
  70. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/manage.py +0 -0
  71. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/requirements.txt +0 -0
  72. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/templates/treats/home.html +0 -0
  73. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/__init__.py +0 -0
  74. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/__pycache__/__init__.cpython-311.pyc +0 -0
  75. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/__pycache__/admin.cpython-311.pyc +0 -0
  76. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/__pycache__/apps.cpython-311.pyc +0 -0
  77. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/__pycache__/menu.cpython-311.pyc +0 -0
  78. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/__pycache__/models.cpython-311.pyc +0 -0
  79. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/__pycache__/urls.cpython-311.pyc +0 -0
  80. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/__pycache__/views.cpython-311.pyc +0 -0
  81. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/admin.py +0 -0
  82. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/apps.py +0 -0
  83. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/menu.py +0 -0
  84. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/migrations/__init__.py +0 -0
  85. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/migrations/__pycache__/__init__.cpython-311.pyc +0 -0
  86. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/models.py +0 -0
  87. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/tests.py +0 -0
  88. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/urls.py +0 -0
  89. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/views.py +0 -0
  90. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/.local/share/portacode/keys/id_portacode +0 -0
  91. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/.local/share/portacode/keys/id_portacode.pub +0 -0
  92. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/README.md +0 -0
  93. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/galactic_bakeshop/__init__.py +0 -0
  94. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/galactic_bakeshop/asgi.py +0 -0
  95. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/galactic_bakeshop/settings.py +0 -0
  96. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/galactic_bakeshop/urls.py +0 -0
  97. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/galactic_bakeshop/wsgi.py +0 -0
  98. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/manage.py +0 -0
  99. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/requirements.txt +0 -0
  100. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/templates/treats/home.html +0 -0
  101. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/__init__.py +0 -0
  102. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/admin.py +0 -0
  103. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/apps.py +0 -0
  104. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/menu.py +0 -0
  105. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/migrations/__init__.py +0 -0
  106. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/models.py +0 -0
  107. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/tests.py +0 -0
  108. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/urls.py +0 -0
  109. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/views.py +0 -0
  110. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/.local/share/portacode/keys/id_portacode +0 -0
  111. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/.local/share/portacode/keys/id_portacode.pub +0 -0
  112. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/README.md +0 -0
  113. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/galactic_bakeshop/__init__.py +0 -0
  114. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/galactic_bakeshop/asgi.py +0 -0
  115. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/galactic_bakeshop/settings.py +0 -0
  116. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/galactic_bakeshop/urls.py +0 -0
  117. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/galactic_bakeshop/wsgi.py +0 -0
  118. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/manage.py +0 -0
  119. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/requirements.txt +0 -0
  120. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/templates/treats/home.html +0 -0
  121. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/__init__.py +0 -0
  122. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/admin.py +0 -0
  123. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/apps.py +0 -0
  124. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/menu.py +0 -0
  125. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/migrations/__init__.py +0 -0
  126. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/models.py +0 -0
  127. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/tests.py +0 -0
  128. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/urls.py +0 -0
  129. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/views.py +0 -0
  130. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/.local/share/portacode/keys/id_portacode +0 -0
  131. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/.local/share/portacode/keys/id_portacode.pub +0 -0
  132. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/README.md +0 -0
  133. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/galactic_bakeshop/__init__.py +0 -0
  134. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/galactic_bakeshop/asgi.py +0 -0
  135. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/galactic_bakeshop/settings.py +0 -0
  136. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/galactic_bakeshop/urls.py +0 -0
  137. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/galactic_bakeshop/wsgi.py +0 -0
  138. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/manage.py +0 -0
  139. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/requirements.txt +0 -0
  140. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/templates/treats/home.html +0 -0
  141. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/__init__.py +0 -0
  142. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/admin.py +0 -0
  143. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/apps.py +0 -0
  144. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/menu.py +0 -0
  145. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/migrations/__init__.py +0 -0
  146. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/models.py +0 -0
  147. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/tests.py +0 -0
  148. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/urls.py +0 -0
  149. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/views.py +0 -0
  150. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/.local/share/portacode/keys/id_portacode +0 -0
  151. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/.local/share/portacode/keys/id_portacode.pub +0 -0
  152. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/README.md +0 -0
  153. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/galactic_bakeshop/__init__.py +0 -0
  154. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/galactic_bakeshop/asgi.py +0 -0
  155. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/galactic_bakeshop/settings.py +0 -0
  156. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/galactic_bakeshop/urls.py +0 -0
  157. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/galactic_bakeshop/wsgi.py +0 -0
  158. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/manage.py +0 -0
  159. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/requirements.txt +0 -0
  160. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/templates/treats/home.html +0 -0
  161. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/__init__.py +0 -0
  162. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/admin.py +0 -0
  163. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/apps.py +0 -0
  164. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/menu.py +0 -0
  165. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/migrations/__init__.py +0 -0
  166. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/models.py +0 -0
  167. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/tests.py +0 -0
  168. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/urls.py +0 -0
  169. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/views.py +0 -0
  170. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/.local/share/portacode/keys/id_portacode +0 -0
  171. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/.local/share/portacode/keys/id_portacode.pub +0 -0
  172. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/README.md +0 -0
  173. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/galactic_bakeshop/__init__.py +0 -0
  174. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/galactic_bakeshop/asgi.py +0 -0
  175. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/galactic_bakeshop/settings.py +0 -0
  176. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/galactic_bakeshop/urls.py +0 -0
  177. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/galactic_bakeshop/wsgi.py +0 -0
  178. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/manage.py +0 -0
  179. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/requirements.txt +0 -0
  180. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/templates/treats/home.html +0 -0
  181. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/__init__.py +0 -0
  182. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/admin.py +0 -0
  183. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/apps.py +0 -0
  184. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/menu.py +0 -0
  185. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/migrations/__init__.py +0 -0
  186. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/models.py +0 -0
  187. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/tests.py +0 -0
  188. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/urls.py +0 -0
  189. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/views.py +0 -0
  190. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/.local/share/portacode/keys/id_portacode +0 -0
  191. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/.local/share/portacode/keys/id_portacode.pub +0 -0
  192. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/README.md +0 -0
  193. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/galactic_bakeshop/__init__.py +0 -0
  194. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/galactic_bakeshop/asgi.py +0 -0
  195. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/galactic_bakeshop/settings.py +0 -0
  196. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/galactic_bakeshop/urls.py +0 -0
  197. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/galactic_bakeshop/wsgi.py +0 -0
  198. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/manage.py +0 -0
  199. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/requirements.txt +0 -0
  200. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/templates/treats/home.html +0 -0
  201. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/__init__.py +0 -0
  202. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/admin.py +0 -0
  203. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/apps.py +0 -0
  204. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/menu.py +0 -0
  205. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/migrations/__init__.py +0 -0
  206. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/models.py +0 -0
  207. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/tests.py +0 -0
  208. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/urls.py +0 -0
  209. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/views.py +0 -0
  210. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/.local/share/portacode/keys/id_portacode +0 -0
  211. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/.local/share/portacode/keys/id_portacode.pub +0 -0
  212. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/README.md +0 -0
  213. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/galactic_bakeshop/__init__.py +0 -0
  214. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/galactic_bakeshop/asgi.py +0 -0
  215. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/galactic_bakeshop/settings.py +0 -0
  216. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/galactic_bakeshop/urls.py +0 -0
  217. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/galactic_bakeshop/wsgi.py +0 -0
  218. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/manage.py +0 -0
  219. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/requirements.txt +0 -0
  220. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/templates/treats/home.html +0 -0
  221. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/__init__.py +0 -0
  222. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/admin.py +0 -0
  223. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/apps.py +0 -0
  224. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/menu.py +0 -0
  225. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/migrations/__init__.py +0 -0
  226. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/models.py +0 -0
  227. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/tests.py +0 -0
  228. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/urls.py +0 -0
  229. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/views.py +0 -0
  230. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/.local/share/portacode/keys/id_portacode +0 -0
  231. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/.local/share/portacode/keys/id_portacode.pub +0 -0
  232. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/README.md +0 -0
  233. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/galactic_bakeshop/__init__.py +0 -0
  234. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/galactic_bakeshop/asgi.py +0 -0
  235. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/galactic_bakeshop/settings.py +0 -0
  236. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/galactic_bakeshop/urls.py +0 -0
  237. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/galactic_bakeshop/wsgi.py +0 -0
  238. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/manage.py +0 -0
  239. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/requirements.txt +0 -0
  240. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/templates/treats/home.html +0 -0
  241. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/__init__.py +0 -0
  242. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/admin.py +0 -0
  243. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/apps.py +0 -0
  244. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/menu.py +0 -0
  245. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/migrations/__init__.py +0 -0
  246. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/models.py +0 -0
  247. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/tests.py +0 -0
  248. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/urls.py +0 -0
  249. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/views.py +0 -0
  250. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/.local/share/portacode/keys/id_portacode +0 -0
  251. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/.local/share/portacode/keys/id_portacode.pub +0 -0
  252. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/README.md +0 -0
  253. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/galactic_bakeshop/__init__.py +0 -0
  254. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/galactic_bakeshop/asgi.py +0 -0
  255. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/galactic_bakeshop/settings.py +0 -0
  256. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/galactic_bakeshop/urls.py +0 -0
  257. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/galactic_bakeshop/wsgi.py +0 -0
  258. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/manage.py +0 -0
  259. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/requirements.txt +0 -0
  260. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/templates/treats/home.html +0 -0
  261. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/__init__.py +0 -0
  262. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/admin.py +0 -0
  263. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/apps.py +0 -0
  264. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/menu.py +0 -0
  265. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/migrations/__init__.py +0 -0
  266. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/models.py +0 -0
  267. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/tests.py +0 -0
  268. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/urls.py +0 -0
  269. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/views.py +0 -0
  270. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/docker-compose.yaml +0 -0
  271. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/README.md +0 -0
  272. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/galactic_bakeshop/__init__.py +0 -0
  273. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/galactic_bakeshop/asgi.py +0 -0
  274. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/galactic_bakeshop/settings.py +0 -0
  275. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/galactic_bakeshop/urls.py +0 -0
  276. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/galactic_bakeshop/wsgi.py +0 -0
  277. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/manage.py +0 -0
  278. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/requirements.txt +0 -0
  279. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/templates/treats/home.html +0 -0
  280. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/__init__.py +0 -0
  281. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/admin.py +0 -0
  282. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/apps.py +0 -0
  283. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/menu.py +0 -0
  284. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/migrations/__init__.py +0 -0
  285. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/models.py +0 -0
  286. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/tests.py +0 -0
  287. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/urls.py +0 -0
  288. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/views.py +0 -0
  289. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/instructions/WELCOME.md +0 -0
  290. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/__init__.py +0 -0
  291. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/__main__.py +0 -0
  292. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/cli.py +0 -0
  293. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/codex_loopback_proxy.py +0 -0
  294. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/codex_prepare.py +0 -0
  295. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/codex_usage_limit.py +0 -0
  296. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/README.md +0 -0
  297. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/__init__.py +0 -0
  298. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/client.py +0 -0
  299. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/codex_app_server.py +0 -0
  300. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/README.md +0 -0
  301. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/__init__.py +0 -0
  302. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/automation_v2_handlers.py +0 -0
  303. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/base.py +0 -0
  304. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/browser_handlers.py +0 -0
  305. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/chunked_content.py +0 -0
  306. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/cloudflare_forwarding.py +0 -0
  307. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/cloudflare_tunnel.py +0 -0
  308. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/codex_handlers.py +0 -0
  309. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/diff_handlers.py +0 -0
  310. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/file_handlers.py +0 -0
  311. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/file_transfer_handlers.py +0 -0
  312. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_aware_file_handlers.py +0 -0
  313. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/README.md +0 -0
  314. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/__init__.py +0 -0
  315. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/file_system_watcher.py +0 -0
  316. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/git_manager.py +0 -0
  317. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/handlers.py +0 -0
  318. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/manager.py +0 -0
  319. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/models.py +0 -0
  320. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/test_handlers.py +0 -0
  321. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/utils.py +0 -0
  322. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state_handlers.py +0 -0
  323. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/proxmox_infra.py +0 -0
  324. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/registry.py +0 -0
  325. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/resumable_transfer_handlers.py +0 -0
  326. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/runtime_user.py +0 -0
  327. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/session.py +0 -0
  328. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/tab_factory.py +0 -0
  329. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/terminal_handlers.py +0 -0
  330. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/test_browser_handlers.py +0 -0
  331. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/test_cloudflare_forwarding.py +0 -0
  332. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/test_file_move_copy.py +0 -0
  333. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/test_proxmox_infra.py +0 -0
  334. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/test_runtime_user.py +0 -0
  335. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/update_handler.py +0 -0
  336. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/multiplex.py +0 -0
  337. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/test_webmin_proxy_config.py +0 -0
  338. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/webmin_proxy_config.py +0 -0
  339. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/data.py +0 -0
  340. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/exit_codes.py +0 -0
  341. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/github_credential.py +0 -0
  342. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/keypair.py +0 -0
  343. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/__init__.py +0 -0
  344. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/__pycache__/__init__.cpython-311.pyc +0 -0
  345. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/__pycache__/__init__.cpython-38.pyc +0 -0
  346. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/__pycache__/link_capture_wrapper.cpython-311.pyc +0 -0
  347. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/__pycache__/link_capture_wrapper.cpython-38.pyc +0 -0
  348. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/elinks +0 -0
  349. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/gio-open +0 -0
  350. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/gnome-open +0 -0
  351. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/gvfs-open +0 -0
  352. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/kde-open +0 -0
  353. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/kfmclient +0 -0
  354. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/link_capture_exec.sh +0 -0
  355. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/link_capture_wrapper.py +0 -0
  356. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/links +0 -0
  357. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/links2 +0 -0
  358. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/lynx +0 -0
  359. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/mate-open +0 -0
  360. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/netsurf +0 -0
  361. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/sensible-browser +0 -0
  362. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/w3m +0 -0
  363. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/x-www-browser +0 -0
  364. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/xdg-open +0 -0
  365. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/logging_categories.py +0 -0
  366. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/pairing.py +0 -0
  367. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/provisioning_cache.py +0 -0
  368. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/restart.py +0 -0
  369. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/service.py +0 -0
  370. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/singleton.py +0 -0
  371. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/static/js/test-ntp-clock.html +0 -0
  372. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/static/js/utils/ntp-clock.js +0 -0
  373. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/test_runtime_paths.py +0 -0
  374. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/test_service.py +0 -0
  375. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/test_singleton.py +0 -0
  376. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/test_terminal_exposed_services.py +0 -0
  377. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tests/test_codex_app_server.py +0 -0
  378. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tests/test_codex_handlers.py +0 -0
  379. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tests/test_codex_loopback_proxy.py +0 -0
  380. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tests/test_codex_prepare.py +0 -0
  381. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tests/test_github_credential.py +0 -0
  382. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tests/test_image_read_handler.py +0 -0
  383. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tests/test_resumable_transfer_handlers.py +0 -0
  384. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tests/test_system_handlers.py +0 -0
  385. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/__init__.py +0 -0
  386. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/cloudflared_login.py +0 -0
  387. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/ensure_cloudflared.py +0 -0
  388. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/ensure_pyyaml.py +0 -0
  389. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/forwarding_state.py +0 -0
  390. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/get_domain.py +0 -0
  391. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/privileged.py +0 -0
  392. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/service_install.py +0 -0
  393. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/state.py +0 -0
  394. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/updater.py +0 -0
  395. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/utils/NTP_ARCHITECTURE.md +0 -0
  396. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/utils/__init__.py +0 -0
  397. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/utils/diff_apply.py +0 -0
  398. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/utils/diff_renderer.py +0 -0
  399. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/utils/ntp_clock.py +0 -0
  400. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/utils/runtime_paths.py +0 -0
  401. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode.egg-info/dependency_links.txt +0 -0
  402. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode.egg-info/entry_points.txt +0 -0
  403. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode.egg-info/requires.txt +0 -0
  404. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode.egg-info/top_level.txt +0 -0
  405. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/pyproject.toml +0 -0
  406. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/run_tests.py +0 -0
  407. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/scripts/diagnose_codex_gateway.py +0 -0
  408. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/setup.cfg +0 -0
  409. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test.sh +0 -0
  410. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/README.md +0 -0
  411. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/__init__.py +0 -0
  412. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_device_online.py +0 -0
  413. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_file_operations.py +0 -0
  414. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_git_status_ui.py +0 -0
  415. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_login_flow.py +0 -0
  416. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_navigate_testing_folder.py +0 -0
  417. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_play_store_screenshots.py +0 -0
  418. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_terminal_buffer_performance.py +0 -0
  419. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_terminal_interaction.py +0 -0
  420. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_terminal_loading_race_condition.py +0 -0
  421. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_terminal_start.py +0 -0
  422. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_request_id.py +0 -0
  423. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_session_terminal_shutdown.py +0 -0
  424. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/.env.example +0 -0
  425. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/__init__.py +0 -0
  426. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/cli.py +0 -0
  427. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/core/__init__.py +0 -0
  428. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/core/base_test.py +0 -0
  429. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/core/cli_manager.py +0 -0
  430. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/core/hierarchical_runner.py +0 -0
  431. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/core/playwright_manager.py +0 -0
  432. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/core/runner.py +0 -0
  433. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/core/shared_cli_manager.py +0 -0
  434. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/core/test_discovery.py +0 -0
  435. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/requirements.txt +0 -0
  436. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/UI_UX/opening_a_file_on_desktop_results_in_nothing.md +0 -0
  437. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/UI_UX/server_occasionally_stops_communicating_with_all_devices.md +0 -0
  438. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/agent_context_management.md +0 -0
  439. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/django_server_time_sync.md +0 -0
  440. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/device_performance_degradation.md +0 -0
  441. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/git_data_not_captured_in_proxmox.md +0 -0
  442. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/indefinite_resource_loading.md +0 -0
  443. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/portacode_service_silently_down.md +0 -0
  444. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/premature_terminal_exit.md +0 -0
  445. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/project_cpu_hotspots.md +0 -0
  446. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/terminals_exit_upon_starting.md +0 -0
  447. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/websocket_client_silently_dead.md +0 -0
  448. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/wrong_item_classification_on_client_side.md +0 -0
  449. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/smartphone_terminal_input_frustrations.md +0 -0
  450. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/tools/generate_play_store_assets.py +0 -0
  451. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/tools/pairing_tester.py +0 -0
  452. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/tools/run_screenshot_suite.sh +0 -0
  453. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/tools/test_python_ntp_clock.py +0 -0
  454. {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/validate.sh +0 -0
@@ -12,6 +12,11 @@ test_results
12
12
  logs
13
13
  secrets
14
14
 
15
+ # Private or separately maintained subprojects
16
+ /server/
17
+ /portacode_for_school/
18
+ /portacode_for_schools/
19
+
15
20
  # Example-generated volumes
16
21
  examples/simple_device/data/
17
22
  examples/workshop_fleet/data/
@@ -0,0 +1,91 @@
1
+ # PolyForm Shield License 1.0.0
2
+
3
+ <https://polyformproject.org/licenses/shield/1.0.0>
4
+
5
+ Copyright (c) 2025 Portacode
6
+
7
+ ## Acceptance
8
+
9
+ In order to get any license under these terms, you must agree to them as both strict obligations and conditions to all your licenses.
10
+
11
+ ## Copyright License
12
+
13
+ The licensor grants you a copyright license for the software to do everything you might do with the software that would otherwise infringe the licensor's copyright in it for any permitted purpose. However, you may only distribute the software according to [Distribution License](#distribution-license) and make changes or new works based on the software according to [Changes and New Works License](#changes-and-new-works-license).
14
+
15
+ ## Distribution License
16
+
17
+ The licensor grants you an additional copyright license to distribute copies of the software. Your license to distribute covers distributing the software with changes and new works permitted by [Changes and New Works License](#changes-and-new-works-license).
18
+
19
+ ## Notices
20
+
21
+ You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these terms or the URL for them above, as well as copies of any plain-text lines beginning with `Required Notice:` that the licensor provided with the software. For example:
22
+
23
+ > Required Notice: Copyright Yoyodyne, Inc. (http://example.com)
24
+
25
+ ## Changes and New Works License
26
+
27
+ The licensor grants you an additional copyright license to make changes and new works based on the software for any permitted purpose.
28
+
29
+ ## Patent License
30
+
31
+ The licensor grants you a patent license for the software that covers patent claims the licensor can license, or becomes able to license, that you would infringe by using the software.
32
+
33
+ ## Noncompete
34
+
35
+ Any purpose is a permitted purpose, except for providing any product that competes with the software or any product the licensor or any of its affiliates provides using the software.
36
+
37
+ ## Competition
38
+
39
+ Goods and services compete even when they provide functionality through different kinds of interfaces or for different technical platforms. Applications can compete with services, libraries with plugins, frameworks with development tools, and so on, even if they're written in different programming languages or for different computer architectures. Goods and services compete even when provided free of charge. If you market a product as a practical substitute for the software or another product, it definitely competes.
40
+
41
+ ## New Products
42
+
43
+ If you are using the software to provide a product that does not compete, but the licensor or any of its affiliates brings your product into competition by providing a new version of the software or another product using the software, you may continue using versions of the software available under these terms beforehand to provide your competing product, but not any later versions.
44
+
45
+ ## Discontinued Products
46
+
47
+ You may begin using the software to compete with a product or service that the licensor or any of its affiliates has stopped providing, unless the licensor includes a plain-text line beginning with `Licensor Line of Business:` with the software that mentions that line of business. For example:
48
+
49
+ > Licensor Line of Business: YoyodyneCMS Content Management System (http://example.com/cms)
50
+
51
+ ## Sales of Business
52
+
53
+ If the licensor or any of its affiliates sells a line of business developing the software or using the software to provide a product, the buyer can also enforce [Noncompete](#noncompete) for that product.
54
+
55
+ ## Fair Use
56
+
57
+ You may have "fair use" rights for the software under the law. These terms do not limit them.
58
+
59
+ ## No Other Rights
60
+
61
+ These terms do not allow you to sublicense or transfer any of your licenses to anyone else, or prevent the licensor from granting licenses to anyone else. These terms do not imply any other licenses.
62
+
63
+ ## Patent Defense
64
+
65
+ If you make any written claim that the software infringes or contributes to infringement of any patent, your patent license for the software granted under these terms ends immediately. If your company makes such a claim, your patent license ends immediately for work on behalf of your company.
66
+
67
+ ## Violations
68
+
69
+ The first time you are notified in writing that you have violated any of these terms, or done anything with the software not covered by your licenses, your licenses can nonetheless continue if you come into full compliance with these terms, and take practical steps to correct past violations, within 32 days of receiving notice. Otherwise, all your licenses end immediately.
70
+
71
+ ## No Liability
72
+
73
+ ***As far as the law allows, the software comes as is, without any warranty or condition, and the licensor will not be liable to you for any damages arising out of these terms or the use or nature of the software, under any kind of legal claim.***
74
+
75
+ ## Definitions
76
+
77
+ The **licensor** is the individual or entity offering these terms, and the **software** is the software the licensor makes available under these terms.
78
+
79
+ A **product** can be a good or service, or a combination of them.
80
+
81
+ **You** refers to the individual or entity agreeing to these terms.
82
+
83
+ **Your company** is any legal entity, sole proprietorship, or kind of organization that you work for, plus all its affiliates.
84
+
85
+ **Affiliates** means the other organizations than an organization has control over, is under the control of, or is under common control with.
86
+
87
+ **Control** means ownership of substantially all the assets of an entity, or the power to direct its management and policies by vote, contract, or otherwise.
88
+
89
+ **Your licenses** are all the licenses granted to you for the software under these terms.
90
+
91
+ **Use** means anything you do with the software requiring one of your licenses.
@@ -1,21 +1,32 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: portacode
3
- Version: 1.5.33.dev0
4
- Summary: Connect real machines to the Portacode AI development environment
5
- Home-page: https://github.com/portacode/portacode
3
+ Version: 2.0.0.dev0
4
+ Summary: Device agent for the AI platform that builds, tests, deploys, and operates real software
5
+ Home-page: https://portacode.com/
6
6
  Author: Meena Erian
7
7
  Author-email: hi@menas.pro
8
+ License: PolyForm-Shield-1.0.0
9
+ Project-URL: Homepage, https://portacode.com/
10
+ Project-URL: Start Building, https://portacode.com/
8
11
  Project-URL: Product, https://portacode.com/
9
- Project-URL: Documentation, https://portacode.com/docs/pair-device/
12
+ Project-URL: CI/CD Documentation, https://portacode.com/portacode-cicd-intro/
13
+ Project-URL: Deployment Templates, https://portacode.com/one-click-deployment-templates/
14
+ Project-URL: Pair a Machine, https://portacode.com/docs/pair-device/
10
15
  Project-URL: Source, https://github.com/portacode/portacode
11
16
  Project-URL: Issues, https://github.com/portacode/portacode/issues
12
- Keywords: ai coding agent,development environment,remote development,self-hosting,devops,proxmox
17
+ Keywords: ai software agent,ai app builder,full stack development,software operations,deployment automation,browser testing,remote development,mobile development environment,self hosting,devops,proxmox
18
+ Classifier: Development Status :: 4 - Beta
19
+ Classifier: Intended Audience :: Developers
20
+ Classifier: Intended Audience :: Education
21
+ Classifier: Intended Audience :: System Administrators
22
+ Classifier: Topic :: Software Development
23
+ Classifier: Topic :: System :: Systems Administration
13
24
  Classifier: Programming Language :: Python :: 3
14
25
  Classifier: Programming Language :: Python :: 3.8
15
26
  Classifier: Programming Language :: Python :: 3.9
16
27
  Classifier: Programming Language :: Python :: 3.10
17
28
  Classifier: Programming Language :: Python :: 3.11
18
- Classifier: License :: OSI Approved :: MIT License
29
+ Classifier: License :: Other/Proprietary License
19
30
  Classifier: Operating System :: OS Independent
20
31
  Requires-Python: >=3.8
21
32
  Description-Content-Type: text/markdown
@@ -47,6 +58,7 @@ Dynamic: description
47
58
  Dynamic: description-content-type
48
59
  Dynamic: home-page
49
60
  Dynamic: keywords
61
+ Dynamic: license
50
62
  Dynamic: license-file
51
63
  Dynamic: project-url
52
64
  Dynamic: provides-extra
@@ -56,44 +68,47 @@ Dynamic: summary
56
68
 
57
69
  # Portacode
58
70
 
59
- **Build it. Own it. Take it anywhere.**
71
+ [![License: PolyForm Shield](https://img.shields.io/badge/license-PolyForm%20Shield-blue.svg)](https://polyformproject.org/licenses/shield/1.0.0)
60
72
 
61
- Portacode is an AI-powered builder and mobile-first development environment that works on real Linux machines. Describe what you want to build, let Portacode work through the implementation on a machine you control, and keep the result as ordinary source code, data, containers, and configuration.
73
+ **One prompt. The whole software lifecycle.**
62
74
 
63
- It combines an AI coding agent with the tools developers expect from a real machine: a terminal, files, Git, diffs, processes, and deploys. Use hardware you already have, connect a VPS or homelab, deploy to supported infrastructure, and move the project when your needs change.
75
+ Portacode is an AI software builder and operator. Describe the outcome you want and its AI can provision a real computer, build the frontend and backend, test the application in a browser, deploy it, monitor it, and help repair failures. **No coding or server setup is required to start.**
64
76
 
65
- [Get started](https://portacode.com/accounts/signup/) · [Open Portacode](https://portacode.com/) · [Android app](https://play.google.com/store/apps/details?id=com.portacode.app) · [Report an issue](https://github.com/portacode/portacode/issues)
77
+ Unlike builders that stop at a preview or exported repository, Portacode gives you the complete working system: source, data, services, containers, configuration, and runtime. Start on Portacode-hosted infrastructure, or connect your own machine when you want to. The result remains portable either way.
66
78
 
67
- ## Why Portacode
79
+ [Start building](https://portacode.com/) · [Deployment templates](https://portacode.com/one-click-deployment-templates/) · [Android app](https://play.google.com/store/apps/details?id=com.portacode.app) · [Report an issue](https://github.com/portacode/portacode/issues)
68
80
 
69
- - **You own the result.** Projects remain ordinary files on an ordinary machine, not artifacts trapped in a proprietary runtime.
70
- - **Real tools, not a preview sandbox.** Work with a real terminal, filesystem, Git repository, services, containers, databases, and deploys.
71
- - **Your infrastructure is a choice.** Connect an existing machine, use managed capacity, or run projects on your own supported infrastructure.
72
- - **Leaving is supported.** Back up, transfer, or move a project instead of rebuilding it around a platform-specific format.
73
- - **AI changes stay reviewable.** Inspect diffs and project state while the agent works, and decide what it is allowed to change.
74
- - **Built for mobile as well as desktop.** Browse a project, review changes, use a terminal, and respond to work without waiting to get back to a desk.
75
- - **No approved-stack list.** If your language, framework, database, or tool runs on the underlying Linux machine, it can be part of your project.
81
+ > [!NOTE]
82
+ > This repository contains Portacode's open-source device agent and CLI. Installing it is optional: new users can start with a Portacode-hosted workspace without preparing a machine.
76
83
 
77
- ## What You Can Do
84
+ ## From Idea to Running Software
78
85
 
79
- Portacode supports more than remote terminal access. From the same browser-based workspace you can:
86
+ Portacode's AI can carry work across the application lifecycle:
80
87
 
81
- - ask an AI agent to create, change, debug, and deploy software;
82
- - inspect files, branches, Git status, and line-by-line diffs;
83
- - work directly in persistent terminal sessions;
84
- - connect and switch between your own machines;
85
- - provision clean environments from reusable deployment templates;
86
- - run repeatable build, test, deployment, and runbook workflows from YAML;
87
- - expose services through HTTPS and custom domains on supported infrastructure;
88
- - manage projects from a phone, tablet, or desktop.
88
+ - **Build:** provision a clean workspace and create the application, backend, database, authentication, storage, dependencies, and services your project needs.
89
+ - **Test:** run builds and tests, open the real application in a browser, inspect results, and capture screenshots.
90
+ - **Deploy:** expose services through HTTPS and custom domains, using reusable workflows or a stack assembled for your project.
91
+ - **Operate:** inspect files, Git, terminals, processes, services, and resource usage; receive runtime alerts and completion notifications.
92
+ - **Fix:** return build, test, or deployment failures to the AI so it can investigate, change the system, and try again.
93
+ - **Move:** transfer the project and its working environment between Portacode-hosted and user-controlled machines.
89
94
 
90
- The product evolves quickly. The live [Portacode website](https://portacode.com/) and [technical guides](#guides) are the source of truth for currently available integrations, templates, limits, and infrastructure options.
95
+ ## Start Simple. Go as Deep as You Want.
96
+
97
+ You can begin with an ordinary-language request and let Portacode choose the environment and handle the engineering. If you want more control later, the real files, Git repository, terminal, browser, processes, services, and infrastructure remain available. There is no approved-stack list: if a language, framework, database, or binary runs on the underlying Linux machine, it can be part of the project.
98
+
99
+ Portacode itself is mobile-first. Direct the AI, inspect files and diffs, use terminals, deploy services, monitor machines, and respond to alerts from a phone, tablet, or desktop. This is separate from the kind of application you build: Portacode can work with whichever web, desktop, or mobile stack the project requires.
100
+
101
+ ## Own the Working System
102
+
103
+ Ownership in Portacode means more than downloading a code repository. Source, application data, containers, services, and configuration remain ordinary assets on a real machine. Use Portacode-hosted capacity for a zero-setup start, connect a computer or VPS you already have, or provision against supported self-hosted infrastructure. Back up or move the complete project when your needs change.
104
+
105
+ AI access remains controllable and reviewable. Inspect project state and line-by-line diffs, grant access only to selected devices or repositories, and decide what the agent may change.
91
106
 
92
107
  ## Start Building
93
108
 
94
- You do not need to prepare a machine before trying Portacode. Start at [portacode.com](https://portacode.com/), describe the outcome you want, and choose where the project should run.
109
+ Start at [portacode.com](https://portacode.com/), describe the outcome you want, and let Portacode prepare the workspace. You do not need to install this package or supply a server first.
95
110
 
96
- To bring an existing machine into Portacode, pair it once using the dashboard and the CLI below.
111
+ The rest of this README documents the optional device agent for bringing an existing machine into Portacode.
97
112
 
98
113
  ## Connect Your Own Machine
99
114
 
@@ -186,4 +201,11 @@ For product support, email [support@portacode.com](mailto:support@portacode.com)
186
201
 
187
202
  ## License
188
203
 
189
- Portacode's public device-side client is available under the [MIT License](https://github.com/portacode/portacode/blob/master/LICENSE).
204
+ Portacode's device-side client is available under the [PolyForm Shield License 1.0.0](LICENSE).
205
+ You may view, modify, self-host, and use it for non-competing purposes. You may
206
+ not use it to build or offer a competing product or service. Previously
207
+ published versions remain available under the MIT License that accompanied
208
+ those releases; this change applies to versions released under PolyForm Shield.
209
+
210
+ Third-party components remain under their own licenses. See their accompanying
211
+ notices and license files where provided.
@@ -1,43 +1,46 @@
1
1
  # Portacode
2
2
 
3
- **Build it. Own it. Take it anywhere.**
3
+ [![License: PolyForm Shield](https://img.shields.io/badge/license-PolyForm%20Shield-blue.svg)](https://polyformproject.org/licenses/shield/1.0.0)
4
4
 
5
- Portacode is an AI-powered builder and mobile-first development environment that works on real Linux machines. Describe what you want to build, let Portacode work through the implementation on a machine you control, and keep the result as ordinary source code, data, containers, and configuration.
5
+ **One prompt. The whole software lifecycle.**
6
6
 
7
- It combines an AI coding agent with the tools developers expect from a real machine: a terminal, files, Git, diffs, processes, and deploys. Use hardware you already have, connect a VPS or homelab, deploy to supported infrastructure, and move the project when your needs change.
7
+ Portacode is an AI software builder and operator. Describe the outcome you want and its AI can provision a real computer, build the frontend and backend, test the application in a browser, deploy it, monitor it, and help repair failures. **No coding or server setup is required to start.**
8
8
 
9
- [Get started](https://portacode.com/accounts/signup/) · [Open Portacode](https://portacode.com/) · [Android app](https://play.google.com/store/apps/details?id=com.portacode.app) · [Report an issue](https://github.com/portacode/portacode/issues)
9
+ Unlike builders that stop at a preview or exported repository, Portacode gives you the complete working system: source, data, services, containers, configuration, and runtime. Start on Portacode-hosted infrastructure, or connect your own machine when you want to. The result remains portable either way.
10
10
 
11
- ## Why Portacode
11
+ [Start building](https://portacode.com/) · [Deployment templates](https://portacode.com/one-click-deployment-templates/) · [Android app](https://play.google.com/store/apps/details?id=com.portacode.app) · [Report an issue](https://github.com/portacode/portacode/issues)
12
12
 
13
- - **You own the result.** Projects remain ordinary files on an ordinary machine, not artifacts trapped in a proprietary runtime.
14
- - **Real tools, not a preview sandbox.** Work with a real terminal, filesystem, Git repository, services, containers, databases, and deploys.
15
- - **Your infrastructure is a choice.** Connect an existing machine, use managed capacity, or run projects on your own supported infrastructure.
16
- - **Leaving is supported.** Back up, transfer, or move a project instead of rebuilding it around a platform-specific format.
17
- - **AI changes stay reviewable.** Inspect diffs and project state while the agent works, and decide what it is allowed to change.
18
- - **Built for mobile as well as desktop.** Browse a project, review changes, use a terminal, and respond to work without waiting to get back to a desk.
19
- - **No approved-stack list.** If your language, framework, database, or tool runs on the underlying Linux machine, it can be part of your project.
13
+ > [!NOTE]
14
+ > This repository contains Portacode's open-source device agent and CLI. Installing it is optional: new users can start with a Portacode-hosted workspace without preparing a machine.
20
15
 
21
- ## What You Can Do
16
+ ## From Idea to Running Software
22
17
 
23
- Portacode supports more than remote terminal access. From the same browser-based workspace you can:
18
+ Portacode's AI can carry work across the application lifecycle:
24
19
 
25
- - ask an AI agent to create, change, debug, and deploy software;
26
- - inspect files, branches, Git status, and line-by-line diffs;
27
- - work directly in persistent terminal sessions;
28
- - connect and switch between your own machines;
29
- - provision clean environments from reusable deployment templates;
30
- - run repeatable build, test, deployment, and runbook workflows from YAML;
31
- - expose services through HTTPS and custom domains on supported infrastructure;
32
- - manage projects from a phone, tablet, or desktop.
20
+ - **Build:** provision a clean workspace and create the application, backend, database, authentication, storage, dependencies, and services your project needs.
21
+ - **Test:** run builds and tests, open the real application in a browser, inspect results, and capture screenshots.
22
+ - **Deploy:** expose services through HTTPS and custom domains, using reusable workflows or a stack assembled for your project.
23
+ - **Operate:** inspect files, Git, terminals, processes, services, and resource usage; receive runtime alerts and completion notifications.
24
+ - **Fix:** return build, test, or deployment failures to the AI so it can investigate, change the system, and try again.
25
+ - **Move:** transfer the project and its working environment between Portacode-hosted and user-controlled machines.
33
26
 
34
- The product evolves quickly. The live [Portacode website](https://portacode.com/) and [technical guides](#guides) are the source of truth for currently available integrations, templates, limits, and infrastructure options.
27
+ ## Start Simple. Go as Deep as You Want.
28
+
29
+ You can begin with an ordinary-language request and let Portacode choose the environment and handle the engineering. If you want more control later, the real files, Git repository, terminal, browser, processes, services, and infrastructure remain available. There is no approved-stack list: if a language, framework, database, or binary runs on the underlying Linux machine, it can be part of the project.
30
+
31
+ Portacode itself is mobile-first. Direct the AI, inspect files and diffs, use terminals, deploy services, monitor machines, and respond to alerts from a phone, tablet, or desktop. This is separate from the kind of application you build: Portacode can work with whichever web, desktop, or mobile stack the project requires.
32
+
33
+ ## Own the Working System
34
+
35
+ Ownership in Portacode means more than downloading a code repository. Source, application data, containers, services, and configuration remain ordinary assets on a real machine. Use Portacode-hosted capacity for a zero-setup start, connect a computer or VPS you already have, or provision against supported self-hosted infrastructure. Back up or move the complete project when your needs change.
36
+
37
+ AI access remains controllable and reviewable. Inspect project state and line-by-line diffs, grant access only to selected devices or repositories, and decide what the agent may change.
35
38
 
36
39
  ## Start Building
37
40
 
38
- You do not need to prepare a machine before trying Portacode. Start at [portacode.com](https://portacode.com/), describe the outcome you want, and choose where the project should run.
41
+ Start at [portacode.com](https://portacode.com/), describe the outcome you want, and let Portacode prepare the workspace. You do not need to install this package or supply a server first.
39
42
 
40
- To bring an existing machine into Portacode, pair it once using the dashboard and the CLI below.
43
+ The rest of this README documents the optional device agent for bringing an existing machine into Portacode.
41
44
 
42
45
  ## Connect Your Own Machine
43
46
 
@@ -130,4 +133,11 @@ For product support, email [support@portacode.com](mailto:support@portacode.com)
130
133
 
131
134
  ## License
132
135
 
133
- Portacode's public device-side client is available under the [MIT License](https://github.com/portacode/portacode/blob/master/LICENSE).
136
+ Portacode's device-side client is available under the [PolyForm Shield License 1.0.0](LICENSE).
137
+ You may view, modify, self-host, and use it for non-competing purposes. You may
138
+ not use it to build or offer a competing product or service. Previously
139
+ published versions remain available under the MIT License that accompanied
140
+ those releases; this change applies to versions released under PolyForm Shield.
141
+
142
+ Third-party components remain under their own licenses. See their accompanying
143
+ notices and license files where provided.