Skip to content

Commit f9c27a4

Browse files
committed
chore: update manifest paths to .machine_readable/6a2/
1 parent adc145b commit f9c27a4

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

0-AI-MANIFEST.a2ml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626

2727
(critical-invariants
2828
(rule "SCM files MUST be in .machine_readable/ directory ONLY"
29-
(never "STATE.scm in repository root")
30-
(never "ECOSYSTEM.scm in repository root")
31-
(never "META.scm in repository root")
32-
(always ".machine_readable/STATE.scm")
33-
(always ".machine_readable/ECOSYSTEM.scm")
34-
(always ".machine_readable/META.scm"))
29+
(never ".machine_readable/6a2/STATE.a2ml in repository root")
30+
(never ".machine_readable/6a2/ECOSYSTEM.a2ml in repository root")
31+
(never ".machine_readable/6a2/META.a2ml in repository root")
32+
(always "`.machine_readable/6a2/STATE.a2ml`")
33+
(always "`.machine_readable/6a2/ECOSYSTEM.a2ml`")
34+
(always "`.machine_readable/6a2/META.a2ml`"))
3535

3636
(rule "License MUST be PMPL-1.0-or-later"
3737
(never "AGPL-3.0")
@@ -67,14 +67,14 @@
6767

6868
(lifecycle
6969
(on-enter
70-
(action "read" (file ".machine_readable/STATE.scm"))
71-
(action "read" (file ".machine_readable/ECOSYSTEM.scm"))
72-
(action "read" (file ".machine_readable/META.scm"))
70+
(action "read" (file "`.machine_readable/6a2/STATE.a2ml`"))
71+
(action "read" (file "`.machine_readable/6a2/ECOSYSTEM.a2ml`"))
72+
(action "read" (file "`.machine_readable/6a2/META.a2ml`"))
7373
(action "acknowledge"
7474
(message "AI manifest acknowledged. Canonical locations noted. Critical invariants loaded.")))
7575

7676
(on-exit
77-
(action "update" (file ".machine_readable/STATE.scm")
77+
(action "update" (file "`.machine_readable/6a2/STATE.a2ml`")
7878
(condition "work completed"))
7979
(action "verify" (invariants)
8080
(message "All critical invariants respected"))

0 commit comments

Comments
 (0)