Commit 966d6cb
authored
feat: improve Dashboard workflows and project activation (#271)
* feat(dashboard): paginate change explorer
* feat: activate projects from global defaults
* fix: isolate Comet Hooks from user handlers
* fix: remove disabled ambient resume instructions
* fix(dashboard): keep change explorer paginated on scroll
* fix(dashboard): constrain side panels to center height
* fix(dashboard): hide redundant workspace scrollbars
* fix(dashboard): bound Native workspace side panel
* fix(dashboard): paginate Native change explorer
* fix(dashboard): align Classic workspace panel height
* fix(dashboard): align Native workspace corner radius
* test(dashboard): fill demo side panel content
* fix(dashboard): separate Native conflict count
* fix(dashboard): match Native explorer tabs to Classic
* fix(dashboard): align Native change explorer with Classic
* fix(dashboard): match Native change row visuals
* fix(dashboard): align Native change badge with Classic
* fix(dashboard): align Native dark selection state
* feat(dashboard): paginate Native changes
* fix(classic): require build plan before source writes
* fix(skill): restore Comet entry contract wording
* build: refresh entry hook router
* test: model managed Kiro hook removal failure
* fix: address PR review findings
* fix(native): recover stale receipt scopes
* fix(entry): allow writes without active changes
* fix(skill): dispatch subagent workflows directly
* fix(native): isolate parallel resume checks
* fix(native): prevent incremental projection drift
* fix: address required PR review findings
* test(classic): model occupied plan slots accurately
* fix(native): avoid repeated Verify checks
* fix(dashboard): paginate changes without layout flicker
* feat(native): isolate changes before Shape
* fix(native): preserve isolated workspace invariants
* fix(native): fail closed on invalid workspace state
* fix(native): preserve workspace ownership on root move
* test(native): stabilize full-suite verification
* test: bound Git-heavy suite hooks
* docs(native): archive workspace isolation change
* fix(native): narrow workspace identity construction
* test: bound full-suite execution time
* fix: isolate project hook lifecycle
* docs: publish beta15 website link1 parent 4dca0dc commit 966d6cb
259 files changed
Lines changed: 129358 additions & 3560 deletions
File tree
- app
- cli
- commands
- assets
- skills-zh
- comet-any
- reference
- subagents
- comet-build
- comet-native
- reference
- comet
- reference
- skills
- comet-any
- reference
- subagents
- comet-build
- comet-native
- reference
- scripts
- comet
- reference
- rules
- scripts
- bin
- docs/comet
- archive
- 2026-08-04-fix-native-parallel-worktree-isolation
- runtime
- checkpoints
- evidence
- check-receipts
- receipts
- reports
- scopes
- snapshots
- verifications
- specs/native-ambient-resume
- 2026-08-04-native-shape-worktree-isolation
- runtime
- checkpoints
- evidence
- check-receipts
- receipts
- reports
- scopes
- snapshots
- verifications
- specs/native-shape-workspace-isolation
- runtime/transactions
- d8af31d8-7437-41ed-92a5-48821f62b8b1
- backups/.cas
- staged/specs/native-shape-workspace-isolation
- dc218ac5-dd46-4c11-a81f-02aac403f8cc
- backups/.cas
- staged/specs/native-ambient-resume
- specs
- native-ambient-resume
- native-shape-workspace-isolation
- domains
- comet-classic
- comet-entry
- comet-native
- dashboard
- web
- src
- skill
- workflow-contract
- platform/paths
- test
- app
- domains
- bundle
- comet-classic
- comet-entry
- comet-native
- dashboard
- skill
- workflow-contract
- platform
- repository
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
6 | 16 | | |
7 | 17 | | |
8 | 18 | | |
9 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
10 | 30 | | |
11 | 31 | | |
12 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
120 | 132 | | |
121 | 133 | | |
122 | 134 | | |
| |||
204 | 216 | | |
205 | 217 | | |
206 | 218 | | |
207 | | - | |
| 219 | + | |
208 | 220 | | |
209 | 221 | | |
210 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
137 | 149 | | |
138 | 150 | | |
139 | 151 | | |
| |||
222 | 234 | | |
223 | 235 | | |
224 | 236 | | |
225 | | - | |
| 237 | + | |
226 | 238 | | |
227 | 239 | | |
228 | 240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments