> ## Documentation Index
> Fetch the complete documentation index at: https://docs.riktra.com/llms.txt
> Use this file to discover all available pages before exploring further.

# propose_company_update

> Propose a change to shared context. Does not change anything.

Creates a proposal that appears in Riktra's Review queue and becomes company truth only when someone with permission approves it. Returns any existing records the proposal may duplicate or contradict, so the collision is visible at review time. This is the only way AI can affect shared truth.

## Parameters

<ParamField body="entity_type" type="enum" required>
  goals · priorities · decisions · open\_questions · responsibilities · working\_principles · context\_notes · system\_ownership
</ParamField>

<ParamField body="proposal_type" type="enum">
  create (default) · update · supersede · archive
</ParamField>

<ParamField body="data" type="object" required>
  The proposed record's fields.
</ParamField>

<ParamField body="rationale" type="string">
  Why, for the reviewer.
</ParamField>

<ParamField body="target_id" type="uuid">
  Required for update, supersede and archive.
</ParamField>
