Conversation
Test Results 9 files 73 suites 33s ⏱️ Results for commit bbb0165. ♻️ This comment has been updated with latest results. |
|
|
@copilot take the following steps to make changes: Step 1 change the naming of projects in the sample directory.
Step 2 is to remove the typeshim.sample.client directory and pull its contents up into the sample directory. Also remove the .esproj file and also remove from the slnx. Step 3 is renaming @typeshim to @client both on disk and in the npm projects/package.jsons and code Step 4 is merging npm project @client/people-ui into @client/app. Put the components from people-ui into a directory people in the app project. Then remove unnecessary files left over from the merge. |
|
@ArcadeMode I've opened a new pull request, #94, to work on those changes. Once the pull request is ready, I'll request review from you. |
…lient, merge people-ui into app (#94) Cleans up the sample project layout — flatter structure, consistent naming, fewer npm packages. ## Changes - **Project renames** - `TypeShim.Sample` → `Client.Library` (dir, csproj, C# namespaces) - `TypeShim.Sample.Server` → `Server` (dir, csproj, C# namespaces) - `Sample.slnx` updated; `Server.csproj` project reference updated - **Flatten client directory** - `TypeShim.Sample.Client/` removed; contents (`package.json`, workspaces, `.gitignore`, etc.) lifted into `sample/` root - `.esproj` / `.esproj.user` deleted; removed from `Sample.slnx` - `Client.Library.csproj` `<OutputPath>` updated to new path - **`@typeshim` → `@client`** - Directory, all `package.json` names, TypeScript imports, string literals, `.gitignore` glob pattern - **Merge `@client/people-ui` into `@client/app`** - Components moved to `@client/app/src/people/` - `@client/app` no longer depends on `@client/people-ui` - `build:people` script removed; `package-lock.json` and root `tsconfig.json` references cleaned up - `@client/people-ui` package deleted <!-- START COPILOT CODING AGENT TIPS --> --- ✨ Let Copilot coding agent [set things up for you](https://github.com/ArcadeMode/TypeShim/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot) — coding agent works faster and does higher quality work when set up for your repo. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ArcadeMode <5969155+ArcadeMode@users.noreply.github.com>
#86