chore: ignore .agents/skills/gstack/ (external garrytan/gstack clone)#606
Merged
Conversation
`.agents/skills/gstack/` 은 외부 garrytan/gstack repo 의 로컬 clone 위치다. embedded git repo 형태로 두고 monorepo 의 버전 관리 대상 외로 유지. 대안 (submodule 등록 / `rm -rf .git` 후 일반 디렉토리 commit) 대비: - gstack 자체가 외부 SSOT 라 monorepo 와 별도 evolution - kiyori 가 로컬에서 \`gstack\` CLI 로 sync (참조: docs/agent/skills.md) - submodule 은 다른 팀원 onboarding 부담 + sync 정책 분리 필요 기존 `.agents/skills/gstack*/node_modules/` 는 wildcard 형태로 별도 유지. 본 PR 은 `.agents/skills/gstack/` 디렉토리 자체를 ignore. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.agents/skills/gstack/1-line .gitignore 추가.외부 garrytan/gstack repo 의 로컬 clone 을 monorepo 버전 관리 대상에서 제외.
Why not submodule
Test plan
🤖 Generated with Claude Code