Imported from amorphous-dreams/Synthetic-Dream-Machine (
wikis/@lares-history/_archive/build.lares.failed/grammar/detect-alignment/SKILL.md). Install upstream withnpx skills add amorphous-dreams/Synthetic-Dream-Machine --skill detect-alignment. Copyright stays with the author.
name: detect-alignment
Files
detect_alignment.py: Main compliance checker for all supported file typesuri_wrappers.py: Legacy Markdown-only compliance checker (retained for reference)
detect-alignment Skill
Purpose
Batch compliance checker for lar URI wrapper and consecration alignment in Lares grammar and code files. Ensures all Markdown and supported code files have required start/end lar URI wrappers.
Supported File Types
Usage
python detect_alignment.py <target_dir>
What it does
- Checks all files in <target_dir> for required start/end lar URI wrappers
Wrapper Patterns
Compliance
All files in /lares/grammar must have valid wrappers. See /lares/README.md and /lares/grammar/verify/URI_WRAPPER_LOCI.md for rules.
This directory replaces all previous /lares/grammar/scan/ loci. All references to /lares/grammar/scan/ have been retired. Use /lares/grammar/detect-alignment/ exclusively. Update all references and usage to /lares/grammar/detect-alignment/.