LICENSE
MANIFEST.in
README.md
SECURITY.md
projects.sample.json
pyproject.toml
docs/ARCHITECTURE.md
docs/BACKLOG.md
docs/CHANGELOG.md
docs/COOKBOOK_LINUX.md
docs/HOSTING.md
docs/README.md
docs/REMOTE_STANDS.md
docs/ROADMAP.md
docs/GAPs/GAP-001-registry-fields-out-of-hub-form.md
docs/GAPs/GAP-002-http-probe-down-not-explained.md
docs/GAPs/GAP-003-redis-endpoint-in-extra.md
docs/GAPs/GAP-004-cookbook-hub-register-form.md
docs/GAPs/GAP-005-cookbook-hub-side-secrets.md
docs/GAPs/GAP-006-log-dir-case-and-separator.md
docs/GAPs/GAP-007-agent-paths-raw-traceback.md
docs/GAPs/GAP-008-agent-cert-trust-on-hub.md
docs/GAPs/README.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
docs/research/companion-v2-cicd-thin-agent.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/cookbook.html
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_agent_startup_preflight.py
tests/test_health.py
tests/test_hosting.py
tests/test_hub_agent_control.py
tests/test_hub_client_tls.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_hub_single_instance.py
tests/test_lifecycle.py
tests/test_logs.py
tests/test_models.py
tests/test_no_window.py
tests/test_registry.py
tests/test_registry_resolver.py
tests/test_secrets.py