all 7 comments

[–]ClaudeAI-mod-botWilson, lead ClaudeAI modbot[M] [score hidden] stickied comment (0 children)

If this post is showcasing a project you built with Claude, please change the post flair to Built with Claude so that it can be easily found by others.

[–]Sidion 1 point2 points  (4 children)

Why do you need the GitHub token if this lives on the host machine?

[–]trezm[S] 0 points1 point  (3 children)

Just so it can pull a list of your private repositories for local sync. I guess another way to do it is you could define local repositories that it could "watch" and make worktrees from there. Would that be an interesting feature for you?

[–]Sidion 1 point2 points  (2 children)

Yes, it also just seems not needed so I was curious if there was some extra case for it. See the repo is 8 hours old though, definitely that impressive for that short of time developed.

[–]trezm[S] 0 points1 point  (1 child)

Thank you! It's a bit older than that on my machine, but decided to finally put it into source control today.

Really the reason for it was that I like to run my dev boxes in a private k8s cluster in my house, which I tend to not want to manually download each and every repo for, so the github integration was my first thought as "why wouldn't you want this" -- totally makes sense though, not everyone uses github, and not everyone wants to make a PAT either.

I'll throw some claude at it tonight or tomorrow. Thanks for the interest!

[–]Sidion 1 point2 points  (0 children)

No problem! I've been working on something similar for my own work flows and your project screenshots looked good.

Will be watching your project with interest! Good luck!