Files
mokoplatform/cli/manifest_read.php
Jonathan Miller 14ffe53158 refactor: rename manifest → metadata with backward-compatible wrappers
- manifest_read.php → metadata_read.php (+ wrapper)
- manifest_detect.php → metadata_detect.php (+ wrapper)
- manifest_element.php → metadata_element.php (+ wrapper)
- manifest_integrity.php → metadata_integrity.php (+ wrapper)
- manifest_licensing.php → metadata_licensing.php (+ wrapper)
- .mokogitea/manifest.xml → .mokogitea/metadata.xml

Old manifest_* files now require() the new metadata_* counterparts
for backward compatibility with existing workflows and scripts.
2026-06-11 18:16:18 -05:00

5 lines
136 B
PHP

#!/usr/bin/env php
<?php
// Backward-compatibility wrapper — manifest_* renamed to metadata_*
require __DIR__ . '/metadata_read.php';