feat(collab): default to dev mode + auto-seed demo users for lab start #74
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_collab!74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "collab_dev_default"
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?
Make
lab service hero_collab --startbring collab up in zero-config local-dev mode, matching the other Hero apps (router, no proxy):proxy→dev. lab forwards declared env defaults into the hero_proc action env, so a barelab service hero_collab --startnow starts in dev. Production MUST override toproxy(operator env / hero_proc template); the compiled binary default staysproxy, so any path ignoring service.toml is fail-safe.--seed-dev-usersflag, which lab can't pass). Idempotent (no-op on non-empty DB), dev-gated (never in proxy mode), safe across restarts.Verified:
lab service hero_collab --start(no override) → both binariesCOLLAB_AUTH_MODE=dev, users Alice/Bob/Carol/Dave auto-seeded, browser works via hero_router :9988 with no auth errors.Will cherry-pick to main after merge (per the main = stable-snapshot policy; service/lab default-start changes land on development first).