feat: Gold Standard maintenance and automation suite#4
Merged
lynnwallenstein merged 18 commits intomainfrom Mar 8, 2026
Merged
feat: Gold Standard maintenance and automation suite#4lynnwallenstein merged 18 commits intomainfrom
lynnwallenstein merged 18 commits intomainfrom
Conversation
…I authentication in setup script.
…mmand` to streamline environment setup and Git integration.
…mmended extensions
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.
Description
This PR implements a comprehensive suite of maintenance, automation, and project quality tools to ensure a 'Gold Standard' experience for both the generator repository and its scaffolded project templates.
🚀 Key Improvements
1. Engine & Environment Hardening
start-container.shnow resolve the project root correctly regardless of where they are called.gh auth loginworkflow.troubleshooting.shto diagnose and fix common environment issues (permissions, missing .env, placeholders).boot-check.shnow uses robust parameter expansion for trimming values, supporting spaces in variables (e.g., Git names).2. Quality Gates & CI/CD
install.shto ensure the scaffolded project structure remains intact and isolated.shellcheckacross all scripts with a corresponding GitHub Action.prettierfor repository-wide formatting (Markdown, JSON, YAML) with CI checks and amake formattarget.3. Documentation & AI Standards
README.mdandAGENTS.mdto guide AI assistants on where to learn (payload) and where to develop (engine).🛠 Tools Added/Updated
How Has This Been Tested?
install.shandtroubleshooting.shin clean environments.make lint.