Skip to content

feat: Add Webhook Reliability Architect kit - #334

Draft
amarkumar00 wants to merge 1 commit into
Lamatic:mainfrom
amarkumar00:feat/webhook-reliability-architect
Draft

feat: Add Webhook Reliability Architect kit#334
amarkumar00 wants to merge 1 commit into
Lamatic:mainfrom
amarkumar00:feat/webhook-reliability-architect

Conversation

@amarkumar00

Copy link
Copy Markdown

Summary

  • adds the Webhook Reliability Architect AgentKit with a focused workflow for designing duplicate-safe webhook delivery
  • includes the Studio-exported Lamatic TypeScript flow, externalized prompts, constitution, and Gemini model configuration
  • ships a polished Next.js app that produces an idempotency contract, bounded retry policy, dead-letter replay plan, observability controls, failure analysis, and rollout evidence
  • supports both the deployed Lamatic flow and a deterministic local demo mode

Why

Webhook redelivery, lost acknowledgements, concurrent duplicates, and poison payloads can repeat real business side effects. This kit turns a sanitized delivery scenario into a concrete, reviewable reliability blueprint instead of generic retry advice.

Validation

  • npm run typecheck
  • npm run build
  • npm audit --audit-level=high — 0 vulnerabilities
  • all seven AgentKit @reference paths resolve
  • secret-pattern scan passes and no .env.local file is committed
  • Generate JSON node test, full Lamatic flow test, deployment, and live Next.js-to-Lamatic execution succeeded

Scope

All changes are contained in kits/webhook-reliability-architect/.

@github-actions

github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

:robot_face: AgentKit Structural Validation

New Contributions Detected

  • Kit: kits/webhook-reliability-architect

Check Results

Check Status
No edits to existing kits ✅ Pass
Required root files present ✅ Pass
Flow .ts files present ✅ Pass
lamatic.config.ts valid ✅ Pass
No changes outside kits/ ✅ Pass

🎉 All checks passed! This contribution follows the AgentKit structure.

@coderabbitai

coderabbitai Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI (base), Organization UI (inherited)

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 87cad22b-f738-44c4-af17-262609a0ed8a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant