LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
maxey0/__init__.py
maxey0/scw.py
maxey0.egg-info/PKG-INFO
maxey0.egg-info/SOURCES.txt
maxey0.egg-info/dependency_links.txt
maxey0.egg-info/entry_points.txt
maxey0.egg-info/requires.txt
maxey0.egg-info/top_level.txt
maxey0_ss/__init__.py
maxey0_ss/__main__.py
maxey0_ss/a2a_directory.py
maxey0_ss/a2a_server.py
maxey0_ss/graph.py
maxey0_ss/graph_export.py
maxey0_ss/host_window.py
maxey0_ss/identity.py
maxey0_ss/mcp_2026.py
maxey0_ss/mcp_delivery.py
maxey0_ss/mcp_delivery_server.py
maxey0_ss/mcp_public_server.py
maxey0_ss/mcp_server.py
maxey0_ss/mcp_session_server.py
maxey0_ss/mcp_stdio_server.py
maxey0_ss/mcp_surface.py
maxey0_ss/models.py
maxey0_ss/planes.py
maxey0_ss/privacy.py
maxey0_ss/public_server.py
maxey0_ss/ratelimit.py
maxey0_ss/scw_deployer.py
maxey0_ss/settings.py
maxey0_ss/system.py
maxey0_ss/tasks.py
maxey0_ss/adapters/__init__.py
maxey0_ss/adapters/a2a.py
maxey0_ss/adapters/mcp.py
maxey0_ss/adapters/harnesses/__init__.py
maxey0_ss/adapters/harnesses/base.py
maxey0_ss/adapters/harnesses/claude_agent_sdk.py
maxey0_ss/adapters/harnesses/google_adk.py
maxey0_ss/adapters/harnesses/langchain.py
maxey0_ss/adapters/harnesses/microsoft.py
maxey0_ss/adapters/harnesses/nvidia.py
maxey0_ss/adapters/harnesses/observe.py
maxey0_ss/adapters/harnesses/openai_agents.py
maxey0_ss/api/__init__.py
maxey0_ss/api/app.py
maxey0_ss/auth/__init__.py
maxey0_ss/auth/config.py
maxey0_ss/auth/oidc.py
maxey0_ss/auth/policy.py
maxey0_ss/auth/roles.py
maxey0_ss/cache/__init__.py
maxey0_ss/cache/config.py
maxey0_ss/cache/identity.py
maxey0_ss/cache/policy.py
maxey0_ss/cache/store.py
maxey0_ss/containment/__init__.py
maxey0_ss/containment/attestation.py
maxey0_ss/containment/hierarchy.py
maxey0_ss/containment/protocol.py
maxey0_ss/containment/structural.py
maxey0_ss/containment/verify_cli.py
maxey0_ss/context/directory.py
maxey0_ss/context/graph.py
maxey0_ss/context/isolation.py
maxey0_ss/context/service.py
maxey0_ss/distribution/__init__.py
maxey0_ss/distribution/registry.py
maxey0_ss/examples/__init__.py
maxey0_ss/examples/chartered_run_evidence.json
maxey0_ss/examples/external_a2a_agent.py
maxey0_ss/examples/external_mcp_server.py
maxey0_ss/examples/maker_checker_judge.py
maxey0_ss/examples/run_demo.py
maxey0_ss/execution/chartered.py
maxey0_ss/execution/loop.py
maxey0_ss/execution/router.py
maxey0_ss/execution/spawn.py
maxey0_ss/gating/__init__.py
maxey0_ss/gating/address.py
maxey0_ss/gating/semantic.py
maxey0_ss/observability/bridge.py
maxey0_ss/observability/ledger.py
maxey0_ss/observability/service.py
maxey0_ss/providers/__init__.py
maxey0_ss/providers/anthropic.py
maxey0_ss/providers/base.py
maxey0_ss/providers/gated.py
maxey0_ss/providers/huggingface.py
maxey0_ss/providers/openai.py
maxey0_ss/runtimes/drift.py
maxey0_ss/runtimes/scw.py
maxey0_ss/schemas/a2a.json
maxey0_ss/schemas/mcp-directory.json
maxey0_ss/semantic/math.py
maxey0_ss/semantic/runtime.py
maxey0_ss/tests/test_adapters.py
maxey0_ss/tests/test_api.py
maxey0_ss/tests/test_auth_cache.py
maxey0_ss/tests/test_auth_token_file_and_store.py
maxey0_ss/tests/test_authorization.py
maxey0_ss/tests/test_bearer_tokens.py
maxey0_ss/tests/test_cache_isolation.py
maxey0_ss/tests/test_chartered.py
maxey0_ss/tests/test_containment.py
maxey0_ss/tests/test_core_items.py
maxey0_ss/tests/test_distribution_entrypoints.py
maxey0_ss/tests/test_distributions.py
maxey0_ss/tests/test_drift_bounds.py
maxey0_ss/tests/test_drift_capability.py
maxey0_ss/tests/test_edge_surface.py
maxey0_ss/tests/test_evidence_persistence.py
maxey0_ss/tests/test_fullstack.py
maxey0_ss/tests/test_gate_surface.py
maxey0_ss/tests/test_hierarchy.py
maxey0_ss/tests/test_identity_and_orchestration.py
maxey0_ss/tests/test_input_hardening.py
maxey0_ss/tests/test_mcp_2026.py
maxey0_ss/tests/test_mcp_2026_updated.py
maxey0_ss/tests/test_mcp_session_server.py
maxey0_ss/tests/test_mcp_surface.py
maxey0_ss/tests/test_oidc.py
maxey0_ss/tests/test_providers.py
maxey0_ss/tests/test_public_host_planes.py
maxey0_ss/tests/test_rate_limit.py
maxey0_ss/tests/test_request_caps.py
maxey0_ss/tests/test_settings.py
maxey0_ss/tests/test_spawn.py
maxey0_ss/tests/test_surface_auth.py
maxey0_ss/tests/test_tasks.py
maxey0_ss/tests/test_wired_not_labelled.py
maxey0_ss/tests/test_wiring.py
mcp_apps/super_space.html
mcp_apps/super_space_react/dist/mcp-app.html
server/_preflight.py
server/concept_scw.py
server/context_server.py
server/loops_server.py
server/mcpb_entry.py
server/observe_server.py
server/run_studio.py
server/gate/__init__.py
server/gate/attribution.py
server/gate/core.py
server/gate/journal.py
server/gate/levels.py
server/gate/privacy.py
server/gate/protocol.py
server/gate/store.py
server/gate/adapters/__init__.py
server/gate/adapters/claude_code.py
server/gate/adapters/generic.py
server/maxey0_studio/__init__.py
server/maxey0_studio/__main__.py
server/maxey0_studio/anthropic_client.py
server/maxey0_studio/app.py
server/maxey0_studio/cross_window.py
server/maxey0_studio/experiment.py
server/maxey0_studio/gate_view.py
server/maxey0_studio/live_session.py
server/maxey0_studio/mission.py
server/maxey0_studio/observability.py
server/maxey0_studio/semantic.py
server/maxey0_studio/state.py
server/maxey0_studio/traces.py
server/maxey0_studio/static/graph3d.js
server/maxey0_studio/static/index.html
server/maxey0_studio/static/studio.css
server/maxey0_studio/static/studio.js
server/planes/__init__.py
server/planes/bootstrap.py
server/planes/catalog.py
server/planes/context_extras.py
server/planes/context_plane.py
server/planes/loops_impl.py
server/planes/loops_plane.py
server/planes/menu.py
server/planes/observe_impl.py
server/planes/observe_plane.py
server/planes/results.py
server/vendor/VENDOR.json
server/vendor/d4/__init__.py
server/vendor/d4/compositions.py
server/vendor/d4/harness_dsl.py
server/vendor/data/loops.json
server/vendor/loopkit/__init__.py
server/vendor/loopkit/harness_kit.py
server/vendor/maxey0/anchors.json
server/vendor/maxey0/complexity-map.json
server/vendor/maxey0/manifest.json
server/vendor/maxey0/maxey0_subagents.csv
server/vendor/maxey0/registry.json
server/vendor/maxey0/team_mapping.csv
server/vendor/scw_runtime/__init__.py
server/vendor/scw_runtime/__main__.py
server/vendor/scw_runtime/attest.py
server/vendor/scw_runtime/cache.py
server/vendor/scw_runtime/cli.py
server/vendor/scw_runtime/errors.py
server/vendor/scw_runtime/events.py
server/vendor/scw_runtime/harness.py
server/vendor/scw_runtime/isolation.py
server/vendor/scw_runtime/model.py
server/vendor/scw_runtime/partition.py
server/vendor/scw_runtime/privacy.py
server/vendor/scw_runtime/prompt.py
server/vendor/scw_runtime/replay.py
server/vendor/scw_runtime/scenarios.py
server/vendor/scw_runtime/server.py
server/vendor/scw_runtime/tokens.py
server/vendor/scw_runtime/window.py
tests/test_adapters_framework_observers.py
tests/test_concept_scw.py
tests/test_configuration.py
tests/test_deploy_artifacts.py
tests/test_distribution_registry.py
tests/test_documented_counts.py
tests/test_frontmatter.py
tests/test_gate.py
tests/test_installed_package.py
tests/test_invariants.py
tests/test_levels_and_traces.py
tests/test_live_session_and_client.py
tests/test_ontology.py
tests/test_packaging.py
tests/test_placeholders.py
tests/test_planes.py
tests/test_privacy.py
tests/test_scw_runtime.py
tests/test_studio.py
tests/test_version.py