Governed shell binary — human + machine modes (Rust)
Adds `gsh register --service-name <name>` subcommand for systemd ExecStartPre integration. Connects to substrate-fabric Unix socket, sends RegisterAppShell, writes shell.env for EnvironmentFile= loading. New libgsh modules: - register.rs: fabric IPC client for app shell creation + env writer - agent_api.rs: capability attenuation validation for agent sub-shells Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Tyler J King <tking@guildhouse.dev> |
||
|---|---|---|
| config | ||
| dist | ||
| gsh | ||
| libgsh | ||
| scripts | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CLAUDE.md | ||
| DESIGN.md | ||
| README.md | ||
gsh
gsh — the GCAP governed shell. Human and machine modes. Chronicle-attributed execution.
Status (2026-04-28): Active development. Design is mature (DESIGN.md). The architectural anchor is the shell type system (per DESIGN-SHELL-ARCHITECTURE-2026-04-28.md); gsh is the canonical consumer of the type system, built on libgsh.