Reapdev.DocsUpdate banner
c-d-cc c-d-cc

Reapdev.DocsUpdate

Documentation community

Description

--- description: "REAP Dev — Update docs, README based on code changes" --- 이번 Generation의 변경사항에 따라 문서를 업데이트하라. ## 버전 수준별 동작 1. `package.json` version과 `git describe --tags --abbrev=0 --match 'v*'` 를 비교하여 bump 수준 판단. `--match` 를 빠뜨리면 릴리즈가 아닌 태그를 릴리즈 태그로 오인한다 — 이 저장소에는 `v*` 가 아닌 태그가 실재한다 (`git tag --list | grep -v '^v'` 로 확인). 2. 수준별 동작: - **patch (또는 bump 없음)**: 변경된 기능의 해당 섹션만 확인. 변경 없으면 skip. - **minor 이상**: README + 스킬 전체 **full scan**. 모든 변경사항을 문서와 대조. ## Full Scan 대상 - `READM

Installation

Installs to ~/.claude/commands/c-d-cc-reap-reapdev.docsupdate.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/c-d-cc/reap/HEAD/.claude/commands/reapdev.docsUpdate.md -o ~/.claude/commands/c-d-cc-reap-reapdev.docsupdate.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository