Adversarial review finding from PR #188.
The discover-cell-structures skill tells Claude to run just new-record ... --apply without passing --curator or --llm-assisted.
In scripts/new_record.py, the omitted options default to curator="unknown" and llm_assisted=False, so following the skill would seed each new record with the wrong inline curation_history provenance.
Expected fix: include --curator <name> and --llm-assisted in the scaffold command, and tell model-assisted runs to keep --llm-assisted set when a human curator name is supplied.
Adversarial review finding from PR #188.
The
discover-cell-structuresskill tells Claude to runjust new-record ... --applywithout passing--curatoror--llm-assisted.In
scripts/new_record.py, the omitted options default tocurator="unknown"andllm_assisted=False, so following the skill would seed each new record with the wrong inlinecuration_historyprovenance.Expected fix: include
--curator <name>and--llm-assistedin the scaffold command, and tell model-assisted runs to keep--llm-assistedset when a human curator name is supplied.