recruiter_store
Store recruiter and contact records to a local JSON file with automatic PII tagging and 3-year retention limit for CNIL compliance.
Instructions
Persist a recruiter+contact record to a local JSON store.
Records are always tagged pii=true with retention_max_years=3 (CNIL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recruiter | Yes | Recruiter object. | |
| contact | Yes | Contact object (may have status="not_found"). | |
| out_path | Yes | Absolute path to the JSON store file. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||