-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path0-AI-MANIFEST.a2ml
More file actions
19 lines (16 loc) · 646 Bytes
/
Copy path0-AI-MANIFEST.a2ml
File metadata and controls
19 lines (16 loc) · 646 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;; SPDX-License-Identifier: MPL-2.0
;; 0-AI-MANIFEST.a2ml — AI Agent Entry Point
;; Repository: hyperpolymath/ssg-collection
@abstract:
AI manifest for ssg-collection. Read this file first before any other work.
@end
;; === CANONICAL LOCATIONS ===
;; Machine-readable state: .machine_readable/
;; Documentation: docs/
;; Source code: src/
;; Tests: verification/tests/ or tests/
;; === CRITICAL INVARIANTS ===
;; - SPDX headers on ALL files (MPL-2.0)
;; - No believe_me, assert_total, sorry, Admitted, unsafeCoerce, Obj.magic
;; - SCM files ONLY in .machine_readable/ (never root)
;; - Author: Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>