⟡ Update Active Mirror spec copyright to 2025-2026 #186
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Reflective Compliance | |
| on: | |
| push: | |
| branches: [ "main" ] | |
| pull_request: | |
| branches: [ "main" ] | |
| jobs: | |
| validate: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: Set up Python | |
| uses: actions/setup-python@v5 | |
| with: | |
| python-version: "3.x" | |
| - name: Install deps | |
| run: pip install pyyaml | |
| - name: Validate canonical trio | |
| run: | | |
| python validators/validator.py 01_MASTER_CITATION_ABSTRACT.md | |
| python validators/validator.py spec/Reflection_Chain_Manifest_v1.0.md | |
| python validators/validator.py spec/Reflection_Chain_Addendum_v1.1.md |