Compare commits

...

1 Commits

Author SHA1 Message Date
Gordon Lam (SH)
c2f916f72b chore(claude): add symlinks for Claude Code support to GitHub configs 2026-01-29 15:29:32 -08:00
6 changed files with 10 additions and 0 deletions

1
.claude/CLAUDE.md Symbolic link
View File

@@ -0,0 +1 @@
../.github/copilot-instructions.md

1
.claude/agents Symbolic link
View File

@@ -0,0 +1 @@
../.github/agents

1
.claude/commands Symbolic link
View File

@@ -0,0 +1 @@
../.github/prompts

1
.claude/rules Symbolic link
View File

@@ -0,0 +1 @@
../.github/instructions

1
.claude/skills Symbolic link
View File

@@ -0,0 +1 @@
../.github/skills

5
.gitattributes vendored
View File

@@ -3,6 +3,11 @@
###############################################################################
* text=auto
###############################################################################
# Symlinks for Claude Code support - these point to .github/ Copilot configs
###############################################################################
.claude/** symlink
*.cs text eol=crlf
###############################################################################