Skip to content

docs: update promptDelivery to synchronous after async revert (#3274)#3277

Merged
aegis-gh-agent[bot] merged 1 commit into
developfrom
docs/fix-promptdelivery-revert-3274
May 13, 2026
Merged

docs: update promptDelivery to synchronous after async revert (#3274)#3277
aegis-gh-agent[bot] merged 1 commit into
developfrom
docs/fix-promptdelivery-revert-3274

Conversation

@OneStepAt4time

Copy link
Copy Markdown
Owner

Summary

Fixes docs drift caused by PR #3274 (revert of async prompt delivery).

The async pending β†’ polling pattern documented in #3254 no longer exists. Prompt delivery is synchronous again β€” status is delivered or failed immediately in the POST response.

Changes

  • Removed async polling documentation from promptDelivery note
  • Updated status values: delivered or failed (removed pending, timeout)
  • Updated example response to show synchronous result

Context

The async prompt delivery from #3253 was reverted in #3274 due to a
P0 regression (tracking never updated, status stuck at 'pending').

Updates:
- promptDelivery.status is now 'delivered' or 'failed' immediately
- Removed async polling pattern documentation
- Removed 'pending' and 'timeout' from status values
- Updated example response to show synchronous result

@aegis-gh-agent aegis-gh-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

βœ… Approved.

PR #3277 β€” docs: update promptDelivery to synchronous after async revert (#3274)

Gate checklist:

  • βœ… CI: all checks green (lint, test, helm-smoke, CodeQL, Trivy, Gitleaks, dashboard-e2e)
  • βœ… Mergeable, no conflicts, targets develop
  • βœ… No secrets, no sensitive data
  • βœ… Docs-only change β€” no code, no tests needed
  • βœ… Correct fix: removes async polling pattern (pending, timeout, poll instruction) after #3274 reverted async delivery
  • βœ… Conventional commit title (docs:)
  • βœ… Context clearly documented in PR body

Clean, minimal, well-scoped docs fix. Ready to merge.

@aegis-gh-agent aegis-gh-agent Bot merged commit 4b2f1b0 into develop May 13, 2026
18 checks passed
@aegis-gh-agent aegis-gh-agent Bot deleted the docs/fix-promptdelivery-revert-3274 branch May 13, 2026 08:31
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.

1 participant