Commit 1e930f5
feat: integrate TimeWarp.Nuru.DevCli shared endpoints
Replace custom clean, check-version, and self-install endpoint
implementations with shared endpoints from TimeWarp.Nuru.DevCli.
- Delete local endpoints/clean.cs, check-version.cs, self-install.cs
- Register services required by shared endpoints in dev.cs
(IRepoCleanService, NuGetVersionService, GitTagCheckService,
IRepoConfigService) and add .DiscoverEndpoints()
- Add DevCli and static TimeWarp.Nuru.Unit global usings so the
shared content files resolve correctly
- Suppress CA5399/IL2104/IL3053/IDE0065 from package content
Closes kanban task 021.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9b16bb7 commit 1e930f5
5 files changed
Lines changed: 12 additions & 232 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
44 | 47 | | |
| |||
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | 42 | | |
45 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments