Skip to content

Commit 1796890

Browse files
Fix prettier formatting on remaining AGENTS.md files
Co-authored-by: Florian Wuennemann <flowuenne@gmail.com>
1 parent f94a4fa commit 1796890

3 files changed

Lines changed: 22 additions & 21 deletions

File tree

AGENTS.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,18 @@ input CSV (id, workspace, group)
1313
```
1414

1515
Additional paths (always active):
16+
1617
- `SEQERA_RUNS_DUMP` (tower-cli) → run dump dirs → `MULTIQC` + `PLOT_RUN_GANTT`
1718

1819
## Key Params
1920

20-
| Param | Default | Purpose |
21-
|---|---|---|
22-
| `generate_benchmark_report` | false | Enable benchmark report |
23-
| `benchmark_aws_cur_report` | null | AWS CUR parquet for cost analysis |
24-
| `seqera_api_endpoint` | `https://api.cloud.seqera.io` | Platform API URL |
25-
| `skip_run_gantt` | false | Skip Gantt chart generation |
26-
| `skip_multiqc` | false | Skip MultiQC aggregation |
21+
| Param | Default | Purpose |
22+
| --------------------------- | ----------------------------- | --------------------------------- |
23+
| `generate_benchmark_report` | false | Enable benchmark report |
24+
| `benchmark_aws_cur_report` | null | AWS CUR parquet for cost analysis |
25+
| `seqera_api_endpoint` | `https://api.cloud.seqera.io` | Platform API URL |
26+
| `skip_run_gantt` | false | Skip Gantt chart generation |
27+
| `skip_multiqc` | false | Skip MultiQC aggregation |
2728

2829
## Plugins
2930

assets/AGENTS.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
Seqera brand color definitions. Single source of truth for all report colors.
88

9-
| Token | Hex | Usage |
10-
|---|---|---|
11-
| Deep Green (accent) | `#087F68` | Hover, links, text on light bg, stat numbers |
9+
| Token | Hex | Usage |
10+
| --------------------------- | --------- | ------------------------------------------------- |
11+
| Deep Green (accent) | `#087F68` | Hover, links, text on light bg, stat numbers |
1212
| Seqera Green (accent_light) | `#31C9AC` | CTA buttons, icons, decorative. **NEVER as text** |
13-
| Soft Green (accent_surface) | `#E2F7F3` | Tag bg, card bg, section bg |
14-
| Dark Brand (heading) | `#201637` | Headings, footer, primary text |
15-
| Border | `#CFD0D1` | Border color |
16-
| Neutral | `#F7F7F7` | Section backgrounds |
17-
| White | `#ffffff` | Page bg, text on dark surfaces |
13+
| Soft Green (accent_surface) | `#E2F7F3` | Tag bg, card bg, section bg |
14+
| Dark Brand (heading) | `#201637` | Headings, footer, primary text |
15+
| Border | `#CFD0D1` | Border color |
16+
| Neutral | `#F7F7F7` | Section backgrounds |
17+
| White | `#ffffff` | Page bg, text on dark surfaces |
1818

1919
**Critical rule:** Never use white text on Seqera Green bg — use Dark Brand instead.
2020

lib/AGENTS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ nf-boost `request()` wrappers for Seqera Platform API. Used in the v2 benchmark
88

99
### Methods
1010

11-
| Method | Purpose |
12-
|---|---|
13-
| `apiGet(url, headers)` | Single GET request, returns parsed JSON map |
14-
| `apiGetAllTasks(baseUrl, headers)` | Paginated GET for `/tasks` endpoint (100/page) |
15-
| `resolveWorkspaceId(workspace, apiEndpoint, headers)` | "org/workspace" string → numeric workspace ID |
16-
| `fetchRunData(meta, apiEndpoint)` | Orchestrator: calls 4 endpoints per run → `{workflow, metrics, tasks, progress}` |
11+
| Method | Purpose |
12+
| ----------------------------------------------------- | -------------------------------------------------------------------------------- |
13+
| `apiGet(url, headers)` | Single GET request, returns parsed JSON map |
14+
| `apiGetAllTasks(baseUrl, headers)` | Paginated GET for `/tasks` endpoint (100/page) |
15+
| `resolveWorkspaceId(workspace, apiEndpoint, headers)` | "org/workspace" string → numeric workspace ID |
16+
| `fetchRunData(meta, apiEndpoint)` | Orchestrator: calls 4 endpoints per run → `{workflow, metrics, tasks, progress}` |
1717

1818
### API Endpoints Called (per run)
1919

0 commit comments

Comments
 (0)