Commit64c244fdRecorded6 May 2026Repositoryapiary

Bump APIary to Sigil 0.16

Message

Update APIary's package metadata and dependency ranges for the Sigil 0.16 ecosystem. The explicit sigil-stdlib dependency now points at the monorepo codeberg:sigil/sigil URL required by the release bundler instead of the extraction-era sigil-lang URL.

Verification:

  • /tmp/sigil-t-e6e9/build/dev/bin/sigil deps install --redirects /tmp/apiary-016-redirects.sgl
  • /tmp/sigil-t-e6e9/build/dev/bin/sigil build --redirects /tmp/apiary-016-redirects.sgl
  • /tmp/sigil-t-e6e9/build/dev/bin/sigil test
  • /tmp/sigil-t-e6e9/build/dev/bin/sigil build apiary -c release --backend bytecode --force --redirects /tmp/apiary-016-redirects.sgl

Smoke note: PATH=/tmp/sigil-t-e6e9/build/dev/bin:/home/daviwil/.nix-profile/bin:/home/daviwil/.sigil/bin:/home/daviwil/.bin:/home/daviwil/.local/bin:/home/daviwil/.npm-global/bin:/home/daviwil/.guix-home/profile/bin:/home/daviwil/.guix-home/profile/sbin:/run/privileged/bin:/home/daviwil/.config/guix/current/bin:/home/daviwil/.guix-home/profile/bin:/home/daviwil/.guix-home/profile/sbin:/home/daviwil/.guix-profile/bin:/run/current-system/profile/bin:/run/current-system/profile/sbin test/smoke.sh reached the live bridge and passed the named checks through bug-C, then failed in the existing BATCH/not-on-channel smoke path with 'cdr: expected pair'.

Changed
 package.sgl | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)
Diff
package.sglmodified
@@ -6,12 +6,12 @@
6
7
(package
8
name: "apiary"
9
version: "0.1.7"
+9
version: "0.16.0"
10
description: "MCP server for Enclave-based agent coordination — leader/worker hive runtime"
11
url: "https://codeberg.org/sigil/apiary"
12
license: "BSD-3-Clause"
13
authors: (list "David Wilson <[email protected]>")
14
sigil: "^0.15.0"
+14
sigil: "^0.16"
15
16
entry: '(apiary main)
17
bundle-name: "apiary"
@@ -32,17 +32,17 @@
32
bundle?: #t))
33
34
dependencies: (list
35
(from-git url: "codeberg:sigil/sigil-lang" package: "sigil-stdlib" version: "^0.14")
36
(from-git url: "codeberg:sigil/sigil-json" version: "^0.14.0")
37
(from-git url: "codeberg:sigil/sigil-log" version: "^0.14.0")
38
(from-git url: "codeberg:sigil/sigil-socket" version: "^0.14.0")
39
(from-git url: "codeberg:sigil/sigil-mcp" version: "^0.14.0")
40
(from-git url: "codeberg:sigil/sigil-irc" version: "^0.10.1"))
+35
(from-git url: "codeberg:sigil/sigil" package: "sigil-stdlib" version: "^0.16")
+36
(from-git url: "codeberg:sigil/sigil-json" version: "^0.16")
+37
(from-git url: "codeberg:sigil/sigil-log" version: "^0.16")
+38
(from-git url: "codeberg:sigil/sigil-socket" version: "^0.16")
+39
(from-git url: "codeberg:sigil/sigil-mcp" version: "^0.16")
+40
(from-git url: "codeberg:sigil/sigil-irc" version: "^0.16"))
41
42
dev-dependencies: (list
43
(from-git url: "codeberg:sigil/sigil-test" package: "sigil-test" version: "^0.14")
44
(from-git url: "codeberg:sigil/sigil-test" package: "sigil-test-runner" version: "^0.14")
45
(from-git url: "codeberg:sigil/sigil-version" version: "^0.13.1"))
+43
(from-git url: "codeberg:sigil/sigil-test" package: "sigil-test" version: "^0.16")
+44
(from-git url: "codeberg:sigil/sigil-test" package: "sigil-test-runner" version: "^0.16")
+45
(from-git url: "codeberg:sigil/sigil-version" version: "^0.16"))
46
47
tasks: (list
48
(task