You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: default browserless onboarding and request strategies (#895)
## Summary
- default the onboarding flow to the JavaScript/browserless strategy and
keep the utility links aligned with that path
- expose featured included feeds at the API root and allow embedded
config lookup for built-in feed paths
- align generated feed defaults and onboarding tests with the current
request-service strategy baseline
## Verification
- docker compose -f .devcontainer/docker-compose.yml run --rm app make
setup
- docker compose -f .devcontainer/docker-compose.yml run --rm app make
ready
- browser smoke in chrome-devtools at http://127.0.0.1:4001/ covering
guest, token-required, and success states
0 commit comments