Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/validate
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 3 additions & 0 deletions community-health/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion community-health/profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/organization.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
6 changes: 3 additions & 3 deletions tests/publish-maintenance-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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' \
Expand Down