refactor: migrate msw-todo config to standard apps/manifest structure#582
Merged
refactor: migrate msw-todo config to standard apps/manifest structure#582
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Move app-level properties (name, label, description, icon, branding, navigation) into apps: [App.create({...})]
- Add manifest section with id, version, type, name, description
- Import App from @objectstack/spec/ui
- Update README.md code snippets to reflect new standard format
- Mark ROADMAP.md item as completed
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Refactor msw-todo configuration to standard apps and manifest structure
refactor: migrate msw-todo config to standard apps/manifest structure
Feb 18, 2026
Contributor
|
@copilot 修正合并冲突 |
Add back the CRM type safety line from PR #581 that was merged into main while keeping our MSW cleanup item marked as completed. Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Contributor
Author
Contributor
There was a problem hiding this comment.
Pull request overview
Refactors the examples/msw-todo stack definition to match the repository’s standard ObjectStackDefinition shape by moving app-level metadata into apps: [App.create(...)] and adding a top-level manifest block, aligning this example with other example apps.
Changes:
- Migrate
examples/msw-todo/objectstack.config.tsto useapps+manifest(and importAppfrom@objectstack/spec/ui). - Update the README snippet in
examples/msw-todo/README.mdto reflect the new config structure. - Mark the related roadmap task as complete in
ROADMAP.md.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| examples/msw-todo/objectstack.config.ts | Moves flattened app properties into apps: [App.create(...)] and adds manifest metadata. |
| examples/msw-todo/README.md | Updates documentation snippet to show apps/manifest usage. |
| ROADMAP.md | Marks the MSW config cleanup item as done. |
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.
examples/msw-todo/objectstack.config.tsto standardapps: [App.create(...)]+manifeststructureexamples/msw-todo/README.mdcode snippets to reflect new config structureas anycast from objectstack.config.ts #581)Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.