Stats
Actions
Tags
From hns
Run garbage collection — detect dead code, doc drift, rule violations, stale harness
How this command is triggered — by the user, by Claude, or both
Slash command
/hns:gcFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /hns:gc ## Purpose 프로젝트의 코드/문서/하네스를 청소한다. ## Required Inputs - Access to project root ## Expected Outputs - harness-gc-report.md --- ## Protocol Follow `@references/gc-protocol.md` for scan modes and report format. ## Scan Checklist - [ ] Dead code: 미사용 import, 빈 파일, 호출 없는 public 함수 - [ ] Doc drift: CLAUDE.md/docs 내용 vs 실제 코드 괴리 - [ ] Rule violation: agent-os/standards/ 규칙 vs 코드 위반 - [ ] Stale harness: 불필요한 규칙/스킬/훅 (→ diet 연계) ## Auto-fix Policy - Dead imports → auto-remove (사용자 확인 불필요) - Doc path typos → auto-correct - 나머지 → 사용자 확인 필요 ## Execution 1. Perform full scan per `@refe...
프로젝트의 코드/문서/하네스를 청소한다.
Follow @references/gc-protocol.md for scan modes and report format.
@references/gc-protocol.mdharness-gc-report.md in project root (overwritten each run)
npx claudepluginhub 1989v/ai --plugin hns