Skip to content

Commit b5334d9

Browse files
hyperpolymathclaude
andcommitted
Replace RSR template placeholders with actual values
Fill {{REPO}}, {{OWNER}}, {{FORGE}}, {{AUTHOR}}, {{AUTHOR_EMAIL}}, {{SECURITY_EMAIL}}, {{CURRENT_YEAR}}, and {{PROJECT_NAME}} across CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, issue templates, and workflow files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 43d1327 commit b5334d9

18 files changed

Lines changed: 1453 additions & 26 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
TEMPLATE INSTRUCTIONS (delete this block before publishing)
66
============================================================================
77
Replace all {{PLACEHOLDER}} values:
8-
{{PROJECT_NAME}} - Your project name
8+
Gitbot Fleet - Your project name
99
hyperpolymath - GitHub/GitLab username or org
1010
gitbot-fleet - Repository name
1111
{{CONDUCT_EMAIL}} - Email for conduct reports
1212
{{CONDUCT_TEAM}} - Name of conduct team/committee
1313
{{RESPONSE_TIME}} - Initial response SLA (e.g., 48 hours)
14-
{{CURRENT_YEAR}} - Current year
14+
2026 - Current year
1515
1616
Review and customise:
1717
- Adjust enforcement ladder for your community size
@@ -22,7 +22,7 @@ Review and customise:
2222

2323
## Our Pledge
2424

25-
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.
25+
We as members, contributors, and leaders pledge to make participation in Gitbot Fleet 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.
2626

2727
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
2828

@@ -324,4 +324,4 @@ We're all here because we care about this project. Let's make it a place where e
324324

325325
---
326326

327-
<sub>Last updated: {{CURRENT_YEAR}} · Based on Contributor Covenant 2.1</sub>
327+
<sub>Last updated: 2026 · Based on Contributor Covenant 2.1</sub>

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ gitbot-fleet/
5353
5454
**Before reporting**:
5555
1. Search existing issues
56-
2. Check if it's already fixed in `{{MAIN_BRANCH}}`
56+
2. Check if it's already fixed in `main`
5757
3. Determine which perimeter the bug affects
5858
5959
**When reporting**:

docs/BRANCH-PROTECTION-SETUP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ In your repository's **Settings > Branches > Branch protection rules** for
3737
### From the RSR template
3838

3939
Repos bootstrapped from `rsr-template-repo` already include
40-
`.github/workflows/static-analysis-gate.yml`. Replace `{{OWNER}}` with your
40+
`.github/workflows/static-analysis-gate.yml`. Replace `hyperpolymath` with your
4141
GitHub org/user name:
4242

4343
```bash
44-
sed -i 's/{{OWNER}}/hyperpolymath/g' .github/workflows/static-analysis-gate.yml
44+
sed -i 's/hyperpolymath/hyperpolymath/g' .github/workflows/static-analysis-gate.yml
4545
```
4646

4747
### Adding to an existing repo
@@ -53,7 +53,7 @@ cp /path/to/rsr-template-repo/.github/workflows/static-analysis-gate.yml \
5353
your-repo/.github/workflows/static-analysis-gate.yml
5454

5555
cd your-repo
56-
sed -i 's/{{OWNER}}/hyperpolymath/g' .github/workflows/static-analysis-gate.yml
56+
sed -i 's/hyperpolymath/hyperpolymath/g' .github/workflows/static-analysis-gate.yml
5757
git add .github/workflows/static-analysis-gate.yml
5858
git commit -m "ci: add static analysis gate for branch protection"
5959
git push
@@ -158,7 +158,7 @@ the ad-hoc sustainabot submission path.
158158
## Checklist for New Repos
159159

160160
- [ ] Copy `static-analysis-gate.yml` into `.github/workflows/`
161-
- [ ] Replace `{{OWNER}}` placeholder
161+
- [ ] Replace `hyperpolymath` placeholder
162162
- [ ] Push to trigger first run
163163
- [ ] Add required status checks in branch protection settings
164164
- [ ] Install local pre-push hook (optional but recommended)

robot-repo-automaton/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ robot-repo-automaton/
5353
5454
**Before reporting**:
5555
1. Search existing issues
56-
2. Check if it's already fixed in `{{MAIN_BRANCH}}`
56+
2. Check if it's already fixed in `main`
5757
3. Determine which perimeter the bug affects
5858
5959
**When reporting**:

robot-repo-automaton/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ It operates by:
3737
* *Four fix types*: delete, modify, create, disable
3838
* *Modify operations*: replace-line, insert-before, insert-after, replace-pattern,
3939
prepend, append -- with safety checks and rollback on failure
40-
* *File creation*: template-based with variable expansion (`{{REPO}}`, `{{OWNER}}`,
41-
`{{LICENSE}}`, `{{YEAR}}`, `{{AUTHOR}}`, `{{EMAIL}}`)
40+
* *File creation*: template-based with variable expansion (`gitbot-fleet`, `hyperpolymath`,
41+
`PMPL-1.0-or-later`, `{{YEAR}}`, `Jonathan D.A. Jewell`, `{{EMAIL}}`)
4242
* *Confidence thresholds*: per-repo configuration via `.bot_directives/`, with
4343
auto-apply, propose, and skip decisions
4444
* *Safety*: binary file detection, gitignore checking, in-memory rollback

robot-repo-automaton/SONNET-TASKS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Currently only "delete" fix type works. "Modify" is a stub.
7373

7474
### 3.1 Implement file creation
7575
- Create new files as specified by fix patterns
76-
- Support template expansion (variables like `{{REPO}}`, `{{OWNER}}`, `{{LICENSE}}`)
76+
- Support template expansion (variables like `gitbot-fleet`, `hyperpolymath`, `PMPL-1.0-or-later`)
7777
- Common creation targets:
7878
- Missing LICENSE files
7979
- Missing .editorconfig
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1773490723.json
1+
1773540005.json
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/var/mnt/eclipse/repos/gitbot-fleet/shared-context/findings/bunsenite/1773278128.json
1+
1773540053.json
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/var/mnt/eclipse/repos/gitbot-fleet/shared-context/findings/echidna/1773278170.json
1+
1773540132.json
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20260206-215523.json
1+
1773540158.json

0 commit comments

Comments
 (0)