Template
standards: migrate src/ -> source/ and retire dist/ (Refs #34) #37
Reference in New Issue
Block a user
Delete Branch "fix/standardize-source-dir"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
git mv src -> source(history preserved), updatestsconfig.json,package.json,Makefile(SRC_DIR := source), and docs. Retires user-facingdist/references (build output stays gitignored; releases go through the MokoGIT release system).Note: the live
metadata.entry_point -> source/update is applied separately, timed with this merge.Refs #34.
Review status
Two review passes run before this PR (code-reviewer + silent-failure-hunter); all Critical/High findings fixed in follow-up commits:
inputs(not the inaccessiblesecretscontext in composite actions).set -euo pipefail, non-empty artifact assertions, andgh release uploadno longer error-suppressed.Merge order
#33 (resolver) → #34 (source/ migration) → #35 (release) — #35 references the composite action introduced by #33.
Authored-by: Moko Consulting