BuilderIO / BuilderIO/agent-native

Workspace app registry has no home path, so every cross-app link targets the app root

Open
#4,662 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
4.8k
Forks
449
Avg merge
10h 24m
Merged PRs (30d)
883

Description

# Workspace app registry has no home path, so every cross-app link targets the app root

**Version:** `@agent-native/core` 0.176.4, `@agent-native/dispatch` 0.33.0.

**What happens.** `WorkspaceAppManifestEntry` carries `id`, `name`, `description`, `path`, `url`. The org switcher (`visibleOrgAppLinks`) and Dispatch app cards link to `path`, which is the template's public marketing route. `app.homePath` exists in the app config schema but is not part of the registry, so a sibling app cannot know where a signed-in user should land.

**Expected.** Publish `homePath` in the manifest entry (default `/home`) and have the org switcher and Dispatch cards link to `path + homePath` for signed-in users.

**Workaround used.** Rely on the root handoff (report 08) so the root itself redirects.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the WorkspaceAppManifestEntry registry and the app config schema, then trace visibleOrgAppLinks and the Dispatch app cards to see how they consume path. Publish homePath with a /home default and update signed-in links to combine path and homePath; verify both link destinations.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.