Skip to content

Commit 5b7ed7a

Browse files
hyperpolymathclaude
andcommitted
chore: add CITATION.cff + codemeta.json for citation/metadata standards
Adds the canonical citation file and CodeMeta metadata. Both follow the estate-wide pattern (Jonathan D.A. Jewell author, hyperpolymath GitHub identity, project-appropriate licence). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 60c31b3 commit 5b7ed7a

2 files changed

Lines changed: 51 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# CITATION.cff - Citation File Format for Voyage-Enterprise-Decision-System
2+
# https://citation-file-format.github.io/
3+
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Palimpsest-0.5
4+
5+
cff-version: 1.2.0
6+
title: "Voyage-Enterprise-Decision-System"
7+
message: "If you use this software, please cite it as below."
8+
type: software
9+
authors:
10+
- family-names: "Jewell"
11+
given-names: "Jonathan D.A."
12+
alias: "hyperpolymath"
13+
email: "hyperpolymath@proton.me"
14+
affiliation: "Rhodium Standard / Independent Researcher"
15+
repository-code: "https://github.com/hyperpolymath/Voyage-Enterprise-Decision-System"
16+
url: "https://rhodium.sh/projects/voyage-enterprise-decision-system"
17+
abstract: "RSR-compliant project"
18+
keywords:
19+
- RSR
20+
- rhodium-standard
21+
license: "AGPL-3.0-or-later"
22+
license-url: "https://github.com/hyperpolymath/Voyage-Enterprise-Decision-System/blob/main/LICENSE.txt"
23+
version: "0.1.0"
24+
date-released: "2025-12-10"

codemeta.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3+
"@type": "SoftwareSourceCode",
4+
"identifier": "Voyage-Enterprise-Decision-System",
5+
"name": "Voyage-Enterprise-Decision-System",
6+
"description": "RSR-compliant project",
7+
"version": "0.1.0",
8+
"dateCreated": "2025-12-10",
9+
"dateModified": "2025-12-10",
10+
"license": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
11+
"codeRepository": "https://github.com/hyperpolymath/Voyage-Enterprise-Decision-System",
12+
"issueTracker": "https://github.com/hyperpolymath/Voyage-Enterprise-Decision-System/issues",
13+
"programmingLanguage": ["Guile Scheme"],
14+
"developmentStatus": "active",
15+
"keywords": ["RSR", "rhodium-standard"],
16+
"author": [{
17+
"@type": "Person",
18+
"givenName": "Hyper",
19+
"familyName": "Polymath",
20+
"email": "hyperpolymath@proton.me"
21+
}],
22+
"isPartOf": [{
23+
"@type": "SoftwareApplication",
24+
"name": "RSR Framework",
25+
"url": "https://rhodium.sh"
26+
}]
27+
}

0 commit comments

Comments
 (0)