Skip to content

Commit 28aa423

Browse files
hyperpolymathclaude
andcommitted
chore: add missing RSR standard files (LICENSE, SECURITY.md, tests/)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 95671de commit 28aa423

4 files changed

Lines changed: 56 additions & 0 deletions

File tree

LICENSE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Palimpsest License (PMPL-1.0-or-later)
2+
3+
Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath)
4+
5+
This work is licensed under the Palimpsest License, version 1.0 or later.
6+
7+
See https://github.com/hyperpolymath/palimpsest-license for the full
8+
license text.

README.adoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
// SPDX-License-Identifier: PMPL-1.0-or-later
2+
// Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath)
3+
4+
= a2ml-showcase
5+
6+
Showcase examples and templates for A2ML (AI Attestation Markup Language).
7+
8+
image:https://api.securityscorecards.dev/projects/github.com/hyperpolymath/a2ml-showcase/badge[OpenSSF Scorecard,link=https://securityscorecards.dev/viewer/?uri=github.com/hyperpolymath/a2ml-showcase]
9+
10+
== About
11+
12+
This repository contains example A2ML documents, templates, and rendered output
13+
demonstrating the capabilities of the A2ML format. It is a content/showcase
14+
repository -- there is no executable code.
15+
16+
== Structure
17+
18+
* `content/` -- A2ML source documents
19+
* `output/` -- Rendered output
20+
* `template.html` -- HTML rendering template
21+
22+
== License
23+
24+
PMPL-1.0-or-later. See link:LICENSE[LICENSE].

SECURITY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- SPDX-License-Identifier: PMPL-1.0-or-later -->
2+
<!-- Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) -->
3+
4+
# Security Policy
5+
6+
## Reporting a Vulnerability
7+
8+
Please report security vulnerabilities to j.d.a.jewell@open.ac.uk.
9+
10+
We will acknowledge receipt within 48 hours and provide a detailed response within 7 days.
11+
12+
## Supported Versions
13+
14+
| Version | Supported |
15+
|---------|-----------|
16+
| Latest | Yes |

tests/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!-- SPDX-License-Identifier: PMPL-1.0-or-later -->
2+
3+
# Tests
4+
5+
This is a showcase/content repository for A2ML examples. There is no executable
6+
code to test.
7+
8+
The `fuzz/` directory contains placeholder structure for OpenSSF compliance.

0 commit comments

Comments
 (0)