Skip to content

Commit ad1be67

Browse files
hyperpolymathclaude
andcommitted
chore: add 0-AI-MANIFEST.a2ml and justfile for RSR compliance
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a2f8df5 commit ad1be67

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

0-AI-MANIFEST.a2ml

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+
# 0-AI-MANIFEST.a2ml — AI Agent Entry Point
3+
# Repository: bgp-backbone-lab
4+
# Owner: hyperpolymath
5+
6+
(ai-manifest
7+
(version "1.0")
8+
(repository "bgp-backbone-lab")
9+
(owner "hyperpolymath")
10+
(entry-points
11+
(primary "README.adoc")
12+
(machine-readable ".machine_readable/"))
13+
(invariants
14+
(scm-files-location ".machine_readable/ ONLY — never root")
15+
(license "PMPL-1.0-or-later")
16+
(github-is-source-of-truth #t)))

justfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SPDX-License-Identifier: PMPL-1.0-or-later
2+
# Justfile for bgp-backbone-lab
3+
4+
default:
5+
@just --list
6+
7+
# Run panic-attack assail
8+
assail:
9+
panic-attack assail .

0 commit comments

Comments
 (0)