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: src/data/SCHEMA.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,5 +64,5 @@ Optional:
64
64
-`taskbeacon.yaml` and `taskbeacon.yml` are preferred metadata sources. The indexer still accepts `task.yaml`, `task.yml`, and `task.json` for backward compatibility.
65
65
-`short_description` is taken from metadata first, then README table fields, then the README first paragraph, then the GitHub repo description.
66
66
-`maturity` is taken from metadata when present; otherwise it is parsed from README badges like `![Maturity: smoke_tested]`.
67
-
-`run_url` is mainly used for standalone HTML tasks.
67
+
-`run_url` is used for HTML tasks and web companions. By default it points to the shared `psyflow-web` GitHub Pages runner with `?task=<repo>`, unless metadata overrides it.
68
68
-`web_variant` is attached to a main task when the indexer finds a companion repo with the same `slug` and `variant: html`.
0 commit comments