Skip to content

docs(readme): reposition as Claude/OpenCode compatibility layer (#2) #15

docs(readme): reposition as Claude/OpenCode compatibility layer (#2)

docs(readme): reposition as Claude/OpenCode compatibility layer (#2) #15

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 22
registry-url: https://registry.npmjs.org
- name: Release
run: npx semantic-release@25
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_PROVENANCE: true