Skip to content

docs(claude): Rewrite CLAUDE.md in EARS format #1564

docs(claude): Rewrite CLAUDE.md in EARS format

docs(claude): Rewrite CLAUDE.md in EARS format #1564

Workflow file for this run

name: Pack repository with Repomix
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pack-repo:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Pack repository with Repomix
uses: ./.github/actions/repomix
with:
output: repomix-output.xml
- name: Upload Repomix output
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with:
name: repomix-output.xml
path: repomix-output.xml
retention-days: 30