Skip to content

skillscript-runtime v0.30.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 18:40

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 (AmpSkillStoreRedisSkillStore), and the manifest() example (kind: "amp"kind: "postgres"). Example-name swaps only; no structural change.
  • configuration.md: genericized two AMP-named examples — the connectors.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.md re-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.