LICENSE
README.md
pyproject.toml
setup.py
loom/__init__.py
loom/attachments.py
loom/cli.py
loom/clis.py
loom/entry.py
loom/events.py
loom/interactive_cli.py
loom/interactive_keys.py
loom/interactive_render.py
loom/mcp.py
loom/memory.py
loom/model_profiles.py
loom/patcher.py
loom/permissions.py
loom/plugins.py
loom/protocol.py
loom/server_cli.py
loom/skills.py
loom/storage.py
loom/tasks.py
loom/types.py
loom/version.py
loom/agents_bundled/builder.md
loom/agents_bundled/mvp_first.md
loom/agents_bundled/reviewer.md
loom/agents_bundled/risk_first.md
loom/agents_bundled/scout.md
loom/agents_bundled/user_first.md
loom/capabilities/__init__.py
loom/capabilities/companions.py
loom/capabilities/model_store.py
loom/capabilities/paths.py
loom/capabilities/perception.py
loom/capabilities/remote.py
loom/capabilities/spool_authoring.py
loom/capabilities/teammates.py
loom/capabilities/timeutil.py
loom/capabilities/trust.py
loom/capabilities/agents/__init__.py
loom/capabilities/diverge/__init__.py
loom/capabilities/diverge/portfolio.py
loom/capabilities/diverge/rubric.py
loom/capabilities/mcp/__init__.py
loom/capabilities/mcp/content.py
loom/capabilities/mcp/trust.py
loom/capabilities/memory/__init__.py
loom/capabilities/model_profiles/__init__.py
loom/capabilities/model_profiles/hardware.py
loom/capabilities/model_profiles/tiers.py
loom/capabilities/model_profiles/characterization/__init__.py
loom/capabilities/model_profiles/characterization/benchmark_protocol.py
loom/capabilities/model_profiles/characterization/capability_ledger.py
loom/capabilities/model_profiles/characterization/declared.py
loom/capabilities/model_profiles/characterization/measured.py
loom/capabilities/model_profiles/characterization/probes.py
loom/capabilities/model_profiles/characterization/runtime.py
loom/capabilities/model_profiles/characterization/scheduler.py
loom/capabilities/model_profiles/characterization/server_bench.py
loom/capabilities/permissions/__init__.py
loom/capabilities/permissions/rules.py
loom/capabilities/permissions/shell_parser.py
loom/capabilities/red_thread/__init__.py
loom/capabilities/red_thread/apply.py
loom/capabilities/red_thread/backfill.py
loom/capabilities/red_thread/brain_settings.py
loom/capabilities/red_thread/brains.py
loom/capabilities/red_thread/budget.py
loom/capabilities/red_thread/confine.py
loom/capabilities/red_thread/consolidation.py
loom/capabilities/red_thread/context.py
loom/capabilities/red_thread/curator.py
loom/capabilities/red_thread/curator_config.py
loom/capabilities/red_thread/curator_log.py
loom/capabilities/red_thread/digest.py
loom/capabilities/red_thread/doc_pass.py
loom/capabilities/red_thread/docs.py
loom/capabilities/red_thread/editorial.py
loom/capabilities/red_thread/findability.py
loom/capabilities/red_thread/frontmatter.py
loom/capabilities/red_thread/graph.py
loom/capabilities/red_thread/owned_docs.py
loom/capabilities/red_thread/policy.py
loom/capabilities/red_thread/registry.py
loom/capabilities/red_thread/service.py
loom/capabilities/red_thread/templates.py
loom/capabilities/red_thread/triggers.py
loom/capabilities/red_thread/visibility.py
loom/capabilities/red_thread/curator_providers/__init__.py
loom/capabilities/red_thread/curator_providers/base.py
loom/capabilities/red_thread/curator_providers/cli.py
loom/capabilities/red_thread/curator_providers/cloud.py
loom/capabilities/red_thread/curator_providers/fake.py
loom/capabilities/red_thread/curator_providers/llamacpp.py
loom/capabilities/red_thread/curator_providers/local.py
loom/capabilities/red_thread/curator_providers/resolver.py
loom/capabilities/routing/__init__.py
loom/capabilities/routing/digest.py
loom/capabilities/routing/outcomes.py
loom/capabilities/skills/__init__.py
loom/capabilities/tasks/__init__.py
loom/capabilities/weaver/__init__.py
loom/harness/__init__.py
loom/harness/agent.py
loom/harness/assurance.py
loom/harness/attachment_materializer.py
loom/harness/background_subagents.py
loom/harness/background_tasks.py
loom/harness/checkpoints.py
loom/harness/compaction.py
loom/harness/draft_verify.py
loom/harness/drift.py
loom/harness/events.py
loom/harness/file_state.py
loom/harness/hooks.py
loom/harness/output_styles.py
loom/harness/panel.py
loom/harness/patcher.py
loom/harness/project_memory.py
loom/harness/prompt_sections.py
loom/harness/prompts.py
loom/harness/protocol.py
loom/harness/repetition.py
loom/harness/storage.py
loom/harness/subagents.py
loom/harness/transactions.py
loom/harness/turn_attachments.py
loom/harness/types.py
loom/harness/verification.py
loom/harness/workflows.py
loom/harness/worktrees.py
loom/harness/integrity/__init__.py
loom/harness/integrity/adherence.py
loom/harness/integrity/claims.py
loom/harness/integrity/evidence.py
loom/harness/integrity/judge.py
loom/harness/providers/__init__.py
loom/harness/providers/base.py
loom/harness/providers/cli_agent.py
loom/harness/providers/errors.py
loom/harness/providers/http.py
loom/harness/providers/huggingface.py
loom/harness/providers/llamacpp.py
loom/harness/providers/media_capabilities.py
loom/harness/providers/mlx.py
loom/harness/providers/ollama.py
loom/harness/providers/ollama_capabilities.py
loom/harness/providers/openai_compat.py
loom/mcp_server/__init__.py
loom/mcp_server/__main__.py
loom/mcp_server/http.py
loom/mcp_server/loom_tools.py
loom/mcp_server/resources.py
loom/mcp_server/server.py
loom/mcp_server/tools.py
loom/server/__init__.py
loom/server/__main__.py
loom/server/attachment_runtime.py
loom/server/bridge.py
loom/server/cancellation.py
loom/server/capabilities.py
loom/server/companion_awareness.py
loom/server/companion_capture.py
loom/server/companion_runtime.py
loom/server/contract.py
loom/server/contract_schema.json
loom/server/contract_schema.sha256
loom/server/curator_runtime.py
loom/server/envelope.py
loom/server/fake_provider.py
loom/server/legacy_http.py
loom/server/loop_runtime.py
loom/server/mentions.py
loom/server/model_residency.py
loom/server/model_store.py
loom/server/panel_runtime.py
loom/server/panes.py
loom/server/provider_access.py
loom/server/rsapi.py
loom/server/runner.py
loom/server/sessions.py
loom/server/token_store.py
loom/server/transcript.py
loom/server/weaver_runtime.py
loom/server/workspaces.py
loom/server/git/__init__.py
loom/server/git/backend.py
loom/server/git/model.py
loom/server/git/service.py
loom/server/git/watcher.py
loom/skills_bundled/README.md
loom/skills_bundled/commit/SKILL.md
loom/skills_bundled/debug/SKILL.md
loom/skills_bundled/init/SKILL.md
loom/skills_bundled/remember/SKILL.md
loom/skills_bundled/review/SKILL.md
loom/skills_bundled/simplify/SKILL.md
loom/skills_bundled/skillify/SKILL.md
loom/skills_bundled/verify/SKILL.md
loom/tools/__init__.py
loom/tools/base.py
loom/tools/builtin.py
loom/tools/discovery.py
loom/tools/presentation.py
loom/tools/registry.py
loom/tools/shell_sandbox.py
loom/tools/web.py
red_standard_loom.egg-info/PKG-INFO
red_standard_loom.egg-info/SOURCES.txt
red_standard_loom.egg-info/dependency_links.txt
red_standard_loom.egg-info/entry_points.txt
red_standard_loom.egg-info/requires.txt
red_standard_loom.egg-info/top_level.txt
tests/test_agent.py
tests/test_agent_gen2_config.py
tests/test_agent_hooks.py
tests/test_agent_microcompaction.py
tests/test_agent_presentation.py
tests/test_agent_verification.py
tests/test_approvals.py
tests/test_assurance.py
tests/test_assurance_calibration.py
tests/test_attachment_materializer.py
tests/test_attachment_rsapi.py
tests/test_attachments.py
tests/test_benchmark_protocol.py
tests/test_brain_settings.py
tests/test_brain_settings_smoke_ollama.py
tests/test_brain_settings_wire.py
tests/test_breakthrough_benchmark_manifest.py
tests/test_breakthrough_control_loop.py
tests/test_breakthrough_dogfood_manifest.py
tests/test_breakthrough_evidence.py
tests/test_breakthrough_listener_audit.py
tests/test_breakthrough_mcp_acceptance.py
tests/test_bridge.py
tests/test_capabilities_independence.py
tests/test_capability_demotion.py
tests/test_capability_ledger.py
tests/test_characterization_hygiene.py
tests/test_characterization_live_ollama.py
tests/test_characterization_probes.py
tests/test_characterization_report.py
tests/test_characterization_scheduler.py
tests/test_check_script.py
tests/test_checkpoints_v2.py
tests/test_ci_workflow_security.py
tests/test_cleanroom_quant_core.py
tests/test_cleanroom_quant_evidence.py
tests/test_cleanroom_quant_math.py
tests/test_cli_agent_provider.py
tests/test_cli_descriptors.py
tests/test_cloud_providers.py
tests/test_colibri_retired.py
tests/test_companion_awareness.py
tests/test_companion_capture.py
tests/test_companion_curator_isolation.py
tests/test_companion_discovery.py
tests/test_companion_runtime.py
tests/test_compat_imports.py
tests/test_consolidation.py
tests/test_context_truth.py
tests/test_contract.py
tests/test_cross_project.py
tests/test_curation_event_wire.py
tests/test_curator_apply.py
tests/test_curator_backfill.py
tests/test_curator_budget.py
tests/test_curator_config_bounds.py
tests/test_curator_gate.py
tests/test_curator_pass.py
tests/test_curator_providers.py
tests/test_curator_smoke_ollama.py
tests/test_curator_triggers.py
tests/test_declared_collectors.py
tests/test_delta_coalescing.py
tests/test_distribution_package.py
tests/test_diverge_portfolio.py
tests/test_doc_ingest.py
tests/test_doc_pass.py
tests/test_doc_pass_proposal_shape.py
tests/test_draft_verify.py
tests/test_draft_verify_surfaces.py
tests/test_drift_monitor.py
tests/test_drift_wiring.py
tests/test_editorial_guardrails.py
tests/test_entry_dispatch.py
tests/test_events.py
tests/test_f1_checkpoint_persistence.py
tests/test_f2_cancel_continuation.py
tests/test_f3_session_ergonomics.py
tests/test_f4_agent_hooks.py
tests/test_f5_mcp_pooling.py
tests/test_f6_workflows.py
tests/test_findability.py
tests/test_format_schema.py
tests/test_format_schema_smoke_ollama.py
tests/test_frontier_smoke.py
tests/test_frontmatter.py
tests/test_gen2_compaction.py
tests/test_gen2_hygiene.py
tests/test_gen2_model_profiles.py
tests/test_git_service.py
tests/test_git_watcher.py
tests/test_graph_store.py
tests/test_h10_mcp_handshake.py
tests/test_h11_background_subagents.py
tests/test_h12_trust_and_hooks.py
tests/test_h13_settings_layering.py
tests/test_h15_native_tools.py
tests/test_h16_robustness.py
tests/test_h17_rewind.py
tests/test_h18_general_mcp_server.py
tests/test_h19_plugin_wiring.py
tests/test_h1_doctrine_plan_question.py
tests/test_h20_rewind_command.py
tests/test_h2_web_fallback_budget.py
tests/test_h3_background_tasks.py
tests/test_h4_notices.py
tests/test_h5_library.py
tests/test_h7_telemetry.py
tests/test_h8_search.py
tests/test_h9_shell_safety.py
tests/test_hardware_fit.py
tests/test_hooks.py
tests/test_hooks_smoke_ollama.py
tests/test_huggingface_stream.py
tests/test_identity_block.py
tests/test_integrity_adherence.py
tests/test_integrity_core.py
tests/test_integrity_judge.py
tests/test_interactive_cli.py
tests/test_interactive_cli_cards.py
tests/test_interactive_cli_keys.py
tests/test_interactive_cli_modeline.py
tests/test_interactive_cli_smoke_ollama.py
tests/test_llamacpp_curator_smoke.py
tests/test_llamacpp_provider.py
tests/test_llamacpp_smoke.py
tests/test_loom_core_perf.py
tests/test_loop_runtime_options.py
tests/test_mcp_builtin_servers.py
tests/test_mcp_content.py
tests/test_mcp_server.py
tests/test_mcp_wire_surface.py
tests/test_measured_profiles.py
tests/test_media_capabilities.py
tests/test_memory_facade.py
tests/test_memory_recall.py
tests/test_memory_recall_smoke_ollama.py
tests/test_memory_thread_api.py
tests/test_mention_resolution.py
tests/test_microcompact_smoke_ollama.py
tests/test_microcompaction.py
tests/test_milestones.py
tests/test_model_profile_options.py
tests/test_model_profile_seed_smoke_ollama.py
tests/test_model_profile_seeds.py
tests/test_model_residency.py
tests/test_model_store.py
tests/test_model_store_wire.py
tests/test_nested_repo_curation.py
tests/test_ollama_capabilities.py
tests/test_ollama_reasoning.py
tests/test_openai_compat.py
tests/test_openai_compat_reasoning.py
tests/test_owned_docs.py
tests/test_p2_integrity_live.py
tests/test_p3_draft_verify_live.py
tests/test_p4_prism_live.py
tests/test_pane_status.py
tests/test_panel_contract_events.py
tests/test_panel_contract_schema.py
tests/test_panel_run.py
tests/test_panel_runtime.py
tests/test_patcher_atomicity.py
tests/test_paths.py
tests/test_perception_dogfood.py
tests/test_perception_router.py
tests/test_permission_rules.py
tests/test_permissions.py
tests/test_permissions_protected.py
tests/test_phase2_reliability.py
tests/test_phase3_hardening.py
tests/test_phase4_platform.py
tests/test_project_memory.py
tests/test_project_memory_injection.py
tests/test_prompt_sections.py
tests/test_prompt_sections_gen2.py
tests/test_protocol.py
tests/test_provider_access.py
tests/test_provider_config_gen2.py
tests/test_provider_errors.py
tests/test_provider_streaming.py
tests/test_r1_notice_bridge.py
tests/test_r2_presentation_coverage.py
tests/test_reasoning_continuation.py
tests/test_reasoning_stream_order.py
tests/test_redshot_compatibility.py
tests/test_redshot_dogfood.py
tests/test_repetition.py
tests/test_request_mode.py
tests/test_residency_dogfood.py
tests/test_resume_identity.py
tests/test_rev39_niceties.py
tests/test_review_fixes.py
tests/test_richview_smoke_ollama.py
tests/test_role_pack.py
tests/test_route_outcome_digest.py
tests/test_route_outcome_events.py
tests/test_route_outcomes.py
tests/test_routing_seams.py
tests/test_routing_stats_server.py
tests/test_routing_table.py
tests/test_rsapi_handshake.py
tests/test_runtime_fingerprint.py
tests/test_sectioned_prompt_smoke_ollama.py
tests/test_server_bench.py
tests/test_server_bench_live.py
tests/test_session_answer_skip.py
tests/test_session_assurance.py
tests/test_session_budget.py
tests/test_session_events_r1.py
tests/test_session_lifecycle.py
tests/test_session_list.py
tests/test_session_recovery.py
tests/test_session_residency_lifecycle.py
tests/test_session_runtime_binding.py
tests/test_session_set_mode.py
tests/test_session_submission_receipts.py
tests/test_session_tool_calling.py
tests/test_session_transcript.py
tests/test_session_transcript_smoke_ollama.py
tests/test_session_workspace_resolution.py
tests/test_sessions_approval_scope.py
tests/test_sessions_gen2_wiring.py
tests/test_sidecar_packaging.py
tests/test_skills.py
tests/test_spool_author.py
tests/test_spool_author_smoke_ollama.py
tests/test_spool_tier1.py
tests/test_steering.py
tests/test_steering_server.py
tests/test_storage.py
tests/test_streaming_cancel.py
tests/test_subagent_smoke_ollama.py
tests/test_subagent_visibility.py
tests/test_suggest_next_steps.py
tests/test_t1_mcp_http_client.py
tests/test_t2_plugin_mcp_hooks.py
tests/test_t3_tool_rules.py
tests/test_t4_trust_commands.py
tests/test_t6_h18_primitives.py
tests/test_t7_parity_stragglers.py
tests/test_templates.py
tests/test_threat_model.py
tests/test_tier_policies.py
tests/test_todos.py
tests/test_tool_context_rules.py
tests/test_tool_discovery.py
tests/test_tool_message_history.py
tests/test_tool_presentation.py
tests/test_tool_registry.py
tests/test_tool_reliability.py
tests/test_transactions.py
tests/test_turn_digest.py
tests/test_turn_recap.py
tests/test_turn_recap_bridge.py
tests/test_u1_mcp_trust.py
tests/test_u2_mcp_walkup.py
tests/test_u3_worktree_isolation.py
tests/test_u4_prompt_hooks.py
tests/test_u5_multimodal.py
tests/test_verification.py
tests/test_verification_smoke_ollama.py
tests/test_visibility.py
tests/test_weaver_synthesize.py
tests/test_weaver_w1.py
tests/test_weaver_w6_polish.py
tests/test_workspaces.py