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
Expand conference catalog and polish dashboard UX.
Add 27 conferences with deadline and sponsorship updates, refine detail
panel and mobile styling, streamline maintainer docs, and remove an unused
CI workflow.
Copy file name to clipboardExpand all lines: .cursor/skills/update-conference-data/SKILL.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ description: >-
31
31
| New or distinct regional edition |**Add** one row |
32
32
| Duplicates |**Merge** per user intent |
33
33
34
-
**Never** two rows for the same edition. Batch merges from `discovery/07_runtime/proposals/`: run `python discovery/06_review/step_01_validate_proposal.py`; see [00_HUMAN_REVIEW.md](../../../discovery/06_review/00_HUMAN_REVIEW.md).
34
+
**Never** two rows for the same edition.
35
35
36
36
## Research
37
37
@@ -77,10 +77,6 @@ Quoted commas; empty optional links; bump `last_verified_date` on every touched
77
77
3. High-priority gaps still `TBD`/`Unknown`
78
78
4. Sources when non-obvious
79
79
80
-
## Discovery pipeline (optional)
81
-
82
-
`discovery/` never writes `conferences.csv`. Merge **approved** proposals after human review and official re-check. See [discovery/README.md](../../../discovery/README.md).
Copy file name to clipboardExpand all lines: README.md
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,6 @@ You can use the **public deployment**, **self-host** a copy, or **run locally**
34
34
|**Curators / AI agents**|[`.cursor/skills/update-conference-data/SKILL.md`](.cursor/skills/update-conference-data/SKILL.md) — research workflow (points at CATALOG) |
**Quick prompt for agents:** follow the skill above; return added/updated counts, touched names, remaining gaps, and sources.
40
38
41
39
## Pull Request Contribution Flow
@@ -93,16 +91,6 @@ The UI includes **Backup & restore**: export or import a JSON file of everything
93
91
-**Copy shareable link** — Copies the current URL (filters and `persona` / `view` params) for others or another device.
94
92
-**Calendar (.ics)** — From the detail panel, download an all-day event for the **next upcoming** CfP/CfT/CfW deadline (when the CSV has a valid date).
95
93
96
-
## Discovery tooling (optional, gitignored)
97
-
98
-
Scraping and pipeline automation live in **`discovery/`** (excluded from git — see `discovery/README.md` after you create it locally). Produces proposal CSVs for review; does **not** change `conferences.csv` by default.
99
-
100
-
```bash
101
-
discovery/02_collect/.venv/bin/python discovery/04_orchestrate/step_10_sync.py --research --backend web
102
-
```
103
-
104
-
Merge approved rows with the [update-conference-data skill](.cursor/skills/update-conference-data/SKILL.md). Details: `discovery/00_STEP_ORDER.md`, `discovery/04_orchestrate/GITHUB_ACTIONS.md`.
105
-
106
94
## Verifying catalog data
107
95
108
-
Use the [update-conference-data skill](.cursor/skills/update-conference-data/SKILL.md); spot-check in the app and the browser console. Discovery merges: `discovery/06_review/step_01_validate_proposal.py`and [00_HUMAN_REVIEW.md](discovery/06_review/00_HUMAN_REVIEW.md).
96
+
Use the [update-conference-data skill](.cursor/skills/update-conference-data/SKILL.md); spot-check in the app and the browser console. Run `python3 scripts/validate_catalog.py`before opening a PR.
0 commit comments