Skip to main content

Module cli_db_noop

Module cli_db_noop 

Source
Expand description

Shared no-op --db for host/XDG surfaces (GAP-SG-139). Shared no-op --db flag for host/XDG CLI surfaces (GAP-SG-139).

Graph-scoped subcommands resolve storage via --db. Host/XDG surfaces (config, slots, cache, completions, codex-models) never open the graph database, but agents that append --db to every one-shot invocation must not receive clap exit 2. This module provides a single help string and an optional [DbNoopArgs] group for #[command(flatten)] composition.

Structs§

DbNoopArgs
Flattenable no-op --db for host/XDG argument structs (GAP-SG-139).

Constants§

DB_NOOP_HELP
Help text for host/XDG --db no-op (English; agent-facing clap surface).