Skip to content

Commit 2601a17

Browse files
hyperpolymathclaude
andcommitted
fix: replace template placeholders with actual values
All template placeholders replaced with per-subproject values. Part of global TODO cleanup (2026-03-16). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 456208d commit 2601a17

148 files changed

Lines changed: 298 additions & 298 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.

ABI-FFI-README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{~ Aditionally delete this line and fill out the template below ~}}
22

3-
# {{PROJECT}} ABI/FFI Documentation
3+
# developer-ecosystem ABI/FFI Documentation
44

55
## Overview
66

@@ -247,7 +247,7 @@ gcc -o example example.c -l{{project}} -L./zig-out/lib
247247
### From Idris2
248248

249249
```idris
250-
import {{PROJECT}}.ABI.Foreign
250+
import developer-ecosystem.ABI.Foreign
251251
252252
main : IO ()
253253
main = do

ada-ecosystem/ada-loom-registry/ABI-FFI-README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{~ Aditionally delete this line and fill out the template below ~}}
22

3-
# {{PROJECT}} ABI/FFI Documentation
3+
# ada-loom-registry ABI/FFI Documentation
44

55
## Overview
66

@@ -247,7 +247,7 @@ gcc -o example example.c -l{{project}} -L./zig-out/lib
247247
### From Idris2
248248

249249
```idris
250-
import {{PROJECT}}.ABI.Foreign
250+
import ada-loom-registry.ABI.Foreign
251251
252252
main : IO ()
253253
main = do

aggregate-library/ABI-FFI-README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{~ Aditionally delete this line and fill out the template below ~}}
22

3-
# {{PROJECT}} ABI/FFI Documentation
3+
# aggregate-library ABI/FFI Documentation
44

55
## Overview
66

@@ -247,7 +247,7 @@ gcc -o example example.c -l{{project}} -L./zig-out/lib
247247
### From Idris2
248248

249249
```idris
250-
import {{PROJECT}}.ABI.Foreign
250+
import aggregate-library.ABI.Foreign
251251
252252
main : IO ()
253253
main = do

coq-ecosystem/coq-jr/ABI-FFI-README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{~ Aditionally delete this line and fill out the template below ~}}
22

3-
# {{PROJECT}} ABI/FFI Documentation
3+
# coq-jr ABI/FFI Documentation
44

55
## Overview
66

@@ -247,7 +247,7 @@ gcc -o example example.c -l{{project}} -L./zig-out/lib
247247
### From Idris2
248248

249249
```idris
250-
import {{PROJECT}}.ABI.Foreign
250+
import coq-jr.ABI.Foreign
251251
252252
main : IO ()
253253
main = do

coq-ecosystem/coq-jr/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
============================================================================
55
TEMPLATE INSTRUCTIONS (delete this block before publishing)
66
============================================================================
7-
Replace all {{PLACEHOLDER}} values:
7+
Replace all coq-jr values:
88
Developer Ecosystem - Your project name
99
hyperpolymath - GitHub/GitLab username or org
1010
developer-ecosystem - Repository name

deno-ecosystem/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
============================================================================
55
TEMPLATE INSTRUCTIONS (delete this block before publishing)
66
============================================================================
7-
Replace all {{PLACEHOLDER}} values:
7+
Replace all deno-ecosystem values:
88
Developer Ecosystem - Your project name
99
hyperpolymath - GitHub/GitLab username or org
1010
developer-ecosystem - Repository name

devkit-risc-v/ABI-FFI-README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{~ Aditionally delete this line and fill out the template below ~}}
22

3-
# {{PROJECT}} ABI/FFI Documentation
3+
# devkit-risc-v ABI/FFI Documentation
44

55
## Overview
66

@@ -247,7 +247,7 @@ gcc -o example example.c -l{{project}} -L./zig-out/lib
247247
### From Idris2
248248

249249
```idris
250-
import {{PROJECT}}.ABI.Foreign
250+
import devkit-risc-v.ABI.Foreign
251251
252252
main : IO ()
253253
main = do

idris2-ecosystem/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
============================================================================
55
TEMPLATE INSTRUCTIONS (delete this block before publishing)
66
============================================================================
7-
Replace all {{PLACEHOLDER}} values:
7+
Replace all idris2-ecosystem values:
88
language-bridges - Your project name
99
hyperpolymath - GitHub/GitLab username or org
1010
language-bridges - Repository name

idris2-ecosystem/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
============================================================================
55
TEMPLATE INSTRUCTIONS (delete this block before publishing)
66
============================================================================
7-
Replace all {{PLACEHOLDER}} values with your information:
7+
Replace all idris2-ecosystem values with your information:
88
language-bridges - Your project name
99
hyperpolymath - GitHub username or org (e.g., hyperpolymath)
1010
language-bridges - Repository name

opm-canonicalizer/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
============================================================================
55
TEMPLATE INSTRUCTIONS (delete this block before publishing)
66
============================================================================
7-
Replace all {{PLACEHOLDER}} values:
7+
Replace all opm-canonicalizer values:
88
language-bridges - Your project name
99
hyperpolymath - GitHub/GitLab username or org
1010
language-bridges - Repository name

0 commit comments

Comments
 (0)