diff --git a/bin/validate b/bin/validate index ad0943d..14a7864 100755 --- a/bin/validate +++ b/bin/validate @@ -42,7 +42,7 @@ done < <(find "${root}/config" -name '*.json' -print0 | sort -z) jq -e ' . == { - description: "A cooperative fantasy world of islands, ruins, and crystal-lit mysteries—open source, playable in Classic, and rebuilding for the future.", + description: "A cooperative, open-source fantasy world founded by Zoey Seraphina Rose (https://zoeysr.com). Playable in Classic and rebuilding for the future.", blog: "https://atrinik.org", default_repository_permission: "none", members_can_create_repositories: false, diff --git a/community-health/CONTRIBUTING.md b/community-health/CONTRIBUTING.md index 3632df0..6545d90 100644 --- a/community-health/CONTRIBUTING.md +++ b/community-health/CONTRIBUTING.md @@ -1,5 +1,8 @@ # Contributing to Atrinik +Atrinik was founded by [Zoey Seraphina Rose](https://zoeysr.com) and grows +through the work of its community. + Thank you for helping Atrinik. Search existing issues and the [Atrinik work project](https://github.com/orgs/atrinik/projects) before opening new work so related efforts can share one discussion. diff --git a/community-health/profile/README.md b/community-health/profile/README.md index 34aa13e..2c61f3d 100644 --- a/community-health/profile/README.md +++ b/community-health/profile/README.md @@ -3,7 +3,8 @@ > A world of crystal, memory, and unfinished paths. Atrinik is an open-source cooperative fantasy role-playing world of islands, -ruins, and crystal-lit mysteries. +ruins, and crystal-lit mysteries. Founded by +[Zoey Seraphina Rose](https://zoeysr.com), it is built with its community. The maintained GPL-licensed [Atrinik Classic](https://github.com/atrinik/classic) line keeps the world playable today. In parallel, a next-generation MIT diff --git a/config/organization.json b/config/organization.json index 6af9044..a1edb8c 100644 --- a/config/organization.json +++ b/config/organization.json @@ -1,5 +1,5 @@ { - "description": "A cooperative fantasy world of islands, ruins, and crystal-lit mysteries—open source, playable in Classic, and rebuilding for the future.", + "description": "A cooperative, open-source fantasy world founded by Zoey Seraphina Rose (https://zoeysr.com). Playable in Classic and rebuilding for the future.", "blog": "https://atrinik.org", "default_repository_permission": "none", "members_can_create_repositories": false, diff --git a/tests/publish-maintenance-branch.sh b/tests/publish-maintenance-branch.sh index 846ab0f..fda3923 100755 --- a/tests/publish-maintenance-branch.sh +++ b/tests/publish-maintenance-branch.sh @@ -241,7 +241,7 @@ case "${endpoint}|${jq_filter}" in else jq -n '{ plan: {name: "team"}, - description: "A cooperative fantasy world of islands, ruins, and crystal-lit mysteries—open source, playable in Classic, and rebuilding for the future.", + description: "A cooperative, open-source fantasy world founded by Zoey Seraphina Rose (https://zoeysr.com). Playable in Classic and rebuilding for the future.", blog: "https://atrinik.org", default_repository_permission: "none", members_can_create_repositories: false, @@ -1132,7 +1132,7 @@ jq -s -e ' select(.method == "PATCH" and .endpoint == "orgs/atrinik") | .payload ] == [{ - description: "A cooperative fantasy world of islands, ruins, and crystal-lit mysteries—open source, playable in Classic, and rebuilding for the future.", + description: "A cooperative, open-source fantasy world founded by Zoey Seraphina Rose (https://zoeysr.com). Playable in Classic and rebuilding for the future.", blog: "https://atrinik.org", default_repository_permission: "none", members_can_create_repositories: false, @@ -1400,7 +1400,7 @@ GH_API_LOG=${temporary}/plan.jsonl \ ATRINIK_POLICY_SCOPE=organization \ "${root}/bin/publish" >"${plan_output}" grep -F \ - 'DRIFT /orgs/atrinik description live="" desired="A cooperative fantasy world of islands, ruins, and crystal-lit mysteries—open source, playable in Classic, and rebuilding for the future."' \ + 'DRIFT /orgs/atrinik description live="" desired="A cooperative, open-source fantasy world founded by Zoey Seraphina Rose (https://zoeysr.com). Playable in Classic and rebuilding for the future."' \ "${plan_output}" >/dev/null grep -F \ 'PLAN PATCH /orgs/atrinik <= config/organization.json' \