Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/verify-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: fells-code/seamless-auth-server
# The server's integration branch is `dev` (where fixes land and the beta
# publishes from); its `main` lags. Default to `dev` when no ref is passed.
ref: ${{ inputs.server-ref || 'dev' }}
ref: ${{ inputs.server-ref }}
path: seamless-auth-server

- name: Checkout seamless-auth-react
Expand Down
4 changes: 2 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ Modes and sibling repos:

## Known Maintenance Traps

- **Sibling-repo branches**: the server's integration branch is `dev` (its `main` lags), so the verify
CI workflow defaults the server checkout to `dev`. The api, react SDK, and seamless-templates use `main`.
- **Sibling-repo branches**: every sibling repo (api, server, react SDK, seamless-templates) is checked out
at its default branch (`main`) when no explicit `*-ref` is passed to the verify CI workflow.
- **`--local` needs SDK dependencies**: it builds the server (pnpm) and the React SDK (npm) from source
on the host, so those repos must have their dependencies installed first. CI installs them explicitly.
- **OAuth mock networking**: the in-process mock OIDC is reached by the browser and harness via
Expand Down
Loading