Skip to content

fix: preserve trusted request identities in audit evidence - #37

Merged
tuzuminami merged 1 commit into
mainfrom
codex/veil-composition-contract
Jul 13, 2026
Merged

fix: preserve trusted request identities in audit evidence#37
tuzuminami merged 1 commit into
mainfrom
codex/veil-composition-contract

Conversation

@tuzuminami

@tuzuminami tuzuminami commented Jul 13, 2026

Copy link
Copy Markdown
Owner

Summary

  • generate a server-owned request ID at ingress and keep caller correlation separate
  • persist the trusted request ID through decision receipts, audit events, replay evidence, and PostgreSQL migration 003
  • record idempotent replays with the current transport request ID without mutating the original receipt or duplicating outbox events

Closes #27

Verification

  • pnpm run verify
  • PostgreSQL integration cases are present but skipped locally because VEIL_TEST_DATABASE_URL is not configured.

@tuzuminami
tuzuminami merged commit 5c519ff into main Jul 13, 2026
1 check passed
@tuzuminami
tuzuminami deleted the codex/veil-composition-contract branch July 13, 2026 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

P3: separate trusted server request IDs from caller correlation IDs

1 participant