Skip to content

RFC-026: Human Feedback Signal — 4. Governance Server Behavior

AIGP SpecificationRFC-026: Human Feedback Signal › 4. Governance Server Behavior

← 3. Evidence Storage · Section index · 5. Client SDK Addition →

4. Governance Server Behavior

4.1 Endpoint

POST /api/v1/feedback
Authorization: HMAC (same as RECORD)

4.2 Server Actions

  1. Write FEEDBACK entry to DynamoDB with GSI3 session linkage
  2. Update parent invocation record: has_children=true, append to children[]
  3. Return {"status": "accepted"}

4.3 Metadata Only

The governance server stores metadata only — no comment content, no prompt/response content. Full feedback content lives only in the S3 .gz evidence object.


← 3. Evidence Storage · Section index · 5. Client SDK Addition →