From 9712fd5ebbdffb4e61cc491edc3b5da32806040f Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Thu, 12 Mar 2026 18:42:19 -0400 Subject: [PATCH] move interviews doc from execution/ to human-tools/ section Co-Authored-By: Claude Opus 4.6 --- docs/docs.json | 4 ++-- docs/{execution => human-tools}/interviews.mdx | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/{execution => human-tools}/interviews.mdx (100%) diff --git a/docs/docs.json b/docs/docs.json index f3bc8b670..85da12c06 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -53,7 +53,6 @@ "execution/environments", "execution/context", "execution/checkpoints", - "execution/interviews", "execution/failures", "execution/retros", "execution/observability", @@ -64,6 +63,7 @@ "group": "Human Tools", "icon": "hand", "pages": [ + "human-tools/interviews", "human-tools/steering", "human-tools/ssh-access", "human-tools/vs-code", @@ -105,7 +105,7 @@ "reference/dot-language", "reference/cli", "reference/cli-configuration", - "reference/logs-directory", + "reference/run-directory", "reference/architecture", "administration/server-configuration", "administration/troubleshooting", diff --git a/docs/execution/interviews.mdx b/docs/human-tools/interviews.mdx similarity index 100% rename from docs/execution/interviews.mdx rename to docs/human-tools/interviews.mdx