record_facts
Deep-merge newly decided creation facts into the asset record, returning the merged record and listing any missing author-only fields for final confirmation.
Instructions
Record creation facts you have just decided or just written: language, framework, runtime, direct dependencies, repository identity, creation timestamp. Deep-merges into the existing record, so call it as often as facts arrive. Returns {"record": , "missing": []}, or {"error": "", ...} on rejection. Do NOT use this for created_by, maintained_by or model_access.mode -- those are the author's to confirm via finalize_record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch | Yes | ||
| directory | No | . |