Skip to content

Skillscript

v0.4.3 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agents dsl llm mcp skills workflow

Summary

AI summary

Fixed cmdRuntimeHost bug by automatically passing $SKILLSCRIPT_HOME/connectors.json to bootstrap and added --connectors PATH flag for override.

Full changelog

CLI auto-discovers connectors.json from $SKILLSCRIPT_HOME. Closes
the v0.4.x arc's last-mile gap: pre-v0.4.3, the loader + lint + runtime

  • allowlist all worked, but skillfile dashboard and skillfile serve
    (both via cmdRuntimeHost) called bootstrap() without
    connectorsConfigPath. The scaffold's connectors.json was dead-on-
    arrival via the canonical CLI path.

Fixed

  • cmdRuntimeHost now passes connectorsConfigPath: $SKILLSCRIPT_HOME/connectors.json to bootstrap(). The loader is graceful on missing files (returns empty result), so the default is safe for users without a connectors.json. Bug since v0.4.0.

Added

  • --connectors PATH flag on skillfile dashboard and skillfile serve — overrides the default for non-standard layouts. Useful for testing connectors-as-config without modifying $SKILLSCRIPT_HOME/connectors.json.

Implementation notes

  • One-line behavior change. No architecture impact; just wires the existing config-path through the existing bootstrap API.
  • Tests: 5 new in tests/v0.4.3.test.ts covering --help flag presence, bootstrap path resolution, graceful-missing handling, and a source-level regression-lock to guard against silent regression of the wire-up.
  • LOC unchanged at 6593/6600. Ergonomic patch; no language surface changes.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Skillscript

Get notified when new releases ship.

Sign up free

About Skillscript

All releases →

Related context

Earlier breaking changes

  • v0.35.0 Editing `# Deadline:` on an approved skill drops it to Draft (signature invalidates).

Beta — feedback welcome: [email protected]