LICENSE
MANIFEST.in
README.md
SECURITY.md
projects.sample.json
pyproject.toml
docs/ARCHITECTURE.md
docs/BACKLOG.md
docs/CHANGELOG.md
docs/HOSTING.md
docs/REMOTE_STANDS.md
docs/ROADMAP.md
docs/adr/0001-hosting-backends.md
docs/adr/0002-k8s-backend.md
docs/adr/0003-remote-log-browsing.md
docs/adr/0004-iis-site-scoped-lifecycle.md
standkit/__init__.py
standkit/adopt.py
standkit/health.py
standkit/hosting.py
standkit/lifecycle.py
standkit/logs.py
standkit/models.py
standkit/platform.py
standkit/registry.py
standkit/secrets.py
standkit.egg-info/PKG-INFO
standkit.egg-info/SOURCES.txt
standkit.egg-info/dependency_links.txt
standkit.egg-info/entry_points.txt
standkit.egg-info/requires.txt
standkit.egg-info/top_level.txt
standkit_agent/__init__.py
standkit_agent/__main__.py
standkit_agent/audit.py
standkit_agent/security.py
standkit_agent/server.py
standkit_hub/__init__.py
standkit_hub/__main__.py
standkit_hub/agent_control.py
standkit_hub/client.py
standkit_hub/config.py
standkit_hub/logs_browser.py
standkit_hub/poller.py
standkit_hub/redis_min.py
standkit_hub/security.py
standkit_hub/server.py
standkit_hub/shortcut.py
standkit_hub/assets/bpmkit-icon.ico
standkit_hub/assets/icon.png
standkit_hub/web/app.js
standkit_hub/web/bpmkit-logo-dark.svg
standkit_hub/web/bpmkit-logo.svg
standkit_hub/web/favicon.png
standkit_hub/web/favicon.svg
standkit_hub/web/index.html
standkit_hub/web/manifest.webmanifest
standkit_hub/web/style.css
tests/test_adopt.py
tests/test_agent_security.py
tests/test_agent_server_integration.py
tests/test_health.py
tests/test_hosting.py
tests/test_hub_agent_control.py
tests/test_hub_config.py
tests/test_hub_fast_paint.py
tests/test_hub_logs_browser.py
tests/test_hub_pwa_and_compact.py
tests/test_hub_redis_min.py
tests/test_hub_register.py
tests/test_hub_server.py
tests/test_hub_shortcut.py
tests/test_lifecycle.py
tests/test_logs.py
tests/test_models.py
tests/test_registry.py
tests/test_registry_resolver.py
tests/test_secrets.py