Summary
Retire the full sample application under examples/app. This follows the maintainers' decision surfaced during #5618, where sample-application contribution guidance was removed ahead of the app's retirement.
The application remains a root workspace, a root Vitest project, and the target of dedicated jobs in both the PR workflow and merge-queue workflow. The public documentation also still describes the examples directory as containing a full deployable application in the README and docs/index.md.
Why is this needed?
The sample app adds dependencies, tests, CI jobs, and documentation that maintainers must keep current despite the decision to retire it. Removing it completes the related documentation/process cleanup and leaves examples/snippets as the maintained in-repository example source.
Which area does this relate to?
Automation, Tests, Other
Solution
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
Summary
Retire the full sample application under
examples/app. This follows the maintainers' decision surfaced during #5618, where sample-application contribution guidance was removed ahead of the app's retirement.The application remains a root workspace, a root Vitest project, and the target of dedicated jobs in both the PR workflow and merge-queue workflow. The public documentation also still describes the examples directory as containing a full deployable application in the README and
docs/index.md.Why is this needed?
The sample app adds dependencies, tests, CI jobs, and documentation that maintainers must keep current despite the decision to retire it. Removing it completes the related documentation/process cleanup and leaves
examples/snippetsas the maintained in-repository example source.Which area does this relate to?
Automation, Tests, Other
Solution
examples/app.examples/appfrom rootworkspacesand regeneratepackage-lock.json.check-examplesjob fromreusable-run-linting-check-and-unit-tests.yml, including its entry in theunit-tests-completedependencies.check-examplesjob fromquality_check.yml.examples/app/vitest.config.tsfrom the root Vitest projects.package.json.CODING_STANDARDS.md, the README,docs/index.md, and any remaining repository references that specifically describe or link to the full sample application.Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.