.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
deploy/systemd/skcapstone-dashboard.service.d/shutdown.conf
docs/CMDB_OPERATOR_VIEWS.md
docs/SKCOUNTER_ECONOMY.md
docs/approval/SKCP-00-MEASUREMENT-ARCHITECTURE-APPROVAL-2026-08-23.md
docs/architecture/ADR-0001-CONTROL-PLANE-MEASUREMENT-AND-REPORTING.md
docs/contracts/CONTROL-PLANE-CONTRACT-COMPATIBILITY-v1.1.0.md
docs/contracts/control-plane-action-preview.schema.json
docs/contracts/control-plane-insight.schema.json
docs/contracts/control-plane-metric-result.schema.json
docs/contracts/control-plane-recommendation.schema.json
docs/contracts/control-plane-report-snapshot.schema.json
docs/contracts/openapi.control-plane.v1.json
docs/contracts/v1.1.0/control-plane-action-preview.v1.1.0.schema.json
docs/contracts/v1.1.0/control-plane-insight.v1.1.0.schema.json
docs/contracts/v1.1.0/control-plane-metric-result.v1.1.0.schema.json
docs/contracts/v1.1.0/control-plane-recommendation.v1.1.0.schema.json
docs/contracts/v1.1.0/control-plane-report-snapshot.v1.1.0.schema.json
docs/contracts/v1.1.0/openapi.control-plane.v1.1.0.json
docs/evidence/SKCP-00-CANDIDATE-2026-08-23.md
docs/evidence/SKCP-00F5-CONTRACT-REPAIR-2026-08-23.md
docs/planning/SK-CONTROL-PLANE-BREADTH-FIRST-SPRINTS.md
docs/review/SKCP-00-CANDIDATE-MANIFEST.json
docs/review/SKCP-00-INDEPENDENT-REVIEW-2026-08-23.md
docs/wireframes/control-plane-authorization-preview.png
docs/wireframes/control-plane-estate-pulse.html
docs/wireframes/control-plane-estate-pulse.png
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/dashboard_skcounter.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_cmdb_operations.py
tests/test_cmdb_operator_views.py
tests/test_cmdb_search.py
tests/test_consent_events.py
tests/test_control_plane_architecture.py
tests/test_control_plane_contract_remediation.py
tests/test_economy_dashboard.py
tests/test_fleet_drift.py
tests/test_human_cab_vote.py
tests/test_itil_sync_and_daemon.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_skcounter_economy.py
tests/test_smoke.py
tests/test_surface_registry.py
tests/test_write_route_gates.py