Skip to content

feat: offline mode toggle #237

@erishforG

Description

@erishforG

Problem

In offline environments (airplane, VPN down), parsec commands stall on tracker API timeouts.

Proposal

parsec --offline start TICKET --title "manual title"
  • Config: [workspace] offline = true
  • Global flag: --offline
  • When active: skip tracker API calls, PR creation, git fetch
  • Only local commands work (start, list, status, switch, conflicts, diff, log, undo)

Reference

git-town: explicit offline toggle (command, git config, env var)

Milestone

v0.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions