Skip to content

Commit 456208d

Browse files
hyperpolymathclaude
andcommitted
chore: replace RSR template placeholders across all ecosystems
738 placeholder occurrences in Containerfiles, CODEOWNERS, dotfiles, ABI stubs, Nix/Guix configs, k9 examples, and .well-known metadata. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fe907ee commit 456208d

188 files changed

Lines changed: 488 additions & 488 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

rescript-ecosystem/rescript-vite/.clinerules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
# Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
2+
# Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
33
# Authoritative source: docs/AI-CONVENTIONS.md
44

55
# STARTUP: Read 0-AI-MANIFEST.a2ml first, then .machine_readable/STATE.a2ml.
@@ -8,7 +8,7 @@
88
# All original code: PMPL-1.0-or-later.
99
# Never AGPL-3.0. MPL-2.0 only as platform-required fallback.
1010
# SPDX header required on every source file.
11-
# Copyright: {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
11+
# Copyright: {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
1212

1313
# STATE FILES (.machine_readable/ ONLY)
1414
# Never create in repo root: STATE.a2ml, META.a2ml, ECOSYSTEM.a2ml,

rescript-ecosystem/rescript-vite/.cursorrules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
# Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
2+
# Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
33
# Authoritative source: docs/AI-CONVENTIONS.md
44

55
# Read 0-AI-MANIFEST.a2ml in the repo root FIRST for canonical file locations.
66

77
# LICENSE
88
# All original code: PMPL-1.0-or-later (SPDX header required on every file).
99
# Never use AGPL-3.0. Fallback to MPL-2.0 only when platform requires it.
10-
# Copyright: {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
10+
# Copyright: {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
1111

1212
# STATE FILES
1313
# .a2ml metadata files go in .machine_readable/ ONLY.

rescript-ecosystem/rescript-vite/.devcontainer/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
2-
# Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
2+
# Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
33
#
44
# Dev Container image for {{PROJECT_NAME}}
55
# Base: Chainguard Wolfi (minimal, supply-chain-secure)

rescript-ecosystem/rescript-vite/.github/CODEOWNERS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# CODEOWNERS - Define code review assignments
33
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
44
#
5-
# Replace {{OWNER}} with your GitHub username or team
5+
# Replace hyperpolymath with your GitHub username or team
66

77
# Default owners for everything
8-
* @{{OWNER}}
8+
* @hyperpolymath
99

1010
# Security-sensitive files require explicit review
11-
SECURITY.md @{{OWNER}}
12-
.github/workflows/ @{{OWNER}}
13-
Trustfile.a2ml @{{OWNER}}
14-
.machine_readable/ @{{OWNER}}
11+
SECURITY.md @hyperpolymath
12+
.github/workflows/ @hyperpolymath
13+
Trustfile.a2ml @hyperpolymath
14+
.machine_readable/ @hyperpolymath

rescript-ecosystem/rescript-vite/.guix-channel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
;; SPDX-License-Identifier: PMPL-1.0-or-later
2-
;; Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
2+
;; Copyright (c) {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
33
;;
44
;; Guix channel definition for {{PROJECT_NAME}}
55
;;
66
;; To use this channel, add to ~/.config/guix/channels.scm:
77
;;
88
;; (channel
99
;; (name '{{PROJECT_NAME}})
10-
;; (url "https://github.com/{{OWNER}}/{{PROJECT_NAME}}")
10+
;; (url "https://github.com/hyperpolymath/{{PROJECT_NAME}}")
1111
;; (branch "main"))
1212
;;
1313
;; Then: guix pull
1414

1515
(channel
1616
(version 0)
17-
(url "https://github.com/{{OWNER}}/{{PROJECT_NAME}}")
17+
(url "https://github.com/hyperpolymath/{{PROJECT_NAME}}")
1818
(dependencies
1919
(channel
2020
(name 'guix)

rescript-ecosystem/rescript-vite/.machine_readable/contractiles/k9/examples/project-metadata.k9.ncl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ K9!
3030
description = "A project following Rhodium Standard Repositories",
3131

3232
repository = {
33-
url = "https://github.com/{{OWNER}}/my-project",
33+
url = "https://github.com/hyperpolymath/my-project",
3434
type = "git",
3535
},
3636

@@ -45,7 +45,7 @@ K9!
4545
keywords = [
4646
"rhodium-standard",
4747
"rsr",
48-
"{{OWNER}}",
48+
"hyperpolymath",
4949
],
5050
},
5151

rescript-ecosystem/rescript-vite/.machine_readable/contractiles/k9/examples/setup-repo.k9.ncl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ K9!
132132
"add-license" = {
133133
description = "Add PMPL-1.0 license",
134134
commands = [
135-
"curl -sL https://raw.githubusercontent.com/{{OWNER}}/pmpl/main/LICENSE -o LICENSE",
135+
"curl -sL https://raw.githubusercontent.com/hyperpolymath/pmpl/main/LICENSE -o LICENSE",
136136
"echo '✓ License added'",
137137
],
138138
},

rescript-ecosystem/rescript-vite/.machine_readable/contractiles/must/Mustfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: PMPL-1.0-or-later
22
# Mustfile - declarative state contract (template)
3-
# See: https://github.com/{{OWNER}}/mustfile
3+
# See: https://github.com/hyperpolymath/mustfile
44

55
version: 1
66

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: {{PROJECT_NAME}}
33
Upstream-Contact: {{AUTHOR}} <{{AUTHOR_EMAIL}}>
4-
Source: https://github.com/{{OWNER}}/{{REPO}}
4+
Source: https://github.com/hyperpolymath/developer-ecosystem
55

66
# Default: all files are PMPL-1.0-or-later
77
Files: *
8-
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
8+
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
99
License: PMPL-1.0-or-later
1010

1111
# Configuration files that cannot carry headers
1212
Files: .editorconfig .gitignore .gitattributes .tool-versions .mailmap
13-
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
13+
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
1414
License: PMPL-1.0-or-later
1515

1616
# Machine-readable state files
1717
Files: .machine_readable/*.a2ml
18-
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
18+
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
1919
License: PMPL-1.0-or-later
2020

2121
# Bot directives
2222
Files: .machine_readable/bot_directives/*
23-
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
23+
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
2424
License: PMPL-1.0-or-later
2525

2626
# Contractiles
2727
Files: .machine_readable/contractiles/*
28-
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
28+
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
2929
License: PMPL-1.0-or-later
3030

3131
# GitHub/CI configuration
3232
Files: .github/* .github/**/*
33-
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
33+
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
3434
License: PMPL-1.0-or-later
3535

3636
# Generated files
3737
Files: generated/*
38-
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
38+
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
3939
License: PMPL-1.0-or-later
4040

4141
# Lockfiles and auto-generated
4242
Files: *.lock Cargo.lock flake.lock
43-
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
43+
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
4444
License: PMPL-1.0-or-later
4545

4646
# Devcontainer config (JSON, no comments)
4747
Files: .devcontainer/*.json
48-
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
48+
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
4949
License: PMPL-1.0-or-later
5050

5151
# Git-cliff config
5252
Files: cliff.toml
53-
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} ({{OWNER}}) <{{AUTHOR_EMAIL}}>
53+
Copyright: {{CURRENT_YEAR}} {{AUTHOR}} (hyperpolymath) <{{AUTHOR_EMAIL}}>
5454
License: PMPL-1.0-or-later

rescript-ecosystem/rescript-vite/.well-known/humans.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# humanstxt.org
33

44
/* TEAM */
5-
Maintainer: {{AUTHOR}} ({{OWNER}})
5+
Maintainer: {{AUTHOR}} (hyperpolymath)
66
Contact: {{AUTHOR_EMAIL}}
77
From: United Kingdom
88

0 commit comments

Comments
 (0)