Skip to content

feat: expose event validator from homepage [agent:clawd]#11

Merged
TargiX merged 1 commit into
mainfrom
clawd/signalops-validator-home-entry
Jul 17, 2026
Merged

feat: expose event validator from homepage [agent:clawd]#11
TargiX merged 1 commit into
mainfrom
clawd/signalops-validator-home-entry

Conversation

@TargiX

@TargiX TargiX commented Jul 16, 2026

Copy link
Copy Markdown
Owner

Summary

  • add one subordinate homepage link to the existing public /validate event validator
  • add a focused source-level contract check that verifies the homepage link and route target
  • run the contract check inside the existing pnpm check quality gate

Why now

PR #10 landed the public zero-storage validator, but the homepage had no path to discover it. This keeps the main cockpit/replay CTAs dominant while making the integration proof reachable to recruiters and technical evaluators.

Verification

  • CI=true mise exec node@24.16.0 -- npx -y pnpm@10.24.0 install --frozen-lockfile
  • CI=true mise exec node@24.16.0 -- npx -y pnpm@10.24.0 check
    • ESLint passed
    • TypeScript passed
    • homepage navigation contract passed
    • production build passed
  • production smoke: / → HTTP 200 with href="/validate"; /validate → HTTP 200
  • autoreview: clean, patch correct (0.92)
  • Claude Code second-pass review: CLEAN

agent:clawd

Ready for Ilya's manual review and merge. Do not auto-merge.

Summary by CodeRabbit

  • New Features

    • Added a “Validate an event payload” call-to-action on the home page.
    • Added navigation to the event validation page.
  • Tests

    • Added automated checks to verify the home-page link and validation page are available.
    • Included the navigation check in the standard project verification process.

@vercel

vercel Bot commented Jul 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
signalops Ready Ready Preview, Comment Jul 16, 2026 3:42am

@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 864b756e-23cb-4071-9539-a12b035989ec

📥 Commits

Reviewing files that changed from the base of the PR and between 9647db6 and 4cc99ae.

📒 Files selected for processing (3)
  • package.json
  • scripts/test-home-navigation.mjs
  • src/components/product-home.tsx

📝 Walkthrough

Walkthrough

The product home page now includes a /validate call-to-action. A new script verifies the static link and target page, and the project check workflow runs this validation before building.

Changes

Home validation navigation

Layer / File(s) Summary
Add validation CTA
src/components/product-home.tsx
Adds an animated “Validate an event payload” link pointing to /validate in the hero section.
Verify navigation contract
scripts/test-home-navigation.mjs, package.json
Checks the homepage link and validation page existence, and includes the check in the check script.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main change: exposing the event validator from the homepage.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch clawd/signalops-validator-home-entry

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

@TargiX
TargiX merged commit 1f5b1ed into main Jul 17, 2026
4 checks passed
@TargiX
TargiX deleted the clawd/signalops-validator-home-entry branch July 17, 2026 04:43
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