omnigraph/crates/omnigraph-cli
Andrew Altshuler 2ed05d2cb1
feat(cli): --quiet/--yes globals; echo resolved write target; gate non-local destructive writes (#243)
RFC-011 Decision 9. Writes echo their resolved target + access path to stderr (suppress with --quiet). Destructive writes (cleanup, overwrite load, branch delete) against a non-local scope require consent: --yes, a TTY prompt, or a hard refusal for non-TTY/--json runs. Local file:// writes unaffected.
2026-06-15 14:35:55 +03:00
..
src feat(cli): --quiet/--yes globals; echo resolved write target; gate non-local destructive writes (#243) 2026-06-15 14:35:55 +03:00
tests feat(cli): --quiet/--yes globals; echo resolved write target; gate non-local destructive writes (#243) 2026-06-15 14:35:55 +03:00
Cargo.toml refactor(cli): consume omnigraph-api-types directly; unify the load mapping 2026-06-13 17:05:32 +03:00