skillscript-runtime v0.30.0
Upgrade impact: none (additive). Documentation only; no runtime, API, or behavior change.
The public-announcement release. A final leakage-scrub pass over the shipped docs, closing the coverage gap the 0.27.3 audit left, so no doc names an internal substrate as an example.
sqlite-skill-store.md(npm-shipped): removed AMP from the three substrate examples the 0.27.3 audit didn't cover — the "choose your substrate" list (AMP, Pinecone, S3, Postgres…→Pinecone, S3, Postgres, Redis…), the forking-checklist class-rename example (AmpSkillStore→RedisSkillStore), and themanifest()example (kind: "amp"→kind: "postgres"). Example-name swaps only; no structural change.configuration.md: genericized two AMP-named examples — theconnectors.json${VAR}-substitution example (an"amp"connector using${AMP_ENDPOINT}/${AMP_TOKEN}→ a generic"memory"connector using${MEMORY_ENDPOINT}/${MEMORY_TOKEN}) and an inline_comment("AMP-style dogfooding" → "local dogfooding").language-reference.mdre-rendered from atoms — the worked-example op dispatches that previously used$ amp.*connector calls (mailbox / memory-write / query) now use$ github.*/$ linear.*, and the substrate-neutrality note lists$ github.*/$ linear.*as the "substrate-specific tools the adopter declares" example. The "Source of truth: AMP" provenance footer is intentionally retained.