Skip to content

Commit aa3f1e6

Browse files
Replace RSR template placeholders with actual values (#20)
## Summary - Fill {{REPO}}, {{OWNER}}, {{FORGE}}, {{AUTHOR}}, {{AUTHOR_EMAIL}}, {{SECURITY_EMAIL}}, {{CURRENT_YEAR}}, and {{PROJECT_NAME}} placeholders - Applies to CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md, and related files ## Test plan - [x] Verify no remaining `{{` placeholders in affected files 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5cf248c commit aa3f1e6

26 files changed

Lines changed: 82 additions & 552 deletions

.github/workflows/workflow-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fi
3737
done
3838
if [ $failed -eq 1 ]; then
39-
echo "Add '# SPDX-License-Identifier: AGPL-3.0-or-later' as first line"
39+
echo "Add '# SPDX-License-Identifier: PMPL-1.0-or-later' as first line"
4040
exit 1
4141
fi
4242
echo "All workflows have SPDX headers"

.machine_readable/ECOSYSTEM.a2ml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
# Anvomidav Ecosystem Manifest (A2ML)
2-
@ecosystem { version: "0.1.0", last-updated: "2026-03-03" }
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# ECOSYSTEM.a2ml — Ecosystem position
3+
# Converted from ECOSYSTEM.scm on 2026-03-15
34

4-
@project:
5-
name: "anvomidav"
6-
purpose: "Standardize figure skating notation"
7-
role: "specialized-dsl"
8-
@end
5+
[metadata]
6+
project = "anvomidav"
7+
ecosystem = "hyperpolymath"
98

10-
@attestation:
11-
originalBytes: [Attested by Gemini CLI]
12-
signature: PLACEHOLDER-ED25519-SIGNATURE
13-
timestamp: 2026-03-03T12:00:00Z
14-
@end
9+
[position]
10+
type = "component"

.machine_readable/ECOSYSTEM.scm

Lines changed: 0 additions & 20 deletions
This file was deleted.

.machine_readable/META.a2ml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
# Anvomidav Meta Manifest (A2ML)
2-
@meta { version: "0.1.0", last-updated: "2026-03-03" }
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# META.a2ml — Project meta-information
3+
# Converted from META.scm on 2026-03-15
34

4-
@project-info:
5-
type: "dsl"
6-
languages: ["rust", "julia", "typescript", "deno", "bash"]
7-
license: "PMPL-1.0-or-later"
8-
@end
9-
10-
@attestation:
11-
originalBytes: [Attested by Gemini CLI]
12-
signature: PLACEHOLDER-ED25519-SIGNATURE
13-
timestamp: 2026-03-03T12:00:00Z
14-
@end
5+
[metadata]
6+
project = "anvomidav"
7+
author = "Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"
8+
license = "PMPL-1.0-or-later"
9+
standard = "RSR 2026"

.machine_readable/META.scm

Lines changed: 0 additions & 17 deletions
This file was deleted.

.machine_readable/STATE.a2ml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
# Anvomidav State Manifest (A2ML)
2-
@state { version: "1.0.0", last-updated: "2026-03-03", status: "active" }
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# STATE.a2ml — Project state checkpoint
3+
# Converted from STATE.scm on 2026-03-15
34

4-
@project-context:
5-
name: "Anvomidav"
6-
tagline: "DSL for figure skating choreography notation"
7-
repo: "github.com/hyperpolymath/anvomidav"
8-
completion-percentage: 100
9-
phase: "production-ready"
10-
@end
5+
[metadata]
6+
project = "anvomidav"
7+
version = "0.1.0"
8+
last-updated = "2026-03-15"
9+
status = "active"
1110

12-
@attestation:
13-
originalBytes: [Attested by Gemini CLI]
14-
signature: PLACEHOLDER-ED25519-SIGNATURE
15-
timestamp: 2026-03-03T12:00:00Z
16-
@end
11+
[project-context]
12+
name = "anvomidav"
13+
completion-percentage = 0
14+
phase = "In development"

.machine_readable/STATE.scm

Lines changed: 0 additions & 81 deletions
This file was deleted.
File renamed without changes.

ABI-FFI-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ When modifying the ABI/FFI:
374374

375375
## License
376376

377-
{{LICENSE}}
377+
PMPL-1.0-or-later
378378

379379
## See Also
380380

AI.djot

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)