chore(governance): add ROUTE-003 minimality trap and expand adversari… #39
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: Python Tools | |
| on: | |
| push: | |
| branches: [main] | |
| paths: | |
| - 'reflective-prompt-library/**' | |
| - 'Makefile' | |
| - '.github/workflows/python-tools.yml' | |
| pull_request: | |
| paths: | |
| - 'reflective-prompt-library/**' | |
| - 'Makefile' | |
| - '.github/workflows/python-tools.yml' | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: actions/setup-python@v5 | |
| with: | |
| python-version: '3.10' | |
| - run: pip install -r reflective-prompt-library/requirements-dev.txt | |
| - run: make all |