Problem
flake.nix:426 sets tag = "nix-wt634"; — a discovery tag from epic #625 work. The downstream docker-compose template pulls ghcr.io/vig-os/devcontainer:${DEVCONTAINER_VERSION:-latest}, so shipping this WIP tag to main produces a mislabeled/unresolvable image.
Recommendation
Replace with the versioned/latest scheme, or explicitly defer to the #639 cutover and add a CI or pre-commit guard that fails if a nix-wt* tag is present on main.
Context
Found during the state-of-the-repo review of #670 (epic #625). Pre-merge cleanup; relates to #639 (publish-cutover gate).
Refs: #625
Problem
flake.nix:426setstag = "nix-wt634";— a discovery tag from epic #625 work. The downstream docker-compose template pullsghcr.io/vig-os/devcontainer:${DEVCONTAINER_VERSION:-latest}, so shipping this WIP tag tomainproduces a mislabeled/unresolvable image.Recommendation
Replace with the versioned/
latestscheme, or explicitly defer to the #639 cutover and add a CI or pre-commit guard that fails if anix-wt*tag is present onmain.Context
Found during the state-of-the-repo review of #670 (epic #625). Pre-merge cleanup; relates to #639 (publish-cutover gate).
Refs: #625