LICENSE
README.md
pyproject.toml
sponsio/__init__.py
sponsio/_paths.py
sponsio/agents.py
sponsio/claude_agent.py
sponsio/cli.py
sponsio/config.py
sponsio/constants.py
sponsio/contract.py
sponsio/core.py
sponsio/crewai.py
sponsio/doctor.py
sponsio/eval_runner.py
sponsio/google_adk.py
sponsio/guard_stdin.py
sponsio/init_wizard.py
sponsio/langgraph.py
sponsio/mcp.py
sponsio/onboard.py
sponsio/onboard_setup.py
sponsio/openai.py
sponsio/py.typed
sponsio/refresh.py
sponsio/sponsiorc.py
sponsio/vercel_ai.py
sponsio.egg-info/PKG-INFO
sponsio.egg-info/SOURCES.txt
sponsio.egg-info/dependency_links.txt
sponsio.egg-info/entry_points.txt
sponsio.egg-info/requires.txt
sponsio.egg-info/top_level.txt
sponsio/contracts/capability/credentials.yaml
sponsio/contracts/capability/database.yaml
sponsio/contracts/capability/destructive.yaml
sponsio/contracts/capability/filesystem-strict.yaml
sponsio/contracts/capability/filesystem.yaml
sponsio/contracts/capability/host-config-integrity.yaml
sponsio/contracts/capability/self-modify.yaml
sponsio/contracts/capability/shell.yaml
sponsio/contracts/capability/subagent.yaml
sponsio/contracts/core/llm_safety.yaml
sponsio/contracts/core/runaway.yaml
sponsio/contracts/core/universal.yaml
sponsio/contracts/incident/claude-code-secret-bypass.yaml
sponsio/contracts/incident/cursor-railway-wipe.yaml
sponsio/contracts/incident/mcp-composition.yaml
sponsio/contracts/incident/openclaw.yaml
sponsio/contracts/incident/subagent-escape.yaml
sponsio/daemon/__init__.py
sponsio/daemon/client.py
sponsio/daemon/handlers.py
sponsio/daemon/protocol.py
sponsio/daemon/server.py
sponsio/demos/__init__.py
sponsio/demos/replay.py
sponsio/discovery/__init__.py
sponsio/discovery/_types.py
sponsio/discovery/loaders.py
sponsio/discovery/starter_pack.py
sponsio/discovery/trace_replay.py
sponsio/discovery/extractors/__init__.py
sponsio/discovery/extractors/code_analysis.py
sponsio/discovery/extractors/document.py
sponsio/discovery/extractors/tool_inventory.py
sponsio/formulas/__init__.py
sponsio/formulas/_pred_key.py
sponsio/formulas/dfa_evaluator.py
sponsio/formulas/evaluator.py
sponsio/formulas/fol.py
sponsio/formulas/formula.py
sponsio/formulas/nl_gen.py
sponsio/formulas/parser.py
sponsio/formulas/regex_check.py
sponsio/generation/__init__.py
sponsio/generation/llm_extraction.py
sponsio/generation/nl_to_contract.py
sponsio/generation/structured_ir.py
sponsio/integrations/__init__.py
sponsio/integrations/agents.py
sponsio/integrations/base.py
sponsio/integrations/claude_agent.py
sponsio/integrations/claude_code_install.py
sponsio/integrations/crewai.py
sponsio/integrations/cursor.py
sponsio/integrations/cursor_install.py
sponsio/integrations/google_adk.py
sponsio/integrations/hosts.py
sponsio/integrations/langgraph.py
sponsio/integrations/mcp.py
sponsio/integrations/openai.py
sponsio/integrations/openclaw_install.py
sponsio/integrations/otel.py
sponsio/integrations/vercel_ai.py
sponsio/models/__init__.py
sponsio/models/agent.py
sponsio/models/contract.py
sponsio/models/result.py
sponsio/models/spans.py
sponsio/models/system.py
sponsio/models/thresholds.py
sponsio/models/trace.py
sponsio/patterns/__init__.py
sponsio/patterns/library.py
sponsio/plugin/__init__.py
sponsio/plugin/append_ops.py
sponsio/plugin/mcp_introspect.py
sponsio/plugin/registry.py
sponsio/plugin/scan.py
sponsio/plugin/defaults/_host.yaml
sponsio/plugin/defaults/_host_claude_code.yaml
sponsio/plugin/defaults/_host_claude_code_subagent.yaml
sponsio/plugin/defaults/_host_cursor.yaml
sponsio/plugin/defaults/_host_cursor_subagent.yaml
sponsio/plugin/defaults/_host_openclaw.yaml
sponsio/plugin/defaults/_host_subagent.yaml
sponsio/plugin/defaults/filesystem.yaml
sponsio/plugin/defaults/github.yaml
sponsio/plugin/defaults/playwright.yaml
sponsio/plugin/openclaw_artifact/README.md
sponsio/plugin/openclaw_artifact/openclaw.plugin.json
sponsio/plugin/openclaw_artifact/package.json
sponsio/plugin/openclaw_artifact/dist/index.d.ts
sponsio/plugin/openclaw_artifact/dist/index.js
sponsio/plugin/prompts/__init__.py
sponsio/plugin/prompts/_pattern_vocabulary.md
sponsio/plugin/prompts/claude-code.md
sponsio/plugin/prompts/mcp-bare.md
sponsio/plugin/prompts/openclaw.md
sponsio/prompts/__init__.py
sponsio/prompts/onboard.md
sponsio/prompts/refresh.md
sponsio/prompts/scan.md
sponsio/protocols/__init__.py
sponsio/protocols/sto.py
sponsio/render/__init__.py
sponsio/render/components.py
sponsio/render/derive.py
sponsio/render/explain.py
sponsio/render/host_trace.py
sponsio/render/monitor.py
sponsio/render/replay.py
sponsio/render/rich_report.py
sponsio/render/session_view.py
sponsio/render/tokens.py
sponsio/reporting/__init__.py
sponsio/reporting/aggregator.py
sponsio/reporting/reader.py
sponsio/reporting/renderer.py
sponsio/runtime/__init__.py
sponsio/runtime/evaluators.py
sponsio/runtime/monitor.py
sponsio/runtime/perf.py
sponsio/runtime/session_log.py
sponsio/runtime/spinner.py
sponsio/runtime/strategies.py
sponsio/runtime/terminal.py
sponsio/runtime/verifier.py
sponsio/skills/sponsio/SKILL.md
sponsio/tracer/__init__.py
sponsio/tracer/exporters.py
sponsio/tracer/grounding.py
sponsio/tracer/otel_consumer.py
sponsio/tracer/otel_writer.py
sponsio/tracer/semconv.py
sponsio/tracer/tracer.py
tests/test_agents_integration.py
tests/test_atom_types.py
tests/test_base_autotag.py
tests/test_claude_agent_integration.py
tests/test_claude_code_secret_bypass.py
tests/test_cli_demo.py
tests/test_cli_scan_autovalidate.py
tests/test_cli_scan_config.py
tests/test_cli_scan_zero_tools.py
tests/test_cli_skill_install.py
tests/test_cli_validate.py
tests/test_code_analysis.py
tests/test_config.py
tests/test_config_performance.py
tests/test_config_sections.py
tests/test_contract_activate_at.py
tests/test_core.py
tests/test_crewai_integration.py
tests/test_cross_namespace_trace.py
tests/test_ctx_atom.py
tests/test_cursor_hook_protocol.py
tests/test_daemon_ipc.py
tests/test_daemon_plugin_append.py
tests/test_det_evaluator_isolation.py
tests/test_dfa_evaluator.py
tests/test_discovery_types.py
tests/test_doctor.py
tests/test_document_extractor.py
tests/test_emit_context_loop.py
tests/test_eval_action_contract.py
tests/test_eval_baseline.py
tests/test_eval_runner.py
tests/test_evaluator.py
tests/test_exporters.py
tests/test_extractor_providers.py
tests/test_finish_session.py
tests/test_formulas.py
tests/test_google_adk_integration.py
tests/test_grounding.py
tests/test_guard_stdin.py
tests/test_host_migrate.py
tests/test_include_resolution.py
tests/test_init_wizard.py
tests/test_langgraph_integration.py
tests/test_loaders.py
tests/test_ltl_contracts.py
tests/test_mcp.py
tests/test_mcp_composition.py
tests/test_model_validation.py
tests/test_monitor_spans.py
tests/test_monitor_thread_safety.py
tests/test_namespaced_tool_names.py
tests/test_nl_parser.py
tests/test_onboard.py
tests/test_onboard_setup.py
tests/test_openai_integration.py
tests/test_openclaw_artifact_sync.py
tests/test_oss_sto_gate.py
tests/test_otel_consumer.py
tests/test_otel_exporter.py
tests/test_otel_writer.py
tests/test_outcome_builder.py
tests/test_overrides.py
tests/test_pack_auto_select.py
tests/test_pack_quality_fixes.py
tests/test_path_safety.py
tests/test_pattern_e2e.py
tests/test_patterns.py
tests/test_perf_runtime.py
tests/test_perf_tracker.py
tests/test_plugin_append.py
tests/test_plugin_init.py
tests/test_plugin_install.py
tests/test_plugin_layout.py
tests/test_plugin_scan.py
tests/test_plugin_smart_merge.py
tests/test_render_derive.py
tests/test_render_explain.py
tests/test_render_host_trace.py
tests/test_render_monitor.py
tests/test_render_replay.py
tests/test_render_rich_report.py
tests/test_render_session_view.py
tests/test_render_tokens.py
tests/test_reporting.py
tests/test_rotate_session.py
tests/test_runtime_section.py
tests/test_self_modify_protection.py
tests/test_shadow_mode.py
tests/test_skill_doc_sync.py
tests/test_span_tree_otlp.py
tests/test_spans.py
tests/test_spinner.py
tests/test_sponsiorc.py
tests/test_thresholds.py
tests/test_time_atoms.py
tests/test_tool_inventory.py
tests/test_tool_rename_workspace.py
tests/test_trace_replay.py
tests/test_vercel_ai_integration.py
tests/test_verifier.py