Skip to content

Rename to sso-standalone-example#1

Merged
mjdavidson merged 1 commit into
mainfrom
rename-to-sso-standalone-example
Jul 16, 2026
Merged

Rename to sso-standalone-example#1
mjdavidson merged 1 commit into
mainfrom
rename-to-sso-standalone-example

Conversation

@mjdavidson

@mjdavidson mjdavidson commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

The repo has been renamed node-enterprise-examplesso-standalone-example for discoverability (Nick's suggestion). This PR updates everything in-repo that carries the name, plus the name-dependent metadata polish from the pre-public audit:

  • package.json / package-lock.jsonname updated to sso-standalone-example
  • package.json — added repository (new canonical URL) and author: WorkOS fields
  • README — title now includes Admin Portal (it's one of the three features demonstrated), and the setup snippet gains the git clone/cd step using the new URL

Checks run locally: lint, format:check, typecheck — all green. No code changes.

This PR also doubles as the test drive for the Main branch protection ruleset, currently in evaluate mode — after merge we'll review Rule Insights and flip enforcement to active.


Devin shepherd: https://app.devin.ai/sessions/c3c009bff83c461f95f7366b5c52cf52

Match the new repo name (github.com/workos/sso-standalone-example):
- package.json/package-lock.json name, plus repository and author fields
- README: include Admin Portal in the title, add clone step to setup

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@greptile-apps

greptile-apps Bot commented Jul 16, 2026

Copy link
Copy Markdown

Greptile Summary

This PR renames the example app to sso-standalone-example. The main changes are:

  • Updated package.json and package-lock.json package names.
  • Added package repository and author metadata.
  • Updated the README title and setup commands to use the new repository URL.

Confidence Score: 5/5

Safe to merge with minimal risk.

Changes are limited to README and package metadata, with no runtime code or security-sensitive configuration changes.

No files require special attention.

T-Rex T-Rex Logs

What T-Rex did

  • I ran the lint step as part of the metadata docs validation, and it completed successfully with exit code 0.
  • I ran the format:check step, and it exited with code 1 due to formatting issues in Greptile/internal validation files.
  • I ran the typecheck step, and it completed successfully with exit code 0.
  • I ran the metadata sanity check, and it completed successfully with exit code 0.

View all artifacts

T-Rex Ran code and verified through T-Rex

Important Files Changed

Filename Overview
README.md Updates the project title and setup commands to use the new sso-standalone-example repository name.
package.json Renames the package and adds repository and author metadata for the new canonical GitHub URL.
package-lock.json Synchronizes the root package name with package.json.

Reviews (2): Last reviewed commit: "Rename to sso-standalone-example" | Re-trigger Greptile

@devin-ai-integration

Copy link
Copy Markdown

@greptile-apps re: the P1 in the review summary ("Declared format check fails on current checkout") — I looked into it, and this is a false positive caused by T-Rex's own scratch files rather than anything in the PR.

The three flagged paths all live under Greptile-internal directories that don't exist in this repo:

  • .greptile-internal/node-review.contractValidatorAgent-c3a8f5da/trex-upload-slots.json
  • .greptile-internal/node-review.findingVerifierAgent-bf6b004e/trex-upload-slots.json
  • .greptile/trex-setup.md

These were written into the T-Rex sandbox working tree during the run; they aren't tracked by git and aren't part of the branch. On a clean checkout of rename-to-sso-standalone-example:

$ git ls-files | grep -i greptile   # (no output — nothing tracked)
$ npm run format:check
> oxfmt --check
All matched files use the correct format.
Finished in 147ms on 22 files using 8 threads.   # exit 0

The CI test job (which runs lint + format:check + typecheck) is also green on this commit, which corroborates it. Since oxfmt only ever touches files in the actual checkout, no change is needed on our side — the flagged files never reach the repo, so I'm leaving format:check's scope as-is. Thanks for confirming everything else (README / package.json / lockfile) is clean.

@mjdavidson
mjdavidson merged commit 624954c into main Jul 16, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant