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
feat(pull-requests): add full PR workspace with overview, files, and conversation views
Introduce a multi-pane PR workspace replacing the single review view.
New components: PullRequestWorkspace, OverviewPanel, FilesPane,
ConversationPane, FileTree, InlineComment, MergeButton, ReviewBar,
and ReviewSidebar. Add PR detail query, merge mutation, and review
submission to React Query hooks. Support checkout and worktree
creation from the PR view. Wire up URL-driven view navigation
(overview/files/conversation).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
| Upstream exports a function you want to extend | Create `_lempire/wrappedFn.ts` that re-exports with additions|
53
+
| Upstream defines a type you want to augment | Intersection type in `_lempire/types.ts`|
54
54
| Upstream has a router/server you want to add routes to | New route file in `_lempire/`, register with one `// [FORK]` line in the upstream router file |
55
-
| Upstream has a React component you want to modify | Wrap it in `_lempire/WrappedComponent.tsx`, use the wrapper instead |
56
-
| Upstream has a config you want to extend | Import upstream config in `_lempire/`, spread and override |
55
+
| Upstream has a React component you want to modify | Wrap it in `_lempire/WrappedComponent.tsx`, use the wrapper instead|
56
+
| Upstream has a config you want to extend | Import upstream config in `_lempire/`, spread and override|
57
57
58
58
---
59
59
@@ -88,24 +88,24 @@ Run `grep -rn '\[FORK\]' . --include='*.ts' --include='*.tsx'` to get the curren
88
88
> **Agents: update this table every time you add a `// [FORK]` marker to an upstream file.**
89
89
> If you remove a fork change from an upstream file, remove it from this table too.
90
90
91
-
| File | Reason | PR / Feature |
92
-
|---|---|---|
93
-
|_(none yet)_|||
91
+
| File | Reason | PR / Feature |
92
+
|------------ |------ |------------ |
93
+
|_(none yet)_|||
94
94
95
95
---
96
96
97
97
## Fork-Only Features
98
98
99
99
> Track what this fork adds, so it's easy to audit what needs carrying forward after a large upstream rebase.
100
100
101
-
| Feature | Location | Notes |
102
-
|---|---|---|
103
-
|_(none yet)_|||
101
+
| Feature | Location | Notes |
102
+
|------------ |-------- |----- |
103
+
|_(none yet)_|||
104
104
105
105
---
106
106
107
107
## Rebase Log
108
108
109
-
| Date | From commit | To commit | Conflicts | Notes |
110
-
|---|---|---|---|---|
111
-
|_(none yet)_|||||
109
+
| Date | From commit | To commit | Conflicts | Notes |
0 commit comments