fix: preserve workspace slug in teams links#390
Merged
jaeyunha merged 1 commit intoMay 21, 2026
Merged
Conversation
Tested: make check; npx vitest run tests/workspace-directory-pages.test.tsx. make test-e2e failed from baseline env: /api/test/create-session returned 503 and auth-deeplink expected localhost:3000 while server ran on 3015. make test was attempted and terminated after unrelated baseline failures in team-lifecycle-route and command-palette-interactions. Ever CLI start/snapshot printed only banner with no DOM output; focused Playwright browser check blocked by /api/test/create-session 503. Confidence: medium Co-authored-by: OmX <omx@oh-my-codex.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n- Closes #364\n- Use the active app-shell workspace slug when rendering Teams directory card actions\n- Keeps legacy/root alias behavior by falling back to unscoped paths when no workspace slug exists\n\n## Tested\n- make check\n- npx vitest run tests/workspace-directory-pages.test.tsx\n\n## Notes\n- make test-e2e was attempted first but is red from environment/baseline: setup auth hit /api/test/create-session 503, and auth-deeplink expected localhost:3000 callbacks while the configured server ran on localhost:3015.\n- make test was attempted but broad suite was red/hung from unrelated baseline failures (team-lifecycle-route, command-palette-interactions) and was terminated.\n- Ever CLI was attempted (start + snapshot) but printed only the Ever banner and no DOM output. Focused Playwright browser verification was substituted but blocked by the same /api/test/create-session 503.\n\nConfidence: medium\n