Skip to content

Fix 404 errors #2

Open
garlobrian52 wants to merge 21 commits into
e-straight:mainfrom
garlobrian52:main
Open

Fix 404 errors #2
garlobrian52 wants to merge 21 commits into
e-straight:mainfrom
garlobrian52:main

Conversation

@garlobrian52
Copy link
Copy Markdown

@garlobrian52 garlobrian52 commented Jun 2, 2026

Summary

Why

Fixes #

What changed

MCP impact

  • No tool or API changes
  • Tool schema or behavior changed
  • New tool added

Prompts tested (tool changes only)

Security / limits

  • No security or limits impact
  • Auth / permissions considered
  • Data exposure, filtering, or token/size limits considered

Tool renaming

  • I am renaming tools as part of this PR (e.g. a part of a consolidation effort)
    • I have added the new tool aliases in deprecated_tool_aliases.go
  • I am not renaming tools as part of this PR

Note: if you're renaming tools, you must add the tool aliases. For more information on how to do so, please refer to the official docs.

Lint & tests

  • Linted locally with ./script/lint
  • Tested locally with ./script/test

Docs

  • Not needed
  • Updated (README / docs / examples)

cursoragent and others added 21 commits May 24, 2026 23:51
Co-authored-by: Mohamed  <garlobrian52@users.noreply.github.com>
Co-authored-by: Mohamed  <garlobrian52@users.noreply.github.com>
Co-authored-by: Mohamed  <garlobrian52@users.noreply.github.com>
Scaffold a Next.js example under examples/workflow-email-onboarding that
demonstrates durable signup and welcome email workflows using workflow,
Resend, and the use workflow/use step directives.

Co-authored-by: Mohamed  <garlobrian52@users.noreply.github.com>
Update the email onboarding example to match the Workflow DevKit
getting-started guide: rename userSignup to handleUserSignup, use a
5s sleep delay, pass the user object to email steps, and rename the
follow-up step to sendOnboardingEmail.

Co-authored-by: Mohamed  <garlobrian52@users.noreply.github.com>
Cursor Cloud Agents were failing with 'Failed to fetch branch/tag ref
Blueprint' because no Blueprint branch existed on GitHub. The Blueprint
branch has been created separately to track main.

Add .cursor/environment.json so agents resolve environment config from
the repository and pre-install Go module dependencies on startup.

Co-authored-by: Mohamed  <garlobrian52@users.noreply.github.com>
Use blueprint/<task>-ee50 for feature branches and Blueprint or main as
the base branch. Ambiguous Th_Blueprint-prefixed names without a slash
can be misread as ref Blueprint during Cloud Agent startup.

Co-authored-by: Mohamed  <garlobrian52@users.noreply.github.com>
# Vercel Speed Insights Installation Report

## Summary
Successfully installed and configured Vercel Speed Insights for the Next.js application in the examples/workflow-email-onboarding directory.

## Changes Made

### 1. Package Installation
- **File Modified**: `examples/workflow-email-onboarding/package.json`
- **Change**: Added `@vercel/speed-insights` version ^2.0.0 to dependencies
- **Lock File Updated**: `examples/workflow-email-onboarding/package-lock.json` (801 packages installed)

### 2. SpeedInsights Component Integration
- **File Modified**: `examples/workflow-email-onboarding/src/app/layout.tsx`
- **Changes**:
  - Added import: `import { SpeedInsights } from "@vercel/speed-insights/next";`
  - Added `<SpeedInsights />` component inside the `<body>` tag after children
  - Followed Next.js App Router conventions as specified in the official Vercel documentation

## Implementation Details

The implementation follows the official Vercel Speed Insights quickstart guide for Next.js v13.5+:
- Used the Next.js-specific package import path: `@vercel/speed-insights/next`
- Placed the component in the root layout file for application-wide coverage
- Component is rendered after children as recommended in the documentation

## Verification Steps Completed

✅ **Build Test**: Successfully built the Next.js application with no errors
✅ **Linter Check**: Ran ESLint - no new errors introduced (only pre-existing warnings unrelated to our changes)
✅ **Dependencies**: All dependencies installed correctly via npm
✅ **Lock File**: package-lock.json updated and included in the changes

## Technical Specifications

- **Framework**: Next.js 16.2.7 (App Router)
- **Package Manager**: npm
- **Speed Insights Version**: 2.0.0
- **Package Type**: @vercel/speed-insights/next (Next.js-specific implementation)

## Notes

- The Speed Insights component will automatically track Core Web Vitals and other performance metrics when the application is deployed to Vercel
- No additional configuration is required - the component works out of the box
- The implementation preserves all existing code structure and functionality
- No breaking changes were introduced

## Next Steps

To enable Speed Insights on Vercel:
1. Deploy the application to Vercel
2. Navigate to the Vercel dashboard
3. Select "Speed Insights" from the sidebar
4. Choose the project and click "Enable"
5. After user visits, performance metrics will be visible in the dashboard

Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
Co-authored-by: Mohamed  <134189886+garlobrian52@users.noreply.github.com>
Added Vercel configuration file and updated tsconfig.json to exclude docs and examples.

Co-authored-by: Mohamed  <134189886+garlobrian52@users.noreply.github.com>
Co-authored-by: Mohamed  <garlobrian52@users.noreply.github.com>
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.

3 participants