LICENSE
README.md
pyproject.toml
adapters/__init__.py
adapters/markdown_views.py
core/__init__.py
core/amendments.py
core/audit.py
core/governance.py
core/index_refresh.py
core/indexing.py
core/ledger.py
core/proposals.py
core/search.py
docs/failure-policy.md
docs/host-integration.md
docs/security.md
governance/__init__.py
governance/cli.py
governance/errors.py
governance/escalation.py
governance/failure_policy.py
governance/hashing.py
governance/prompts.py
governance/registry.py
governance/scope_policy.py
governance/validation.py
governance/workflow.py
governance/roles/analysis_objectivity_auditor/instructions.md
governance/roles/analysis_objectivity_auditor/role.yaml
governance/roles/benchmark_control_auditor/instructions.md
governance/roles/benchmark_control_auditor/role.yaml
governance/roles/cold_adversarial_reviewer/instructions.md
governance/roles/cold_adversarial_reviewer/role.yaml
governance/roles/correction_executor/instructions.md
governance/roles/correction_executor/role.yaml
governance/roles/paper_evidence_evaluator/instructions.md
governance/roles/paper_evidence_evaluator/role.yaml
governance/roles/reproducibility_reviewer/instructions.md
governance/roles/reproducibility_reviewer/role.yaml
governance/roles/research_memory_maintainer/instructions.md
governance/roles/research_memory_maintainer/role.yaml
governance/roles/retrieval_governor/instructions.md
governance/roles/retrieval_governor/role.yaml
governance/roles/scope_and_cost_governor/instructions.md
governance/roles/scope_and_cost_governor/role.yaml
governance/roles/substance_reviewer/instructions.md
governance/roles/substance_reviewer/role.yaml
governance/roles/user_alignment_reviewer/instructions.md
governance/roles/user_alignment_reviewer/role.yaml
governance/schemas/prompt-pack.schema.json
governance/schemas/role-manifest.schema.json
integrations/__init__.py
integrations/codex/__init__.py
integrations/codex/adapter.py
packs/study_type/research_operations.yaml
plugin/universal-research-memory/.mcp.json
plugin/universal-research-memory/.codex-plugin/plugin.json
plugin/universal-research-memory/skills/research-governance/SKILL.md
plugin/universal-research-memory/skills/research-governance/agents/openai.yaml
plugin/universal-research-memory/skills/research-workflow/SKILL.md
schemas/agent-runtime-event.schema.json
schemas/core-record.schema.json
schemas/index-health.schema.json
schemas/pack-manifest.schema.json
schemas/project-profile.schema.json
schemas/research-agent-decision.schema.json
schemas/research-agent-task.schema.json
scripts/__init__.py
scripts/audit_research_ledger.py
scripts/build_research_ledger_index.py
scripts/build_research_semantic_index.py
scripts/query_research_ledger.py
scripts/research_device.py
scripts/research_event_corrections.py
scripts/research_event_corrections_v2.py
scripts/research_reference_corpus.py
scripts/validate_distribution_artifact.py
scripts/validate_mcp_ab_benchmark.py
scripts/validate_research_ledger.py
scripts/watch_research_index.py
tests/test_agent_evidence_authority.py
tests/test_agent_execution.py
tests/test_agent_runtime.py
tests/test_agent_runtime_store.py
tests/test_build_research_ledger_index.py
tests/test_build_research_semantic_index.py
tests/test_codex_adapter.py
tests/test_contract_files.py
tests/test_core_ledger.py
tests/test_framework_operations.py
tests/test_governance.py
tests/test_governance_v2.py
tests/test_lexical_index_foundation.py
tests/test_loopback_provider.py
tests/test_parallel_harness.py
tests/test_project_search_mcp_server.py
tests/test_provider_config.py
tests/test_providers.py
tests/test_public_distribution.py
tests/test_query_research_code.py
tests/test_research_memory_e2e.py
tests/test_research_memory_mcp.py
tests/test_research_memory_server.py
tests/test_role_prompt_packs.py
tests/test_runtime_server.py
tests/test_semantic_index_manager.py
tests/test_unified_cli.py
tests/test_urag_governance.py
tests/test_watch_research_index.py
universal_research_mcp/__init__.py
universal_research_mcp/__main__.py
universal_research_mcp/agent_execution.py
universal_research_mcp/cli.py
universal_research_mcp/governance_server.py
universal_research_mcp/runtime_server.py
universal_research_mcp/server.py
universal_research_mcp.egg-info/PKG-INFO
universal_research_mcp.egg-info/SOURCES.txt
universal_research_mcp.egg-info/dependency_links.txt
universal_research_mcp.egg-info/entry_points.txt
universal_research_mcp.egg-info/requires.txt
universal_research_mcp.egg-info/top_level.txt
universal_research_mcp/agent_runtime/__init__.py
universal_research_mcp/agent_runtime/evidence.py
universal_research_mcp/agent_runtime/runtime.py
universal_research_mcp/agent_runtime/store.py
universal_research_mcp/harness/__init__.py
universal_research_mcp/harness/ledger.py
universal_research_mcp/harness/parallel.py
universal_research_mcp/harness/provider_executor.py
universal_research_mcp/indexing/__init__.py
universal_research_mcp/indexing/lexical.py
universal_research_mcp/indexing/semantic.py
universal_research_mcp/providers/__init__.py
universal_research_mcp/providers/anthropic.py
universal_research_mcp/providers/common.py
universal_research_mcp/providers/contracts.py
universal_research_mcp/providers/credentials.py
universal_research_mcp/providers/http.py
universal_research_mcp/providers/local.py
universal_research_mcp/providers/local_embedding.py
universal_research_mcp/providers/loopback.py
universal_research_mcp/providers/openai.py
universal_research_mcp/providers/redaction.py
universal_research_mcp/providers/routing.py
universal_research_mcp/providers/semantic_embedder.py
universal_research_mcp/runtime/__init__.py
universal_research_mcp/runtime/agent_approval.py
universal_research_mcp/runtime/paths.py
universal_research_mcp/runtime/provider_config.py