Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions validate-a2ml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ validate_a2ml() {
# Canonical typed manifests under .machine_readable/6a2/ — identity comes
# from the enclosing directory + filename, not an in-file field. Sibling
# files in the same directory (ECOSYSTEM.a2ml, STATE.a2ml) DO carry their
# own
ame/project and continue to be validated normally.
# own $name/project and continue to be validated normally.
case "$basename" in
AGENTIC.a2ml|META.a2ml|NEUROSYM.a2ml|PLAYBOOK.a2ml)
is_manifest=true
Expand Down
Loading