> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guillo.team/llms.txt
> Use this file to discover all available pages before exploring further.

# guillo lock

> Pin a working context so you don't pass IDs on every command.

```sh theme={null}
guillo lock                        # show current context
guillo lock team <team-id>         # set active team (clears active project)
guillo lock project <project-id>   # set active project (after setting team)
guillo unlock                      # clear all context
```

Context is stored in `~/.guilloteam/.env` and can be overridden per-command with `--team` and `--project` flags.
