Comment by bcye

2 months ago

Couldn’t you make a pseudo monorepo via git submodules?

I don't think there's a way to have that work in Claude Code for web, since each checkout there uses a custom GitHub access token scoped to a single repository.

  • GitHub tokens can span more than one repo or org if the account requesting has access to them. Is this supported on the non-web version?

    (I was going to try claude again this weekend, but when I tried to login, got an error and am reminded how much down time I experience from Anthropic, arg...)

Submodules are pain, use the dependency management systems for the languages in your monorepo.