From 1ce77028109e652d717b326f5fd6234d709650a8 Mon Sep 17 00:00:00 2001 From: inGitDB Dev Date: Fri, 12 Jun 2026 18:04:55 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20rename=20snapshot=20dir=20codegrapher/?= =?UTF-8?q?=20=E2=86=92=20codegraph/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CLI now exports to codegraph/ and the viewer at codegrapher.dev reads from there. Co-Authored-By: Claude Fable 5 --- {codegrapher => codegraph}/.ingitdb/root-collections.yaml | 0 {codegrapher => codegraph}/.ingitdb/settings.yaml | 0 {codegrapher => codegraph}/README.md | 0 {codegrapher => codegraph}/edges/.collection/definition.yaml | 0 {codegrapher => codegraph}/edges/edges.ingr | 0 {codegrapher => codegraph}/files/.collection/definition.yaml | 0 {codegrapher => codegraph}/files/files.ingr | 0 {codegrapher => codegraph}/nodes/.collection/definition.yaml | 0 {codegrapher => codegraph}/nodes/nodes.ingr | 0 .../project_metadata/.collection/definition.yaml | 0 {codegrapher => codegraph}/project_metadata/project_metadata.ingr | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {codegrapher => codegraph}/.ingitdb/root-collections.yaml (100%) rename {codegrapher => codegraph}/.ingitdb/settings.yaml (100%) rename {codegrapher => codegraph}/README.md (100%) rename {codegrapher => codegraph}/edges/.collection/definition.yaml (100%) rename {codegrapher => codegraph}/edges/edges.ingr (100%) rename {codegrapher => codegraph}/files/.collection/definition.yaml (100%) rename {codegrapher => codegraph}/files/files.ingr (100%) rename {codegrapher => codegraph}/nodes/.collection/definition.yaml (100%) rename {codegrapher => codegraph}/nodes/nodes.ingr (100%) rename {codegrapher => codegraph}/project_metadata/.collection/definition.yaml (100%) rename {codegrapher => codegraph}/project_metadata/project_metadata.ingr (100%) diff --git a/codegrapher/.ingitdb/root-collections.yaml b/codegraph/.ingitdb/root-collections.yaml similarity index 100% rename from codegrapher/.ingitdb/root-collections.yaml rename to codegraph/.ingitdb/root-collections.yaml diff --git a/codegrapher/.ingitdb/settings.yaml b/codegraph/.ingitdb/settings.yaml similarity index 100% rename from codegrapher/.ingitdb/settings.yaml rename to codegraph/.ingitdb/settings.yaml diff --git a/codegrapher/README.md b/codegraph/README.md similarity index 100% rename from codegrapher/README.md rename to codegraph/README.md diff --git a/codegrapher/edges/.collection/definition.yaml b/codegraph/edges/.collection/definition.yaml similarity index 100% rename from codegrapher/edges/.collection/definition.yaml rename to codegraph/edges/.collection/definition.yaml diff --git a/codegrapher/edges/edges.ingr b/codegraph/edges/edges.ingr similarity index 100% rename from codegrapher/edges/edges.ingr rename to codegraph/edges/edges.ingr diff --git a/codegrapher/files/.collection/definition.yaml b/codegraph/files/.collection/definition.yaml similarity index 100% rename from codegrapher/files/.collection/definition.yaml rename to codegraph/files/.collection/definition.yaml diff --git a/codegrapher/files/files.ingr b/codegraph/files/files.ingr similarity index 100% rename from codegrapher/files/files.ingr rename to codegraph/files/files.ingr diff --git a/codegrapher/nodes/.collection/definition.yaml b/codegraph/nodes/.collection/definition.yaml similarity index 100% rename from codegrapher/nodes/.collection/definition.yaml rename to codegraph/nodes/.collection/definition.yaml diff --git a/codegrapher/nodes/nodes.ingr b/codegraph/nodes/nodes.ingr similarity index 100% rename from codegrapher/nodes/nodes.ingr rename to codegraph/nodes/nodes.ingr diff --git a/codegrapher/project_metadata/.collection/definition.yaml b/codegraph/project_metadata/.collection/definition.yaml similarity index 100% rename from codegrapher/project_metadata/.collection/definition.yaml rename to codegraph/project_metadata/.collection/definition.yaml diff --git a/codegrapher/project_metadata/project_metadata.ingr b/codegraph/project_metadata/project_metadata.ingr similarity index 100% rename from codegrapher/project_metadata/project_metadata.ingr rename to codegraph/project_metadata/project_metadata.ingr