Skip to content

Commit e268265

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 1f66480 commit e268265

26 files changed

Lines changed: 54 additions & 54 deletions

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

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

.devcontainer/devcontainer.json

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 configuration for {{PROJECT_NAME}}
55
// Works with: VS Code Dev Containers, GitHub Codespaces, Gitpod

.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/AGENTIC.a2ml

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
# AGENTIC.a2ml — AI agent constraints and capabilities
55
# Defines what AI agents can and cannot do in this repository.

.machine_readable/NEUROSYM.a2ml

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
# NEUROSYM.a2ml — Neurosymbolic integration metadata
55
# Configuration for Hypatia scanning and symbolic reasoning.

.machine_readable/PLAYBOOK.a2ml

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
# PLAYBOOK.a2ml — Operational playbook
55
# Runbooks, incident response, deployment procedures.

.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

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

0 commit comments

Comments
 (0)