peregrine/app/wizard
pyr0ball f799aff4e0 fix: CPU as default inference profile, remote last in list
- Reorder PROFILES in step_hardware.py, _WIZARD_PROFILES in dev-api.py,
  and <option> elements in WizardHardwareStep.vue: cpu → single-gpu → dual-gpu → cf-orch → remote
- _suggest_profile() now defaults to "cpu" instead of "remote" when no local GPUs detected
- Update no-GPU hint text to remove "Remote" from suggested options
- Add nvidia GPU device reservation to compose.wizard-test.yml so the
  wizard test instance can run nvidia-smi and detect host GPUs
- Switch wizard-test compose to use ghcr.io/circuitforgellc/peregrine:latest
  (same image as main compose, avoids stale peregrine-api tag drift)
2026-06-15 09:11:14 -07:00
..
__init__.py feat: tier system with FEATURES gate + can_use() + tier_label() 2026-02-25 07:55:47 -08:00
step_hardware.py fix: CPU as default inference profile, remote last in list 2026-06-15 09:11:14 -07:00
step_identity.py feat: wizard step validate() functions — all six mandatory steps 2026-02-25 08:00:18 -08:00
step_inference.py feat: wizard step validate() functions — all six mandatory steps 2026-02-25 08:00:18 -08:00
step_integrations.py feat: step_integrations module with validate() + tier-filtered available list 2026-02-25 08:35:16 -08:00
step_resume.py feat: wizard step validate() functions — all six mandatory steps 2026-02-25 08:00:18 -08:00
step_search.py feat: wizard step validate() functions — all six mandatory steps 2026-02-25 08:00:18 -08:00
step_tier.py feat: wizard step validate() functions — all six mandatory steps 2026-02-25 08:00:18 -08:00
tiers.py feat(wizard): backend AI interview endpoints + BYOK tier flag 2026-06-13 19:57:00 -07:00