mx 0.1.196

A Swiss army knife for Claude Code and multi-agent toolkits
# wake up, neo.
name: wake up.

on:
  push:
    branches: [main]
  pull_request:
    branches: [main]
    types: [opened, synchronize, reopened, ready_for_review]

permissions:
  contents: write

jobs:
  ci:
    uses: coryzibell/nebuchadnezzar/.github/workflows/wake-up.yml@v1
    with:
      needs-openssl: false
    secrets:
      GH_PAT: ${{ secrets.GH_PAT }}