Skip to content

feat: 피드백 관련 리소스 컨텍스트 안내 - #10

Merged
jeonsworld merged 1 commit into
mainfrom
feat/feedback-context-identifiers
Sep 16, 2026
Merged

jeonsworld merged 1 commit into
mainfrom
feat/feedback-context-identifiers

Conversation

@jeonsworld

@jeonsworld jeonsworld commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

피드백 Skill이 에이전트·Trace 식별자를 비정형 본문에 섞어 전송해 이슈에서 관련 리소스를 안정적으로 추적하기 어려웠습니다. 이제 이미 받은 Ennoia 도구 결과의 식별자만 related_context로 전달하고, 서버가 사용자·현재 프로젝트 컨텍스트를 자동 첨부한다는 계약을 안내합니다.

  • 허용된 관련 리소스 식별자와 구조화 입력 규칙 추가
  • 식별자 수집을 위한 추가 질문·도구 호출과 값 추측 금지
  • 식별자를 description/evidence에 중복하지 않도록 안내
  • Plugin 버전을 1.3.0으로 갱신하고 호환 manifest 동기화

검증:

  • python3 scripts/sync_manifests.py --check
  • python3 scripts/validate.py
  • python3 -m unittest discover -s tests (42 passed)
  • 변경 전·후 에이전트 시나리오 비교

Summary by CodeRabbit

  • 새 기능

    • 제품 피드백 제출 시 기존 도구 결과에 에이전트·대화·Trace·작업 식별자가 있으면 related_context로 구조화해 전달합니다.
    • 로그인 사용자와 현재 그룹·프로젝트 식별자는 서버가 자동으로 검증하고 첨부합니다.
    • 식별자 수집을 위해 추가 질문이나 도구 호출을 하지 않으며, 값을 추측하지 않습니다.
  • 문서

    • 피드백 제출 절차와 허용되는 식별자 전달 규칙을 명확히 했습니다.
    • 개인정보, 업무 기밀, 인증정보 및 원문 전체를 복사하지 않는 지침을 유지했습니다.
  • 변경 사항

    • Ennoia 플러그인 버전이 1.2.0에서 1.3.0으로 업데이트되었습니다.

@coderabbitai

coderabbitai Bot commented Sep 16, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Essentials

Run ID: d5006744-8104-4cc2-81ae-03fc2b6fa079

📥 Commits

Reviewing files that changed from the base of the PR and between 6cb7c85 and 44489d5.

📒 Files selected for processing (6)
  • .claude-plugin/marketplace.json
  • README.md
  • plugins/ennoia/.claude-plugin/plugin.json
  • plugins/ennoia/.codex-plugin/plugin.json
  • plugins/ennoia/plugin.json
  • plugins/ennoia/skills/ennoia-feedback/SKILL.md

Included review availability: 2 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 4 reviews per hour.


Walkthrough

제품 피드백 제출 시 관련 식별자를 구조화해 전달하는 규칙을 추가했습니다. 식별자 수집을 위한 추가 질문과 도구 호출은 금지됩니다. 서버는 로그인 사용자와 그룹·프로젝트 식별자를 자동 첨부합니다. 플러그인 버전을 1.3.0으로 갱신했습니다.

Changes

피드백 제출 및 플러그인 버전 업데이트

Layer / File(s) Summary
피드백 식별자 전달 규칙
README.md, plugins/ennoia/skills/ennoia-feedback/SKILL.md
기존 도구 결과에 식별자가 있을 때 이를 request.related_context로 전달합니다. user_id, group_code, project_code는 서버가 자동 첨부합니다. 추가 질문, 도구 호출, 값 추측은 금지됩니다.
플러그인 버전 메타데이터
.claude-plugin/marketplace.json, plugins/ennoia/.claude-plugin/plugin.json, plugins/ennoia/.codex-plugin/plugin.json, plugins/ennoia/plugin.json
ennoia 플러그인 버전을 1.2.0에서 1.3.0으로 변경했습니다.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~5 minutes

Change: Feature

Merge Risk: ⚪ Minimal · up to 44489

The feedback guidance and plugin metadata update have no supported merge-blocking risk in the reviewed scope.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed 제목은 피드백 Skill에 관련 리소스 컨텍스트를 구조화해 전달하는 주요 변경 사항을 명확하게 설명합니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

Warning

Errors were encountered while retrieving linked issues.

Errors (1)
  • JIRA integration encountered authorization issues. Please disconnect and reconnect the integration in the CodeRabbit UI.

Git: CodeRabbit could not clone the repository, so clone-backed analysis was skipped and this review may be incomplete. Verify repository clone access, such as SSH credentials, before requesting another full review. If clone access is intentionally unavailable, use path_filters to narrow the review scope.


Comment @coderabbitai help to get the list of available commands.

@jeonsworld jeonsworld self-assigned this Sep 16, 2026
@jeonsworld
jeonsworld merged commit 314e70b into main Sep 16, 2026
3 checks passed
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.

1 participant