You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// writeRepoReadme generates a README.md explaining the sync repo contents
206
+
funcwriteRepoReadme(repoDirstring) error {
207
+
readme:=`# Claude Code Config Sync
208
+
209
+
This repo is managed by [claude-code-sync](https://github.com/FelixIsaac/claude-code-sync). Do not edit files here directly — changes will be overwritten on the next push.
210
+
211
+
## What's in here
212
+
213
+
| Path | Description |
214
+
|------|-------------|
215
+
| `+"`CLAUDE.md`"+` | Global instructions loaded into every Claude Code session |
0 commit comments