Skip to content

get-fable v1.3.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 17:28
· 49 commits to master since this release

get-fable v1.3.0

Reusable coding lifecycle discipline and specialist Skills for AI coding agents

get-fable v1.3.0 is a major enterprise maturity release bringing evidence-backed M4 maturity to all 25 canonical Skills, an oracle-free behavioral evaluation harness, machine-readable CLI contracts (--json-v1), supply-chain hardening with pinned commit SHAs, secret scanning, and automated cross-host installation across 9 agent environments.


Highlights

  • Evidence-Backed Skill Maturity (M4): All 25 canonical Skills have achieved verified M4 maturity backed by empirical evaluation against Google Cloud Vertex AI (gemini-2.5-flash).
  • Oracle-Free Behavioral Evaluation: Introduced get-fable behavior-eval export and score commands for blinded provider evaluation across 5 adversarial categories (known, negative, ambiguous, adversarial, holdout) with tamper-proof SHA-256 corpus and oracle binding.
  • Machine-Readable CLI Envelopes (--json-v1): Standardized versioned schema envelopes across all major CLI commands (route, doctor, spark, behavior-eval, feed, status) while maintaining backward-compatible --json.
  • Supply-Chain & Security Hardening: All 19 third-party GitHub Actions pinned to full 40-character commit SHAs; integrated TruffleHog secret scanning, CodeQL static analysis, and npm OIDC Trusted Publishing.
  • End-to-End Test Suite: Automated Cypress.io E2E browser smoke tests for the public site and documentation terminal simulator.
  • Multi-Host Parity: Verified full installer and lifecycle support across 9 agent environments (Claude Code, Antigravity / Gemini, Codex, OpenCode, Cursor, Kimi, DeepSeek, Kiro, Pi Code).

Behavioral Evidence Summary

  • Total Cases: 115 cases across 22 action Skills
  • Categories Tested: known (>=90%), negative (>=95%), ambiguous (>=90%), adversarial (>=95%), holdout (>=90%)
  • Result: 115 / 115 passed (100% pass rate, 0 forbidden violations)
  • Cryptographic Binding: Signed with SHA-256 corpus digest and oracle digest.

Installation & Quick Start

# Global installation
npm install -g get-fable
# or
bun add -g get-fable

# Quick start in any repository
get-fable init
get-fable route "Fix race condition in token refresh and verify with tests"
get-fable spark
get-fable doctor

Install into your AI agent environment:

get-fable install all

Full Changelog

See CHANGELOG.md for full details.