Bump APIary to Sigil 0.16
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'.
package.sgl | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)package.sglmodified
(package name: "apiary" version: "0.1.7" version: "0.16.0" description: "MCP server for Enclave-based agent coordination — leader/worker hive runtime" url: "https://codeberg.org/sigil/apiary" license: "BSD-3-Clause" authors: (list "David Wilson <[email protected]>") sigil: "^0.15.0" sigil: "^0.16" entry: '(apiary main) bundle-name: "apiary" bundle?: #t)) dependencies: (list (from-git url: "codeberg:sigil/sigil-lang" package: "sigil-stdlib" version: "^0.14") (from-git url: "codeberg:sigil/sigil-json" version: "^0.14.0") (from-git url: "codeberg:sigil/sigil-log" version: "^0.14.0") (from-git url: "codeberg:sigil/sigil-socket" version: "^0.14.0") (from-git url: "codeberg:sigil/sigil-mcp" version: "^0.14.0") (from-git url: "codeberg:sigil/sigil-irc" version: "^0.10.1")) (from-git url: "codeberg:sigil/sigil" package: "sigil-stdlib" version: "^0.16") (from-git url: "codeberg:sigil/sigil-json" version: "^0.16") (from-git url: "codeberg:sigil/sigil-log" version: "^0.16") (from-git url: "codeberg:sigil/sigil-socket" version: "^0.16") (from-git url: "codeberg:sigil/sigil-mcp" version: "^0.16") (from-git url: "codeberg:sigil/sigil-irc" version: "^0.16")) dev-dependencies: (list (from-git url: "codeberg:sigil/sigil-test" package: "sigil-test" version: "^0.14") (from-git url: "codeberg:sigil/sigil-test" package: "sigil-test-runner" version: "^0.14") (from-git url: "codeberg:sigil/sigil-version" version: "^0.13.1")) (from-git url: "codeberg:sigil/sigil-test" package: "sigil-test" version: "^0.16") (from-git url: "codeberg:sigil/sigil-test" package: "sigil-test-runner" version: "^0.16") (from-git url: "codeberg:sigil/sigil-version" version: "^0.16")) tasks: (list (task