.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
SOP.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/docs-check.yml
.github/workflows/publish.yml
.github/workflows/secret-scan.yml
src/skdashboard/__init__.py
src/skdashboard/consent.py
src/skdashboard/dashboard.html
src/skdashboard/dashboard.py
src/skdashboard/dashboard_assistant.py
src/skdashboard/dashboard_cmdb.py
src/skdashboard/dashboard_economy.py
src/skdashboard/dashboard_fleet.py
src/skdashboard/dashboard_itil.py
src/skdashboard/dashboard_kanban.py
src/skdashboard/dashboard_operator.py
src/skdashboard/dashboard_overview.py
src/skdashboard/queue_authz.py
src/skdashboard/skdashboard_manifest.py
src/skdashboard/surface_registry.py
src/skdashboard.egg-info/PKG-INFO
src/skdashboard.egg-info/SOURCES.txt
src/skdashboard.egg-info/dependency_links.txt
src/skdashboard.egg-info/requires.txt
src/skdashboard.egg-info/top_level.txt
src/skdashboard/static/assistant.html
src/skdashboard/static/board.html
src/skdashboard/static/cmdb.html
src/skdashboard/static/cockpit.html
src/skdashboard/static/economy.html
src/skdashboard/static/fleet.html
src/skdashboard/static/models.html
src/skdashboard/static/overview.html
src/skdashboard/static/trust.html
src/skdashboard/static/css/assistant.css
src/skdashboard/static/css/board.css
src/skdashboard/static/css/cmdb.css
src/skdashboard/static/css/cockpit.css
src/skdashboard/static/css/economy.css
src/skdashboard/static/css/fleet.css
src/skdashboard/static/css/overview.css
src/skdashboard/static/js/ai_compose.js
src/skdashboard/static/js/api.js
src/skdashboard/static/js/assistant.js
src/skdashboard/static/js/board.js
src/skdashboard/static/js/cmdb.js
src/skdashboard/static/js/cockpit.js
src/skdashboard/static/js/economy.js
src/skdashboard/static/js/editor.js
src/skdashboard/static/js/fleet.js
src/skdashboard/static/js/overview.js
src/skdashboard/static/vendor/Sortable.min.js
tests/test_capability_handout.py
tests/test_cm_p2_change_routes.py
tests/test_cm_p33_verify_route.py
tests/test_consent_events.py
tests/test_economy_dashboard.py
tests/test_fleet_drift.py
tests/test_human_cab_vote.py
tests/test_kanban_describe.py
tests/test_operator_cockpit.py
tests/test_queue_authz.py
tests/test_queue_gate_enforcement.py
tests/test_server_bind.py
tests/test_smoke.py
tests/test_surface_registry.py
tests/test_write_route_gates.py