Skip to content

Commit 5bcc6c1

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 2be59a8 commit 5bcc6c1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

robot-repo-automaton/src/fixer.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ impl Fixer {
388388
/// Create a file with template expansion
389389
///
390390
/// Supports template variables:
391-
/// - `{{REPO}}` - Repository name
392-
/// - `{{OWNER}}` - Repository owner
391+
/// - `gitbot-fleet` - Repository name
392+
/// - `hyperpolymath` - Repository owner
393393
/// - `{{LICENSE}}` - License identifier
394394
/// - `{{YEAR}}` - Current year
395395
fn apply_create(
@@ -549,8 +549,8 @@ impl Fixer {
549549
let year = chrono::Utc::now().format("%Y").to_string();
550550

551551
content
552-
.replace("{{REPO}}", repo_name)
553-
.replace("{{OWNER}}", "hyperpolymath")
552+
.replace("gitbot-fleet", repo_name)
553+
.replace("hyperpolymath", "hyperpolymath")
554554
.replace("{{LICENSE}}", "PMPL-1.0-or-later")
555555
.replace("{{YEAR}}", &year)
556556
.replace("{{AUTHOR}}", "Jonathan D.A. Jewell")

0 commit comments

Comments
 (0)