feat: align framework updates with core templates - #41
Draft
cshiels-ie wants to merge 3 commits into
Draft
cshiels-ie wants to merge 3 commits into
cshiels-ie wants to merge 3 commits into
Conversation
- update generated automation with --core - support configurable service types - document sanitized health extensions Assisted-by: Codex <model-not-exposed>
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.
Summary
This PR aligns framework updates with the way platform services are structured.
platform-service-framework updateupdate the project plus everyapps/*directory with Copier answers, includingcoreand newly added platform systems.--coreas a backward-compatible flag.service_typesupport for services such as metrics-service.A temporary metrics-service trial confirmed that the update is non-trivial but reviewable:
service_type = "metrics", Segment checks, and other service customizations remain available for manual conflict resolution.Testing
tests/test_update.py: 2 passed, 3 environment-dependent failures because the local template checkout is intentionally dirty and the existing tests require a clean template repository.AI Assistance
This change was developed with assistance from Codex. All generated code was reviewed and tested before submission.