Skip to content

Commit 4719c0a

Browse files
hyperpolymathclaude
andcommitted
chore: replace RSR template placeholders with actual values
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 74d36d9 commit 4719c0a

7 files changed

Lines changed: 22 additions & 22 deletions

File tree

.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,

.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.

.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

.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)

.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

.windsurfrules

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,

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

0 commit comments

Comments
 (0)