Help for monorepo setup #137
Unanswered
noamsuissa01
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We have a monorepo setup where the root workspace is a repo with claude files, scripts, the core internal repos (frontend, backend, ai, etc.), and their worktree counterparts which can be active or old and forgotten.
The general structure is as follows:
org-workspace/
--.claude/
--org-frontend/
--org-frontend-bug-fix/ #worktree
...
--org-backend/
--org-backend-refactor/ #worktree
...
--org-ai/
...
.mcp.json
CLAUDE.md
...
I just wanted to know what is the best way to get started with code-review-graph in this particular setup to reap the greatest benefits? Ideally we'd want to have a graph at the org root which includes graphs of each main repo but if there is a better way, I'm all ears.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions