Skip to content

feat: add Ideas workflow for capturing and developing ideas (#7) #3

feat: add Ideas workflow for capturing and developing ideas (#7)

feat: add Ideas workflow for capturing and developing ideas (#7) #3

Workflow file for this run

name: Validate Framework
on:
push:
branches: [main]
paths:
- '.claude/commands/**'
- 'templates/**'
- 'CLAUDE.md'
- 'README.md'
- '.claude/synapse-config.json'
- 'scripts/**'
pull_request:
branches: [main]
paths:
- '.claude/commands/**'
- 'templates/**'
- 'CLAUDE.md'
- 'README.md'
- '.claude/synapse-config.json'
- 'scripts/**'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run structural validation
run: ./scripts/test-synapse.sh --structural