Marketing Classifier
Quick start
- •Confirm the metadata JSONL schema matches
references/data-schema.md. - •Update allowlist/denylist patterns in
assets/allowlist.txtandassets/denylist.txt. - •Run
scripts/classify_marketing.pyto produce decisions JSONL. - •Review the summary before passing decisions to execution skills.
Safety rules
- •Default to skip for protected labels and sensitive categories.
- •Require a dry-run summary before any destructive actions.
Resources
- •
scripts/classify_marketing.py: Classifier for marketing signals. - •
references/policy.md: Classification policy and defaults. - •
references/data-schema.md: Input/output schema. - •
assets/allowlist.txt: Allowlist template. - •
assets/denylist.txt: Denylist template. - •
assets/sample_messages.jsonl: Sample input file for tests.