Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 5 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,13 @@ npx linear-agent-hooks setup

### [`human-handoff-linear`](packages/human-handoff-linear)

Linear-backed workflow primitives for the human-handoff pattern — one project-level Human Handoff issue that aggregates every step a human still has to do in an otherwise autonomous flow.

Validate your Linear API key without touching any of your data:

```bash
LINEAR_API_KEY=lin_api_… npx human-handoff-linear doctor
```

Or provision the workspace-level `Human Handoff` issue template from the versioned, public-safe markdown body. Idempotent: creates the template the first time, updates it when the bundled body drifts, reports no-change when already in sync.

```bash
LINEAR_API_KEY=lin_api_… npx human-handoff-linear sync-template
```

Ensure selected Linear teams have the `human-handoff` issue label:
Linear-backed workflow primitives for the human-handoff pattern: validate local
API-key auth, install the team label, sync the workspace template, and
bootstrap one project-level Human Handoff issue that aggregates human-only
work. Start with a dry run before writing to Linear:

```bash
npx human-handoff-linear setup --team GRV --dry-run
npx human-handoff-linear setup --team GRV
```

Expand Down
Loading
Loading