Scope Quasar UI to browser and standalone capabilities #168
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
needs-review
quasar
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/quasar-ui!168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/document-runtime-capability-boundary"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What changed
quasar-uias the browser UI and standalone web edition, not the complete Quasar/StarIntel runtimedocs/CAPABILITY-BOUNDARY.mddocs/ROADMAP.mdto standalone web-edition responsibilities instead of globally banning the Common Lisp runtime pathquasar,starintel-server, and external services such asstar-bbpdno deployment path through a Common Lisp backendclaim and requires the new connected-runtime boundaryWhy
The previous roadmap and its regression test treated the JavaScript-only standalone target as the architecture for all Quasar deployments. That contradicted the canonical Quasar runtime. Standalone browser mode remains first-class, but it is now documented and tested as a bounded subset deployment.
Validation
Documentation plus architecture-regression-test change; no browser runtime behavior changed. CI must pass on the current head before merge.