chore: prepare the template for public release - #11
Merged
Conversation
Add MIT LICENSE (Cavalry Collective), CONTRIBUTING, SECURITY, Contributor Covenant 2.1, and CODEOWNERS. Reframe the README around production-oriented defaults rather than a production-ready result, and state audience, status, support route, and license. Replace the two fake-green workflows. `template-integrity.yml` now runs real checks over what this repository actually contains: whitespace invariants, relative-link resolution, the stack-pack and add-on contracts, and a guard against muted or placeholder workflow steps. The generic application CI and deploy scaffolds move to `.github/workflows/examples/*.example`, which Actions does not execute, and the Day-1 checklist says when to copy each one. Correct two stack packs against current vendor documentation: - vercel-csr now uses Vercel's zero-config Fastify support — a conventional entrypoint calling listen() on the environment's port, no @vercel/node handler, no app.server.emit bridge, no rewrite-only vercel.json. - wechat moves to an SCF Web Function deployed as a container image on Node 24 LTS with Fastify 5, since the managed Node runtime pins an end-of-life Node and Fastify major. The legacy managed runtime is kept as a labelled non-default fallback. "MySQL 8" becomes TDSQL-C MySQL 8.0, the newest engine that product offers, with local and CI pinned to the same line. Also ignore .claude/scheduled_tasks.lock and escape the ampersands in the design guide's Google Fonts URL.
Closed
7 tasks
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.
Prepares
vstack-template-basefor publication as an open-source GitHub template.License and community docs
LICENSE, copyright Cavalry Collective (verified against the GitHub org, the README, and the maintainer domain).CONTRIBUTING.md,SECURITY.md, Contributor Covenant 2.1CODE_OF_CONDUCT.md,.github/CODEOWNERS.Workflows no longer report false greens
.github/workflows/ci.yml(every check commented out, job ended inecho "TODO...") anddeploy.yml(printed a TODO and exited 0) are gone from the executable path.template-integrity.ymlchecks only what this repository actually contains: whitespace invariants, relative-link resolution, the stack-pack contract fromstacks/README.md, the add-on contract, and a guard against muted or placeholder workflow steps.permissions: contents: read..github/workflows/examples/{ci,deploy}.yml.example, which Actions does not execute. Day-1 step 7 says when to copy each, and deploy stays uncopied until a target exists.Stack corrections against current vendor docs
listen()on the environment's port. Removes theapp.server.emit("request", req, res)forwarding, theapp.ready()adapter, the "never calllisten()" rule, and the@vercel/nodehandler plus catch-all rewrite.8.0line.Small fixes
.claude/scheduled_tasks.lockadded to.gitignore(local generated state, never tracked).Test plan
template-integrity.yml's Python step, extracted verbatim from the YAML, reports0 problem(s)on this tree..github/workflows/*.yml.git diff --checkclean.&left indesign-guide.htmlare inside a<style>and a<script>block, where escaping would be wrong.