This is an automated email from the ASF dual-hosted git repository.

yuqi4733 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 366f3ee4c2 [#10567] improvement: Move .claude/skills to agent-skills 
directory (#10568)
366f3ee4c2 is described below

commit 366f3ee4c2a65616faea56c3a8d22b6965922f89
Author: Yuhui <[email protected]>
AuthorDate: Fri Mar 27 15:27:50 2026 +0800

    [#10567] improvement: Move .claude/skills to agent-skills directory (#10568)
    
    ## What changes were proposed in this pull request?
    
    Move the shared agent skills from `.claude/skills/` to `agent-skills/`
    directory, and add `.claude` to `.gitignore`.
    
    ## Why are the changes needed?
    
    The `.claude` directory configuration may vary across different users,
    so it should not be committed to the repository.
    
    Fixes #10567.
    
    ## Does this PR introduce _any_ user-facing change?
    
    No.
    
    ## How was this test plan done?
    
    N/A — file relocation only.
---
 .gitignore                                                      | 1 +
 {.claude/skills => agent-skills}/trino-test/SKILL.md            | 0
 {.claude/skills => agent-skills}/trino-test/trino-test-guide.md | 0
 3 files changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 0d5aa0cbeb..aa17be1fd4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,3 +63,4 @@ web/.next
 
 .venv/
 .worktrees/
+.claude
diff --git a/.claude/skills/trino-test/SKILL.md 
b/agent-skills/trino-test/SKILL.md
similarity index 100%
rename from .claude/skills/trino-test/SKILL.md
rename to agent-skills/trino-test/SKILL.md
diff --git a/.claude/skills/trino-test/trino-test-guide.md 
b/agent-skills/trino-test/trino-test-guide.md
similarity index 100%
rename from .claude/skills/trino-test/trino-test-guide.md
rename to agent-skills/trino-test/trino-test-guide.md

Reply via email to