This release adds 3 notable features for engineering teams evaluating rollout.
Published 1mo
AI Agents & Assistants
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
agents
dsl
llm
mcp
skills
workflow
Summary
AI summaryinitialize now includes instructions field delivering canonical skillscript usage workflow to agents.
Full changelog
The MCP server now teaches a connecting agent how to use it — no CLAUDE.md
copy-paste, and it works for agents with no shared memory substrate.
initializecarries aninstructionsfield — the canonical agent-usage
block (SKILLSCRIPT_USAGE_INSTRUCTIONS, a static backend-agnostic string in
help-content.ts). Every connecting agent learns the workflow at session
start:skill_listfirst →skill_preflightbefore composing → author when
a routine repeats (lands Draft, a human approves) →runtime_capabilities.- Capabilities reframed as the author's menu — the block presents the wired
connectors / models / shell-allowlist as what's capturable into a skill, not
just a defensive "don't assume a backend" check; if a needed capability isn't
wired, the agent asks the operator to add it. docs/adopter-agent-guide§1 reframed — the runtime delivers the usage
contract automatically, so an adopter's agent file can be minimal; the
paste-block is now a fallback that mirrors the server's authoritative copy.
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
About Skillscript
All releases →Related context
Related tools
Earlier breaking changes
- v0.35.0 Editing `# Deadline:` on an approved skill drops it to Draft (signature invalidates).
Beta — feedback welcome: [email protected]