LICENSE
README.md
README_PYPI.md
pyproject.toml
src/tailor/RECIPIENT_README.md
src/tailor/__init__.py
src/tailor/__main__.py
src/tailor/config.py
src/tailor/fitting_room.py
src/tailor/pilot.py
src/tailor/py.typed
src/tailor/tour.py
src/tailor/wizard.py
src/tailor/_fixtures/__init__.py
src/tailor/_fixtures/hip_lab_demo_realistic/emg/S001_emg.csv
src/tailor/_fixtures/hip_lab_demo_realistic/emg/S002_emg.csv
src/tailor/_fixtures/hip_lab_demo_realistic/emg/S003_emg.csv
src/tailor/_fixtures/hip_lab_demo_realistic/emg/S004_emg.csv
src/tailor/_fixtures/hip_lab_demo_realistic/emg/S005_emg.csv
src/tailor/_fixtures/hip_lab_demo_realistic/emg/S006_emg.csv
src/tailor/_fixtures/hip_lab_demo_realistic/emg/S007_emg.csv
src/tailor/_fixtures/hip_lab_demo_realistic/emg/S008_emg.csv
src/tailor/_fixtures/hip_lab_demo_realistic/emg/S009_emg.csv
src/tailor/_fixtures/hip_lab_demo_realistic/emg/S010_emg.csv
src/tailor/_fixtures/hip_lab_demo_realistic/emg/S011_emg.csv
src/tailor/_fixtures/hip_lab_demo_realistic/emg/S012_emg.csv
src/tailor/_fixtures/hip_lab_demo_realistic/emg/S013_emg.csv
src/tailor/_fixtures/hip_lab_demo_realistic/emg/S014_emg.csv
src/tailor/_fixtures/hip_lab_demo_realistic/emg/S015_emg.csv
src/tailor/_fixtures/hip_lab_demo_realistic/emg/S016_emg.csv
src/tailor/_fixtures/hip_lab_demo_realistic/emg/metadata.json
src/tailor/_fixtures/hip_lab_demo_realistic/force/S001_force.csv
src/tailor/_fixtures/hip_lab_demo_realistic/force/S002_force.csv
src/tailor/_fixtures/hip_lab_demo_realistic/force/S003_force.csv
src/tailor/_fixtures/hip_lab_demo_realistic/force/S004_force.csv
src/tailor/_fixtures/hip_lab_demo_realistic/force/S005_force.csv
src/tailor/_fixtures/hip_lab_demo_realistic/force/S006_force.csv
src/tailor/_fixtures/hip_lab_demo_realistic/force/S007_force.csv
src/tailor/_fixtures/hip_lab_demo_realistic/force/S008_force.csv
src/tailor/_fixtures/hip_lab_demo_realistic/force/S009_force.csv
src/tailor/_fixtures/hip_lab_demo_realistic/force/S010_force.csv
src/tailor/_fixtures/hip_lab_demo_realistic/force/S011_force.csv
src/tailor/_fixtures/hip_lab_demo_realistic/force/S012_force.csv
src/tailor/_fixtures/hip_lab_demo_realistic/force/S013_force.csv
src/tailor/_fixtures/hip_lab_demo_realistic/force/S014_force.csv
src/tailor/_fixtures/hip_lab_demo_realistic/force/S015_force.csv
src/tailor/_fixtures/hip_lab_demo_realistic/force/S016_force.csv
src/tailor/_fixtures/hip_lab_demo_realistic/force/metadata.json
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/S001_mrs.csv
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/S002_mrs.csv
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/S003_mrs.csv
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/S004_mrs.csv
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/S005_mrs.csv
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/S006_mrs.csv
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/S007_mrs.csv
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/S008_mrs.csv
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/S009_mrs.csv
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/S010_mrs.csv
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/S011_mrs.csv
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/S012_mrs.csv
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/S013_mrs.csv
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/S014_mrs.csv
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/S015_mrs.csv
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/S016_mrs.csv
src/tailor/_fixtures/hip_lab_demo_realistic/mrs/metadata.json
src/tailor/_fixtures/hip_lab_demo_realistic/vault/snapshot.md
src/tailor/_fixtures/hip_lab_demo_realistic/vault/moments/2026-04-20-s004-emg-force-decoupling-suspected.md
src/tailor/_fixtures/multi_subject_pilot/csv/P001.csv
src/tailor/_fixtures/multi_subject_pilot/csv/P002.csv
src/tailor/_fixtures/multi_subject_pilot/csv/P003.csv
src/tailor/_fixtures/redcap_demo/metadata.json
src/tailor/_fixtures/redcap_demo/project_metadata.csv
src/tailor/_fixtures/redcap_demo/records.csv
src/tailor/children/__init__.py
src/tailor/children/csv_dir/__init__.py
src/tailor/children/csv_dir/child.py
src/tailor/children/csv_dir/processing.py
src/tailor/children/emg_csv/__init__.py
src/tailor/children/emg_csv/child.py
src/tailor/children/emg_csv/processing.py
src/tailor/children/force_csv/__init__.py
src/tailor/children/force_csv/child.py
src/tailor/children/force_csv/processing.py
src/tailor/children/matlab_file/__init__.py
src/tailor/children/matlab_file/child.py
src/tailor/children/matlab_file/processing.py
src/tailor/children/redcap/__init__.py
src/tailor/children/redcap/child.py
src/tailor/children/redcap/processing.py
src/tailor/children/redcap/scrubber.py
src/tailor/children/running/__init__.py
src/tailor/children/running/child.py
src/tailor/children/running/processing.py
src/tailor/children/running/strava_api.py
src/tailor/children/template/__init__.py
src/tailor/children/template/child.py
src/tailor/children/template/processing.py
src/tailor/demo/__init__.py
src/tailor/demo/_personas.json
src/tailor/demo/runner.py
src/tailor/demo/sample_data.py
src/tailor/framework/__init__.py
src/tailor/framework/audit.py
src/tailor/framework/cost.py
src/tailor/framework/interfaces.py
src/tailor/framework/router.py
src/tailor/framework/security.py
src/tailor/framework/storage.py
src/tailor/framework/audit_query/__init__.py
src/tailor/framework/audit_query/layer.py
src/tailor/framework/audit_query/parser.py
src/tailor/framework/local_llm/__init__.py
src/tailor/framework/local_llm/layer.py
src/tailor/framework/local_llm/oracle.py
src/tailor/framework/local_llm/backends/__init__.py
src/tailor/framework/local_llm/backends/null.py
src/tailor/framework/local_llm/backends/ollama.py
src/tailor/framework/setup_help/__init__.py
src/tailor/framework/vault/__init__.py
src/tailor/framework/vault/layer.py
src/tailor/framework/vault/parser.py
src/tailor/framework/vault/renderer.py
src/tailor/framework/vault/rescan.py
src/tailor/framework/vault/storage.py
src/tailor/framework/vault/writer.py
src/tailor_mcp.egg-info/PKG-INFO
src/tailor_mcp.egg-info/SOURCES.txt
src/tailor_mcp.egg-info/dependency_links.txt
src/tailor_mcp.egg-info/entry_points.txt
src/tailor_mcp.egg-info/requires.txt
src/tailor_mcp.egg-info/top_level.txt
tests/test_cli_deprecation_hints.py
tests/test_cli_windows_resilience.py
tests/test_demo_runner.py
tests/test_dual_path_registration.py
tests/test_fitting_room_subcommand.py
tests/test_pilot_wizard.py
tests/test_redcap_reattest_subcommand.py
tests/test_security_probe_pytest.py
tests/test_serve_matlab_protocol.py
tests/test_serve_mcp_protocol.py
tests/test_serve_multiclient_protocol.py
tests/test_serve_redcap_protocol.py
tests/test_serve_startup_smoke.py
tests/test_serve_v731_wire_audit.py
tests/test_serve_v732_wire_audit.py
tests/test_serve_v733_wire_audit.py
tests/test_serve_v740_wire_audit.py
tests/test_uninstall_cleanup.py
tests/test_v734_demo_readiness.py