Shingan v0.9.1
AIエージェントワークフロー静的解析ツール。バイナリは下記のplatform毎にダウンロードして即利用可能。
Changelog
Features
- 9656aab: feat(feedback): capture-only tp/fp feedback store (#3, ADR-018) (#44) (@hatyibei)
- f927c70: feat(parser): OpenAI Agents SDK parser (--format=openai-agents) (#45) (@hatyibei)
Bug Fixes
- 26fd518: fix(parsers): 5 wild-dogfood FP/FN fixes across the v0.9 framework parsers (#36) (@hatyibei)
- 1776443: fix: v0.9.0 P1/P2/P3 hardening — glob, baseline, shim cache, RPC, determinism, plugin ABI, Onion, docs (#27) (@hatyibei)
Others
- 7160140: chore(release): v0.9.1 prep — version bump + architecture doc parser count (#47) (@hatyibei)
- a0bf95e: ci(release): auto-publish to npm from the tag push (workflow_call chain) (#26) (@hatyibei)
- 13a69d5: docs+release: operational-contract consistency + GHCR image publish (#38) (@hatyibei)
- a214387: hardening: security/config/docs backlog (#28–#33) (#35) (@hatyibei)
Install (Linux/macOS):
curl -L https://github.com/hatyibei/shingan/releases/download/v0.9.1/shingan_0.9.1_$(uname -s | tr A-Z a-z)_$(uname -m | sed 's/x86_64/amd64/' | sed 's/aarch64/arm64/').tar.gz | tar xz
./shingan --helpInstall (Go):
go install github.com/hatyibei/shingan/cmd/shingan@v0.9.1