Governed shell binary — human + machine modes (Rust)
Find a file
Tyler J King 740fcdb3b5 fix: skip session lifecycle CRs, fix CR evidence schema
Session start/end CRs used invalid outcome values (session_started,
session_ended) not in broker's Outcome enum, causing 422. Also, broker
consumes AC on first CR, blocking subsequent per-command CRs.

Skipped session lifecycle CRs until session-scoped AC model is
implemented. Per-command CRs still post on governed command completion.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 23:15:34 -04:00
config feat: configurable corpus base dir + Bascule dev config 2026-04-02 18:46:27 -04:00
gsh fix: skip session lifecycle CRs, fix CR evidence schema 2026-04-02 23:15:34 -04:00
libgsh fix: align CR format with broker CompleteRequest schema 2026-04-02 23:11:22 -04:00
scripts feat: dev Bascule + dual-cluster connectivity complete 2026-04-02 16:37:52 -04:00
.gitignore feat: gsh machine mode — first governed shell execution 2026-04-01 19:01:22 -04:00
Cargo.lock feat: gsh human mode — interactive governed shell with reedline 2026-04-02 15:44:34 -04:00
Cargo.toml feat: gsh human mode — interactive governed shell with reedline 2026-04-02 15:44:34 -04:00
DESIGN.md feat: gsh governed shell — design exploration 2026-03-30 23:20:27 -04:00
README.md Initial commit 2026-03-31 03:15:52 +00:00

gsh

gsh — the GCAP governed shell. Human and machine modes. Chronicle-attributed execution.