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.
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/.gitignore +5 -0
- portacode-2.0.0.dev0/LICENSE +91 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/PKG-INFO +54 -32
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/README.md +36 -26
- portacode-2.0.0.dev0/docs/guest-host-requests-plan.md +564 -0
- portacode-2.0.0.dev0/portacode/README.md +24 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/_version.py +2 -2
- portacode-2.0.0.dev0/portacode/connection/guest_host_protocol.py +128 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/WEBSOCKET_PROTOCOL.md +57 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/system_handlers.py +12 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/terminal.py +107 -0
- portacode-2.0.0.dev0/portacode/connection/test_guest_host_protocol.py +59 -0
- portacode-2.0.0.dev0/portacode/connection/test_guest_host_terminal.py +86 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode.egg-info/PKG-INFO +54 -32
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode.egg-info/SOURCES.txt +4 -15
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/setup.py +25 -9
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/README.md +3 -1
- portacode-1.5.33.dev0/.claude/agents/communication-manager.md +0 -5
- portacode-1.5.33.dev0/.claude/settings.local.json +0 -23
- portacode-1.5.33.dev0/.gitmodules +0 -6
- portacode-1.5.33.dev0/LICENSE +0 -21
- portacode-1.5.33.dev0/portacode/README.md +0 -16
- portacode-1.5.33.dev0/portacode_for_school/.gitignore +0 -4
- portacode-1.5.33.dev0/portacode_for_school/README.md +0 -76
- portacode-1.5.33.dev0/portacode_for_school/persistent_workspace/Dockerfile +0 -32
- portacode-1.5.33.dev0/portacode_for_school/persistent_workspace/README.md +0 -77
- portacode-1.5.33.dev0/portacode_for_school/persistent_workspace/entrypoint.sh +0 -68
- portacode-1.5.33.dev0/portacode_for_school/persistent_workspace/manage_classroom.py +0 -488
- portacode-1.5.33.dev0/portacode_for_school/temporary_workspace/Dockerfile +0 -32
- portacode-1.5.33.dev0/portacode_for_school/temporary_workspace/README.md +0 -93
- portacode-1.5.33.dev0/portacode_for_school/temporary_workspace/docker-compose.yaml +0 -19
- portacode-1.5.33.dev0/portacode_for_school/temporary_workspace/docs/device_transfere.png +0 -0
- portacode-1.5.33.dev0/portacode_for_school/temporary_workspace/docs/pairing_approval.png +0 -0
- portacode-1.5.33.dev0/portacode_for_school/temporary_workspace/entrypoint.sh +0 -36
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/AGENTS.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/MANIFEST.in +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/Makefile +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/build_android.sh +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/connect.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/connect.sh +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/docs/cloudflared-domain-connect-containers-audit.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/docs/creative-team-brief-portacode.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/docs/device-health-alerting-plan.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/docs/devops-messaging-ab-tests.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/docs/homepage-dashboard-positioning-fixes.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/docs/template-guide.html +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/simple_device/Dockerfile +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/simple_device/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/simple_device/data/device-01/.local/share/portacode/keys/id_portacode +0 -0
- {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
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/simple_device/docker-compose.yaml +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/Dockerfile +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/.local/share/portacode/keys/id_portacode +0 -0
- {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
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/.local/share/portacode/run/gateway.pid +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/.gitignore +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/db.sqlite3 +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/__init__.py +0 -0
- {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
- {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
- {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
- {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
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/manage.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/requirements.txt +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/templates/treats/home.html +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/__init__.py +0 -0
- {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
- {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
- {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
- {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
- {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
- {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
- {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
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/admin.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/apps.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/menu.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/migrations/__init__.py +0 -0
- {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
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/models.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/tests.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-01/workspace/treats/views.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/.local/share/portacode/keys/id_portacode +0 -0
- {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
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/manage.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/requirements.txt +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/templates/treats/home.html +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/admin.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/apps.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/menu.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/models.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/tests.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-02/workspace/treats/views.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/.local/share/portacode/keys/id_portacode +0 -0
- {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
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/manage.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/requirements.txt +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/templates/treats/home.html +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/admin.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/apps.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/menu.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/models.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/tests.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-03/workspace/treats/views.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/.local/share/portacode/keys/id_portacode +0 -0
- {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
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/manage.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/requirements.txt +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/templates/treats/home.html +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/admin.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/apps.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/menu.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/models.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/tests.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-04/workspace/treats/views.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/.local/share/portacode/keys/id_portacode +0 -0
- {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
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/manage.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/requirements.txt +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/templates/treats/home.html +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/admin.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/apps.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/menu.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/models.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/tests.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-05/workspace/treats/views.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/.local/share/portacode/keys/id_portacode +0 -0
- {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
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/manage.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/requirements.txt +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/templates/treats/home.html +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/admin.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/apps.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/menu.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/models.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/tests.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-06/workspace/treats/views.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/.local/share/portacode/keys/id_portacode +0 -0
- {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
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/manage.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/requirements.txt +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/templates/treats/home.html +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/admin.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/apps.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/menu.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/models.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/tests.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-07/workspace/treats/views.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/.local/share/portacode/keys/id_portacode +0 -0
- {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
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/manage.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/requirements.txt +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/templates/treats/home.html +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/admin.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/apps.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/menu.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/models.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/tests.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-08/workspace/treats/views.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/.local/share/portacode/keys/id_portacode +0 -0
- {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
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/manage.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/requirements.txt +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/templates/treats/home.html +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/admin.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/apps.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/menu.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/models.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/tests.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-09/workspace/treats/views.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/.local/share/portacode/keys/id_portacode +0 -0
- {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
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/manage.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/requirements.txt +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/templates/treats/home.html +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/admin.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/apps.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/menu.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/models.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/tests.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/data/student-10/workspace/treats/views.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/docker-compose.yaml +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/galactic_bakeshop/settings.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/galactic_bakeshop/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/manage.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/requirements.txt +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/templates/treats/home.html +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/admin.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/apps.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/menu.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/migrations/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/models.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/tests.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/urls.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/initial_content/treats/views.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/examples/workshop_fleet/instructions/WELCOME.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/__main__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/cli.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/codex_loopback_proxy.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/codex_prepare.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/codex_usage_limit.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/client.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/codex_app_server.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/automation_v2_handlers.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/base.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/browser_handlers.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/chunked_content.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/cloudflare_forwarding.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/cloudflare_tunnel.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/codex_handlers.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/diff_handlers.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/file_handlers.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/file_transfer_handlers.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_aware_file_handlers.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/file_system_watcher.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/git_manager.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/handlers.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/manager.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/models.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/test_handlers.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state/utils.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/project_state_handlers.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/proxmox_infra.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/registry.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/resumable_transfer_handlers.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/runtime_user.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/session.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/tab_factory.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/terminal_handlers.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/test_browser_handlers.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/test_cloudflare_forwarding.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/test_file_move_copy.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/test_proxmox_infra.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/test_runtime_user.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/handlers/update_handler.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/multiplex.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/test_webmin_proxy_config.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/connection/webmin_proxy_config.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/data.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/exit_codes.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/github_credential.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/keypair.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/__pycache__/__init__.cpython-311.pyc +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/__pycache__/__init__.cpython-38.pyc +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/__pycache__/link_capture_wrapper.cpython-311.pyc +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/__pycache__/link_capture_wrapper.cpython-38.pyc +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/elinks +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/gio-open +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/gnome-open +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/gvfs-open +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/kde-open +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/kfmclient +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/link_capture_exec.sh +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/link_capture_wrapper.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/links +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/links2 +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/lynx +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/mate-open +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/netsurf +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/sensible-browser +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/w3m +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/x-www-browser +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/link_capture/bin/xdg-open +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/logging_categories.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/pairing.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/provisioning_cache.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/restart.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/service.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/singleton.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/static/js/test-ntp-clock.html +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/static/js/utils/ntp-clock.js +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/test_runtime_paths.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/test_service.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/test_singleton.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/test_terminal_exposed_services.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tests/test_codex_app_server.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tests/test_codex_handlers.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tests/test_codex_loopback_proxy.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tests/test_codex_prepare.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tests/test_github_credential.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tests/test_image_read_handler.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tests/test_resumable_transfer_handlers.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tests/test_system_handlers.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/cloudflared_login.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/ensure_cloudflared.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/ensure_pyyaml.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/forwarding_state.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/get_domain.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/privileged.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/service_install.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/tunneling/state.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/updater.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/utils/NTP_ARCHITECTURE.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/utils/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/utils/diff_apply.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/utils/diff_renderer.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/utils/ntp_clock.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode/utils/runtime_paths.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode.egg-info/dependency_links.txt +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode.egg-info/entry_points.txt +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode.egg-info/requires.txt +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/portacode.egg-info/top_level.txt +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/pyproject.toml +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/run_tests.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/scripts/diagnose_codex_gateway.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/setup.cfg +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test.sh +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/README.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_device_online.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_file_operations.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_git_status_ui.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_login_flow.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_navigate_testing_folder.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_play_store_screenshots.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_terminal_buffer_performance.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_terminal_interaction.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_terminal_loading_race_condition.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_modules/test_terminal_start.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_request_id.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/test_session_terminal_shutdown.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/.env.example +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/cli.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/core/__init__.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/core/base_test.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/core/cli_manager.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/core/hierarchical_runner.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/core/playwright_manager.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/core/runner.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/core/shared_cli_manager.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/core/test_discovery.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/testing_framework/requirements.txt +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/UI_UX/opening_a_file_on_desktop_results_in_nothing.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/UI_UX/server_occasionally_stops_communicating_with_all_devices.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/agent_context_management.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/django_server_time_sync.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/device_performance_degradation.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/git_data_not_captured_in_proxmox.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/indefinite_resource_loading.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/portacode_service_silently_down.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/premature_terminal_exit.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/project_cpu_hotspots.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/terminals_exit_upon_starting.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/websocket_client_silently_dead.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/issues/wrong_item_classification_on_client_side.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/todo/smartphone_terminal_input_frustrations.md +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/tools/generate_play_store_assets.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/tools/pairing_tester.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/tools/run_screenshot_suite.sh +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/tools/test_python_ntp_clock.py +0 -0
- {portacode-1.5.33.dev0 → portacode-2.0.0.dev0}/validate.sh +0 -0
|
@@ -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:
|
|
4
|
-
Summary:
|
|
5
|
-
Home-page: https://
|
|
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/
|
|
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
|
|
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 ::
|
|
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
|
-
|
|
71
|
+
[](https://polyformproject.org/licenses/shield/1.0.0)
|
|
60
72
|
|
|
61
|
-
|
|
73
|
+
**One prompt. The whole software lifecycle.**
|
|
62
74
|
|
|
63
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
70
|
-
-
|
|
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
|
-
##
|
|
84
|
+
## From Idea to Running Software
|
|
78
85
|
|
|
79
|
-
Portacode
|
|
86
|
+
Portacode's AI can carry work across the application lifecycle:
|
|
80
87
|
|
|
81
|
-
-
|
|
82
|
-
-
|
|
83
|
-
-
|
|
84
|
-
-
|
|
85
|
-
-
|
|
86
|
-
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
3
|
+
[](https://polyformproject.org/licenses/shield/1.0.0)
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
**One prompt. The whole software lifecycle.**
|
|
6
6
|
|
|
7
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
14
|
-
-
|
|
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
|
-
##
|
|
16
|
+
## From Idea to Running Software
|
|
22
17
|
|
|
23
|
-
Portacode
|
|
18
|
+
Portacode's AI can carry work across the application lifecycle:
|
|
24
19
|
|
|
25
|
-
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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.
|