You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -472,11 +472,26 @@ This repo follows the same automation pattern as [ollama-advisor](https://github
472
472
473
473
| Secret | Required for | Notes |
474
474
|--------|----------------|-------|
475
-
|`LINEAR_API_KEY`| Linear notify + sync |Linear → Settings → API → Personal API keys|
476
-
|`LINEAR_TEAM_ID`| Linear notify + sync |Team UUID in Linear|
475
+
|`LINEAR_API_KEY`| Linear notify + sync |Same workspace API key is fine (e.g. reuse from other repos)|
476
+
|`LINEAR_TEAM_ID`| Linear notify + sync |**Dschloe (`DSC`) team UUID** — not `ollama-advisor` (`OA`)|
477
477
|`AGENT_GITHUB_TOKEN`| Sync only | Fine-grained PAT with Issues read/write on this repo |
478
478
479
-
Optional repository variable: `LINEAR_LABEL_IDS` (comma-separated label UUIDs for CI-created Linear issues).
479
+
**Important:** Use the **Dschloe (`DSC`)** team. Prefix paper2ppt Linear issue titles with **`[paper2ppt]`** (e.g. `[paper2ppt] Fix PPTX footer`). Only those titles sync to this repo’s GitHub Issues — other DSC work stays in Linear only.
480
+
481
+
Optional repository variable: `LINEAR_LABEL_IDS` (comma-separated label UUIDs for extra Linear labels on CI failures).
482
+
483
+
| Setting | Default | Purpose |
484
+
|---------|---------|---------|
485
+
|`LINEAR_TITLE_PREFIX`|`[paper2ppt]`| Sync + CI issues use this title prefix |
486
+
487
+
### Local setup
488
+
489
+
Copy [`.env.example`](.env.example) → `.env` and fill in the same values as Secrets (for `cursor_prompt.py` and local sync). `.env` is gitignored.
490
+
491
+
```bash
492
+
cp .env.example .env
493
+
# edit .env — DSC team ID; prefix Linear titles with [paper2ppt]
0 commit comments