Sync all local changes: docs, config, scripts, submodule refs, verification evidence
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-02-21 15:46:06 -08:00
parent fbda1b4beb
commit bea1903ac9
1596 changed files with 93380 additions and 6194 deletions

31
.github/workflows/validate-config.yml vendored Normal file
View File

@@ -0,0 +1,31 @@
# R14: Config and validation in pipeline. Run when config/ or scripts/validation/ or scripts/verify/ change.
name: Validate Config
on:
pull_request:
paths:
- 'config/**'
- 'scripts/validation/**'
- 'scripts/verify/run-all-validation.sh'
- 'scripts/run-completable-tasks-from-anywhere.sh'
- '.github/workflows/validate-config.yml'
push:
branches: [master]
paths:
- 'config/**'
- 'scripts/validation/**'
- '.github/workflows/validate-config.yml'
jobs:
validate:
name: Config & validation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Config validation
run: bash scripts/validation/validate-config-files.sh
- name: Completable tasks (dry-run)
run: bash scripts/run-completable-tasks-from-anywhere.sh --dry-run