Skip to content

Commit 7b15f7a

Browse files
hyperpolymathclaude
andcommitted
ci: add 0-AI-MANIFEST.a2ml for RSR compliance
Adds the AI agent entry point manifest required by the hyperpolymath RSR standard so all AI agents have a canonical session startup file. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f5648ae commit 7b15f7a

1 file changed

Lines changed: 16 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: dicti0nary-attack
4+
# Owner: hyperpolymath
5+
6+
(ai-manifest
7+
(version "1.0")
8+
(repository "dicti0nary-attack")
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)))

0 commit comments

Comments
 (0)