WIN Profile
Overview
Run only the profiling stage to produce data/output/profiles.json.
Workflow
- •Validate target input shape using the
targets.jsoncontract. - •If required target inputs are missing, please interview the user to acquire the necessary inputs before running commands.
- •Run profiling from
targets.local.json(or fallback totargets.json). - •Confirm profile count and inspect top interests before evaluation.
Command
bash
scripts/run_profile.sh
Input Contract
Expected target schema is documented in:
- •
../win-committee/references/data-contracts.md
Guardrails
- •Use only public or user-provided target signals.
- •Do not infer sensitive attributes.
- •If required inputs are missing, please interview the user to acquire the necessary inputs.
- •Keep personalized data in
*.local.jsonfiles.