suggest_slug
Generates standardized slugs for GEDCOM individuals or families per workspace naming rules, returning the slug and inputs for sanity checks.
Instructions
Apply the workspace folder-slug rule from AGENTS.md to the given record.
For an INDI: <surname>-<given>-<birthyear>.
For a FAM: <husband-surname>-<wife-surname>-<marriageyear>.
unknown is used for missing year. Slugs are lowercase ASCII,
hyphen-separated. Returns the slug plus the inputs used to derive it
so the caller can sanity-check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||