Commit fc40090
committed
Merge origin/main into claude/2336-command-registry-package
Takes #2347's move of the daemon code-signature walker into
`@agent-device/host-kit` together with its workspace-specifier resolution,
and drops this branch's own copy of that fix: one resolver, the one on
main. The claim this branch owed keeps its own test beside the walker —
the daemon source graph stamps `packages/command-registry/src/registry.ts`,
`catalog.ts` and the manifest, measured at 1,461 modules, and touching the
registry changes the signature.
`src/cli/commands/router-types.ts`: #2349's `CommandProgressState` import
alongside this branch's catalog specifier. A fixture string in the
relocated CLI-route test also goes back to the specifier it illustrates;
the move rewrote it as if it were a real import.
Three review points, recorded here because their commits are pushed:
- Dropping `registry.ts` and `platform-execution-entry.ts` from
`HUB_ENTRY_FILES` is not only bookkeeping: the package manifest now
publishes them, so the gate discovers them as domain facades and
`denyPlatformImplementations` flips false to true. Both now carry the
ADR-0019 assertion that they evaluate no concrete platform
implementation, and both pass it. That strengthening is intended.
- The 150 this branch reports against the issue's 154 is a filter
difference, not a discrepancy: `pnpm depgraph` collapses to one edge per
file pair, and 150 counts value edges only. Counting type-only and
dynamic edges on the same graph gives 174 into 67 root files, which is
the shape the issue's own per-file breakdown uses; both readings drop by
exactly the 36 the issue predicts.
- The six tests that stay in root do so for one root symbol each:
parity needs STRUCTURED_BATCH_COMMAND_NAMES, DAEMON_COMMAND_DESCRIPTORS,
canRunReplayScopedAction and DaemonRequest; ref-frame-effect needs
DAEMON_COMMAND_DESCRIPTORS, resolveRefFrameEffect and DaemonRequest;
timeout-policy needs DEFAULT_STABLE_TIMEOUT_MS; platform-execution-cli-route
needs CLI_INJECTED_DAEMON_DISPATCHES and CliInjectedRoute;
post-action-observation needs AgentDeviceClient, getCliCommandSchema,
readInputFromCli, findCommandMetadata, the two command-family registry
listers, SettleCapableClientOptionCommands, buildActionDetails and
COMMAND_OUTPUT_SCHEMAS; shutdown-runtime-execution imports nothing but
reads the daemon and root host sources whose text it pins.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016DkNZCMWtm1KUbseKANADi68 files changed
Lines changed: 1238 additions & 660 deletions
File tree
- packages
- capture-kit
- src
- host-kit
- src
- platform-apple/src
- selectors
- src
- scripts/layering
- src
- __tests__
- cli
- commands
- replay-test
- commands
- capture
- management
- output
- react-native
- core
- daemon
- __tests__
- client
- __tests__
- handlers
- interaction/internal
- server
- mcp
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 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
5 | 12 | | |
6 | 13 | | |
7 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 29 | | |
34 | 30 | | |
35 | 31 | | |
36 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
65 | 73 | | |
66 | 74 | | |
67 | 75 | | |
| |||
70 | 78 | | |
71 | 79 | | |
72 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
73 | 85 | | |
74 | 86 | | |
75 | 87 | | |
| |||
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
src/daemon/screenshot-overlay-draw.ts renamed to packages/capture-kit/src/screenshot-overlay-draw.ts
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
File renamed without changes.
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 5 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 26 | + | |
32 | 27 | | |
33 | 28 | | |
34 | 29 | | |
| |||
0 commit comments