Skip to content

Fix Cursor Cloud setup notes to match the actual profile site - #155

Merged
kapersoft merged 1 commit into
mainfrom
cursor/setup-dev-environment-2c8f
Jun 17, 2026
Merged

Fix Cursor Cloud setup notes to match the actual profile site#155
kapersoft merged 1 commit into
mainfrom
cursor/setup-dev-environment-2c8f

Conversation

@kapersoft

Copy link
Copy Markdown
Owner

Summary

While setting up the development environment, I found the ## Cursor Cloud specific instructions section in AGENTS.md described a completely different application (a "Pinkary proxy" with PINKARY_USERNAME/PINKARY_BASE_URL, HTTP proxying, asset rewriting, and SQLite migrations). This repo is actually a tiny, stateless Laravel personal profile site (kaper.dev): a single GET / route rendering config/profile.php via a Blade view with inline CSS, plus a /up health endpoint. No database, Redis, queue, or Node/Vite is involved.

This PR rewrites that section to accurately reflect the real app.

Environment setup verified

  • composer install (deps already vendored)
  • php artisan key:generate
  • vendor/bin/pint --test — passed
  • composer analyse (PHPStan) — 0 errors
  • php artisan test --compact — 4 passed / 23 assertions
  • php artisan serveGET / returns 200 with edge cache headers; /up returns 200

Walkthrough

kaper_dev_profile_walkthrough.mp4

Profile page rendered in-browser; scrolled through the Work/Contact link groups and clicked the GitHub link (opens github.com/kapersoft).

Full profile page with links

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

Co-authored-by: Jan Willem Kaper <kapersoft@users.noreply.github.com>
@kapersoft
kapersoft marked this pull request as ready for review June 17, 2026 11:30
@kapersoft kapersoft self-assigned this Jun 17, 2026
@kapersoft
kapersoft merged commit 8506dcd into main Jun 17, 2026
11 checks passed
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.

2 participants