feat(scaffold): docker + reusable-workflows + project-hygiene flags#272
Merged
feat(scaffold): docker + reusable-workflows + project-hygiene flags#272
Conversation
…{changelog,todo,claudemd}
Five new flags on scaffold_template_repo.py to bring a freshly-generated
template up to feature-parity with active jdfalk repos.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Five new flags on
scaffold_template_repo.py(v1.5.0) so a freshly-generated template matches active jdfalk repos:--with-docker—Dockerfile(extendsghcr.io/catthehacker/ubuntu:full-22.04by default — closest publicly-available mirror of GHAubuntu-latest) + multi-arch GHCR build/push workflow with metadata-action + provenance + SBOM + weekly cron rebuild. Optional--docker-base-image/--docker-go-version/--docker-apt/--docker-pipfor layered deps.--with-reusable-workflows— replaces the standaloneci.ymlwith a thin caller ofjdfalk/ghcommon/.github/workflows/reusable-ci.ymlplussecurity.ymland.github/workflow-config.yaml.--with-changelog/--with-todo/--with-claudemd— project-hygiene files matching the repo convention.Action refs in generated workflows are major-version tags (
@v4,@v6); the project's pin-actions step rewrites them to digests on first CI run rather than relying on hand-pinned (potentially hallucinated) SHAs.Test plan
--helpshows the new flagsjdfalk/burndown-runner-imagewith all five flagsvalidate_template_repo.pyreports no secrets in the generated repo🤖 Generated with Claude Code