Skip to content

feat: add confirmation prompt before post_create hook execution#59

Merged
erishforG merged 2 commits intodevelopfrom
feature/55
Apr 15, 2026
Merged

feat: add confirmation prompt before post_create hook execution#59
erishforG merged 2 commits intodevelopfrom
feature/55

Conversation

@erishforG
Copy link
Copy Markdown
Owner

Summary

  • post_create 훅 실행 전 사용자 확인 프롬프트 추가
  • PARSEC_YES=1 환경변수로 CI에서 프롬프트 스킵 가능
  • 기본값 No로 안전성 확보

Related Issue

Closes #55

Type of Change

  • Bug fix
  • New feature

Pre-submit Checklist

  • cargo check passes
  • cargo test passes
  • cargo fmt --check passes
  • cargo clippy passes

🤖 Generated with Claude Code

@erishforG erishforG changed the base branch from main to develop April 15, 2026 15:35
erishforG and others added 2 commits April 16, 2026 00:41
Hooks defined in config.toml [hooks] post_create now require user
confirmation before running. Set PARSEC_YES=1 to skip the prompt
in CI environments.

Closes #55

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erishforG erishforG merged commit b829c3b into develop Apr 15, 2026
7 checks passed
@erishforG erishforG deleted the feature/55 branch April 15, 2026 15:43
@erishforG erishforG mentioned this pull request Apr 16, 2026
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

post_create 훅 실행 시 사용자 확인 추가

1 participant