add docs/knowledge scaffold, fix feature-spec scope, update agent dia… #6
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: Skills Sync Check | |
| on: | |
| pull_request: | |
| paths: | |
| - ".agents/skills/**" | |
| - ".claude/skills/**" | |
| - "scripts/sync-skills.sh" | |
| - ".github/workflows/skills-sync-check.yml" | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - ".agents/skills/**" | |
| - ".claude/skills/**" | |
| - "scripts/sync-skills.sh" | |
| - ".github/workflows/skills-sync-check.yml" | |
| jobs: | |
| check-sync: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Verify skills are in sync | |
| run: bash scripts/sync-skills.sh check |