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
Instantiate known RSR template tokens (just init, safe subset)
Fill the deterministic {{TOKEN}} placeholders across governance, attribution,
container, and docs files with their known values — the `just init` job, done
by hand because just/nickel are unavailable here:
{{OWNER}}=hyperpolymath {{REPO}}/{{PROJECT_NAME}}=anytype {{FORGE}}=github.com
{{AUTHOR}}=Jonathan D.A. Jewell {{AUTHOR_EMAIL}}=j.d.a.jewell@open.ac.uk
{{AUTHOR_LAST/FIRST/INITIALS}} {{CURRENT_YEAR}}=2026 {{CURRENT_DATE}}/{{DATE}}=2026-06-28
{{MAIN_BRANCH}}=main {{LICENSE}}=MPL-2.0 {{PROJECT_DESCRIPTION/PURPOSE}}
Deliberately NOT touched (left for `just init`/owner):
- Justfiles and build/just/*.just — {{var}} there is Just's own interpolation
syntax, not an RSR token; *.ncl likewise excluded.
- self-validating k9 checks, PLACEHOLDERS.adoc, docs-template/, *-TEMPLATE docs,
examples/, tests/ — these legitimately contain {{TOKEN}} as data.
- LICENSE / LICENSES/ — no automated licence edits.
- Owner-only values are left as visible placeholders, NOT fabricated:
{{SECURITY_EMAIL}}, {{PGP_FINGERPRINT}}, {{PGP_KEY_URL}}, {{WEBSITE}},
{{CONDUCT_EMAIL}}, {{CONDUCT_TEAM}}, {{RESPONSE_TIME}}, {{OPENSSF_PROJECT_ID}},
{{SERVICE_NAME}}, {{PORT}}, {{REGISTRY}}, {{PACKAGE_NAME}}, {{VERSION}}, etc.
- Code identifiers {{PROJECT}}/{{project}} (Idris2/Zig/C symbols) — left for the
init tooling, which is code-aware.
Verified: no GitHub Actions `${{ }}` expression was altered; no workflow file
changed; residual {{TOKEN}}s remain only in the excluded files above.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01J1XmMC49T8sZ3uUuvrgB7y
Copy file name to clipboardExpand all lines: .devcontainer/README.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
// SPDX-License-Identifier: CC-BY-SA-4.0
2
2
// Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
3
3
= Dev Container Usage
4
-
:author: {{AUTHOR}} <{{AUTHOR_EMAIL}}>
4
+
:author: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
5
5
6
6
== Overview
7
7
@@ -25,4 +25,4 @@ This dev container uses `cgr.dev/chainguard/wolfi-base` with git, curl, bash, an
25
25
26
26
== Customization
27
27
28
-
Replace `{{PROJECT_NAME}}` placeholders in both `devcontainer.json` and `Containerfile` with your actual project name. Run `just deps` to verify the environment after first launch.
28
+
Replace `anytype` placeholders in both `devcontainer.json` and `Containerfile` with your actual project name. Run `just deps` to verify the environment after first launch.
- Adjust enforcement ladder for your community size
@@ -26,7 +26,7 @@ Review and customise:
26
26
27
27
## Our Pledge
28
28
29
-
We as members, contributors, and leaders pledge to make participation in {{PROJECT_NAME}} a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, colour, religion, or sexual identity and orientation.
29
+
We as members, contributors, and leaders pledge to make participation in anytype a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, colour, religion, or sexual identity and orientation.
30
30
31
31
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
32
32
@@ -314,7 +314,7 @@ We thank these communities for their leadership in creating welcoming spaces.
314
314
315
315
If you have questions about this Code of Conduct:
316
316
317
-
- Open a [Discussion](https://{{FORGE}}/{{OWNER}}/{{REPO}}/discussions) (for general questions)
317
+
- Open a [Discussion](https://github.com/hyperpolymath/anytype/discussions) (for general questions)
318
318
- Email {{CONDUCT_EMAIL}} (for private questions)
319
319
- Contact any maintainer directly
320
320
@@ -328,4 +328,4 @@ We're all here because we care about this project. Let's make it a place where e
328
328
329
329
---
330
330
331
-
<sub>Last updated: {{CURRENT_YEAR}} · Based on Contributor Covenant 2.1</sub>
331
+
<sub>Last updated: 2026 · Based on Contributor Covenant 2.1</sub>
0 commit comments