diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 8564713b..7f63c2df 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -26,6 +26,9 @@ jobs: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} use_sticky_comment: true prompt: | + REPO: ${{ github.repository }} + PR NUMBER: ${{ github.event.pull_request.number }} + You are reviewing a PR for supermemory - a Turbo monorepo with multiple apps and packages. ## Repository Structure Context @@ -75,4 +78,4 @@ jobs: Use `gh pr comment` with your Bash tool to leave your review as a comment on the PR. - claude_args: '--allowed-tools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"' + claude_args: '--allowedTools "Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh pr list:*)"' diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 030b5b90..37e01cd7 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -33,6 +33,14 @@ export default function RootLayout({ }>) { return ( +
+ {process.env.NODE_ENV === "development" && ( + + )} + void + memoryFormData: MemoryFormData + setMemoryFormData: (data: MemoryFormData) => void + resetOnboarding: () => void +} + +const OnboardingContext = createContext- {name.split(" ")[0]}'s -
-- supermemory -
-+ {name.split(" ")[0]}'s +
++ supermemory +
+