tkach 0.5.0

Provider-independent Rust agent runtime — streaming, reasoning summaries, prompt caching, and per-call approval gating.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: CI

on:
  push:
    branches: [main, master]
  pull_request:

# All actual checks live in ci-checks.yml as a reusable workflow so PR-time
# CI and release.yml's publish-gate run the exact same suite — single source
# of truth, no copy-paste drift.
jobs:
  checks:
    uses: ./.github/workflows/ci-checks.yml
    permissions:
      contents: read
      security-events: write
    secrets: inherit