chore(common): bump the common submodule to 4de5dfa #9
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/GOV-45-update-common-submodule"
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?
Bumps the
commonsubmodule gitlink from0977969to4de5dfa(currentpsa-systems/commonmain). Part of the cross-repo sync tracked in GOV-45.What the new pin brings into
common.just: thedev_extra_volumesvariable ondev-clean, thevirtual-workspacerelease layout, the nu line-continuation fix inbuild-docker-export, and the newcheck-tree-ownershipguard that bothpre-commitvariants now run at the end.No justfile change is needed in this repo. mcp-web already defines
defaultfirst (so barejuststill lists recipes), has nocompose.dev.ymland therefore no extra named dev volumes to declare, and its rootCargo.tomlis a single-package manifest, so thegenericrelease layout still applies. The reusable check workflow's new inputs do not apply either: mcp-web ships its owncheck.ymlrather than callingpsa-systems/common/.forgejo/workflows/check.yml.Verification:
just pre-commitpasses on the new pin (fmt, clippy, build, 116 unit tests plus 2 integration tests, and the newcheck-tree-ownershipreports the working tree fully owned by the host user).#GOV-45