Stage 14: solver & dictionary split (publish solver + scrabble-dictionary artifact) #15
Reference in New Issue
Block a user
Delete Branch "feature/stage-14-solver-dictionary-split"
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?
Discharges TODO-1 and TODO-2 (the dependency/artifact split that the rest of the deploy work builds on).
gitea.iliadenisov.ru/developer/scrabble-solverv1.0.0 (separate repo):wordlist/dictdawgde-internalised, the dictionary build pipeline moved out. backend pins it;go.workdrops the replace; CI setsGOPRIVATEand no longer clones the sibling.developer/scrabble-dictionaryrepo as a release artifact (scrabble-dawg-v1.0.0.tar.gz), byte-identical to the old fixtures (built against the published solver + pinned dafsa/alphabet — no index drift). Both Go workflows download it forBACKEND_DICT_DIR.Local gate green (gofmt/build/vet, unit + integration). Note: the scrabble-dictionary CI-fix is a separate small PR there; its v1.0.0 artifact is already published + verified.