omnigraph/crates/omnigraph-cli/src
aaltshuler 5328c91341 refactor(cli): drop cluster init — no replacement scaffold
Andrew's call, and the right one by the repo's own lens: a minimal
cluster.yaml is five lines; a generator is a second copy of the schema to
keep in sync forever, emitting a file that is unusable until hand-edited
anyway (graphs: {} cannot apply or serve). Terraform has no config
scaffolder either. New users copy from the cluster quick-start; migrants
get a ready-to-review cluster.yaml from config migrate. RFC-008 stage 3
becomes purely subtractive.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 23:45:18 +03:00
..
cli.rs refactor(cli): drop cluster init — no replacement scaffold 2026-06-11 23:45:18 +03:00
embed.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
helpers.rs feat(cli): init stops scaffolding omnigraph.yaml; cluster init replaces it (RFC-008 stage 3) 2026-06-11 23:34:04 +03:00
main.rs refactor(cli): drop cluster init — no replacement scaffold 2026-06-11 23:45:18 +03:00
main_tests.rs feat(cli): keyed credentials — servers:, the token chain, login/logout (RFC-007 PR 2) 2026-06-11 21:24:51 +03:00
migrate.rs feat(cli): omnigraph config migrate — the RFC-008 split (stage 2) 2026-06-11 23:32:05 +03:00
operator.rs feat(cli): omnigraph config migrate — the RFC-008 split (stage 2) 2026-06-11 23:32:05 +03:00
output.rs feat(cli): omnigraph config migrate — the RFC-008 split (stage 2) 2026-06-11 23:32:05 +03:00
read_format.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00