perf: Views engine render optimizations — warm 99.99% faster, cold 10% faster #50
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: OpenSpec Validation | |
| on: | |
| pull_request: | |
| paths: | |
| - 'openspec/**' | |
| - '**/AGENTS.md' | |
| jobs: | |
| validate-refs: | |
| runs-on: windows-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Validate OpenSpec cross-references | |
| shell: pwsh | |
| run: | | |
| ./scripts/openspec/Validate-OpenSpecRefs.ps1 |