Commit2afbc80fRecorded24 Apr 2026Repositorysigil-mcp

Extract sigil-log: rewire monorepo consumers from-git

Message

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).

Changed
 package.sgl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
package.sglmodified
@@ -16,4 +16,4 @@
16
(from-workspace name: "sigil-args")
17
(from-workspace name: "sigil-ansi")
18
(from-workspace name: "sigil-nrepl")
19
(from-workspace name: "sigil-log")))
+19
(from-git url: "codeberg:sigil/sigil-log" version: "^0.13.0")))