kg_add_fact
Record a temporal fact assertion (subject, predicate, object) and supersede prior assertions with same subject and predicate, preserving history for evolving architectural decisions.
Instructions
Record a temporal fact assertion (subject, predicate, object). Supersedes any prior assertion with same (s,p) and different object — full history is preserved. Use for evolving architectural decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object | Yes | ||
| context | No | ||
| project | No | general | |
| subject | Yes | ||
| predicate | Yes | ||
| confidence | No | ||
| invalidate_previous | No |