Restructure sample: rename projects, flatten client dir, @typeshim→@client, merge people-ui into app#94
Merged
ArcadeMode merged 2 commits intosample-tweaksfrom Mar 3, 2026
Merged
Conversation
Merged
…shim→@client, merge people-ui into app Co-authored-by: ArcadeMode <5969155+ArcadeMode@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Refactor sample project structure and naming conventions
Restructure sample: rename projects, flatten client dir, @typeshim→@client, merge people-ui into app
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.slnxupdated;Server.csprojproject reference updatedFlatten client directory
TypeShim.Sample.Client/removed; contents (package.json, workspaces,.gitignore, etc.) lifted intosample/root.esproj/.esproj.userdeleted; removed fromSample.slnxClient.Library.csproj<OutputPath>updated to new path@typeshim→@clientpackage.jsonnames, TypeScript imports, string literals,.gitignoreglob patternMerge
@client/people-uiinto@client/app@client/app/src/people/@client/appno longer depends on@client/people-uibuild:peoplescript removed;package-lock.jsonand roottsconfig.jsonreferences cleaned up@client/people-uipackage deleted✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.