Extract sigil-log: rewire monorepo consumers from-git
packages/sigil-log/ moved to codeberg:sigil/sigil-log (v0.13.0). sigil-cli, sigil-lsp, sigil-mcp now consume sigil-log via from-git. Monorepo-level dev-redirects.sgl points codeberg:sigil/sigil-log → ../sigil-log for the dev loop against the sibling checkout.
Workspace/external dedup (f1c12dc2) handles the case where sigil-log's own package.sgl declares its sigil-stdlib/sigil-json deps via codeberg:sigil/sigil — those resolve to workspace-resident packages now instead of producing duplicate-name graph nodes.
.sigil/ added to .gitignore — sigil deps install populates it with machine-specific symlinks into ~/.sigil/deps/, must not be committed.
Reference migration per procedures/sigil-package-extraction; same shape will apply to the queued extractions (sigil-json t-3166, sigil-http t-36bf, sigil-mcp t-8ce8, sigil-ffi t-d702, sigil-hooks t-3f51).
package.sgl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)package.sglmodified
(from-workspace name: "sigil-args") (from-workspace name: "sigil-ansi") (from-workspace name: "sigil-nrepl") (from-workspace name: "sigil-log"))) (from-git url: "codeberg:sigil/sigil-log" version: "^0.13.0")))