From 1ee6b4d7c7215bf4faef295dc17448efca5e5b5e Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 1 May 2026 14:45:13 -0600 Subject: [PATCH] docs: Documentation for the RESTful API POC --- docs/{ => restful-api}/PHASE-1-FLOW-TEST-PLAN.md | 0 docs/{ => restful-api}/PHASE-1-IMPLEMENTATION-PLAN.md | 0 docs/{ => restful-api}/PHASE-2-IMPLEMENTATION-PLAN.md | 0 docs/{ => restful-api}/PHASE-3-IMPLEMENTATION-PLAN.md | 0 docs/{ => restful-api}/PHASE-4-IMPLEMENTATION-PLAN.md | 0 docs/{ => restful-api}/PHASE-5-IMPLEMENTATION-PLAN.md | 0 docs/{ => restful-api}/PHASE-6-IMPLEMENTATION-PLAN.md | 4 ++-- docs/{ => restful-api}/QA-CHECKLIST.md | 0 docs/{ => restful-api}/REST-API-ARCHITECTURE.md | 0 docs/{ => restful-api}/implementation/PHASE-1-STEP-1-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-10-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-14-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-15-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-16-NOTES.md | 0 .../implementation/PHASE-1-STEP-16a-NOTES.md | 0 .../implementation/PHASE-1-STEP-16b-NOTES.md | 0 .../implementation/PHASE-1-STEP-16c-NOTES.md | 0 .../implementation/PHASE-1-STEP-16d-NOTES.md | 0 .../implementation/PHASE-1-STEP-16e-NOTES.md | 0 .../implementation/PHASE-1-STEP-16f-NOTES.md | 0 docs/{ => restful-api}/implementation/PHASE-1-STEP-2-NOTES.md | 0 docs/{ => restful-api}/implementation/PHASE-1-STEP-3-NOTES.md | 0 docs/{ => restful-api}/implementation/PHASE-1-STEP-4-NOTES.md | 0 docs/{ => restful-api}/implementation/PHASE-1-STEP-5-NOTES.md | 0 docs/{ => restful-api}/implementation/PHASE-1-STEP-6-NOTES.md | 0 .../implementation/PHASE-1-STEP-6.5-NOTES.md | 0 docs/{ => restful-api}/implementation/PHASE-1-STEP-7-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-8a-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-8b-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-8c-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-8d-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-8e-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-8f-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-8g-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-8h-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-8i-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-8j-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-8k-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-8l-NOTES.md | 0 .../{ => restful-api}/implementation/PHASE-1-STEP-8m-NOTES.md | 0 docs/{ => restful-api}/implementation/PHASE-1-STEP-9-NOTES.md | 0 docs/{ => restful-api}/implementation/README.md | 0 docs/{ => restful-api}/testing/TEST-IMPLEMENTATION-PLAN.md | 0 docs/{ => restful-api}/testing/notes/ITERATION-1-NOTES.md | 0 docs/{ => restful-api}/testing/notes/ITERATION-10-NOTES.md | 0 docs/{ => restful-api}/testing/notes/ITERATION-11-NOTES.md | 0 docs/{ => restful-api}/testing/notes/ITERATION-12-NOTES.md | 0 docs/{ => restful-api}/testing/notes/ITERATION-13-NOTES.md | 0 docs/{ => restful-api}/testing/notes/ITERATION-14-NOTES.md | 0 docs/{ => restful-api}/testing/notes/ITERATION-2-NOTES.md | 0 docs/{ => restful-api}/testing/notes/ITERATION-3-NOTES.md | 0 docs/{ => restful-api}/testing/notes/ITERATION-4-NOTES.md | 0 docs/{ => restful-api}/testing/notes/ITERATION-5-NOTES.md | 0 docs/{ => restful-api}/testing/notes/ITERATION-6-NOTES.md | 0 docs/{ => restful-api}/testing/notes/ITERATION-7-NOTES.md | 0 docs/{ => restful-api}/testing/notes/ITERATION-8-NOTES.md | 0 docs/{ => restful-api}/testing/notes/ITERATION-9-NOTES.md | 0 .../testing/plans/01-config-and-appconfig.md | 0 docs/{ => restful-api}/testing/plans/02-roles.md | 0 docs/{ => restful-api}/testing/plans/03-sessions.md | 0 docs/{ => restful-api}/testing/plans/04-agents.md | 0 docs/{ => restful-api}/testing/plans/05-mcp-lifecycle.md | 0 docs/{ => restful-api}/testing/plans/06-tool-evaluation.md | 0 docs/{ => restful-api}/testing/plans/07-input-construction.md | 0 docs/{ => restful-api}/testing/plans/08-request-context.md | 0 docs/{ => restful-api}/testing/plans/09-repl-commands.md | 0 docs/{ => restful-api}/testing/plans/10-cli-flags.md | 0 docs/{ => restful-api}/testing/plans/11-sub-agent-spawning.md | 0 docs/{ => restful-api}/testing/plans/12-rag.md | 0 .../testing/plans/13-completions-and-prompt.md | 0 docs/{ => restful-api}/testing/plans/14-macros.md | 0 docs/{ => restful-api}/testing/plans/15-vault.md | 0 .../{ => restful-api}/testing/plans/16-functions-and-tools.md | 0 73 files changed, 2 insertions(+), 2 deletions(-) rename docs/{ => restful-api}/PHASE-1-FLOW-TEST-PLAN.md (100%) rename docs/{ => restful-api}/PHASE-1-IMPLEMENTATION-PLAN.md (100%) rename docs/{ => restful-api}/PHASE-2-IMPLEMENTATION-PLAN.md (100%) rename docs/{ => restful-api}/PHASE-3-IMPLEMENTATION-PLAN.md (100%) rename docs/{ => restful-api}/PHASE-4-IMPLEMENTATION-PLAN.md (100%) rename docs/{ => restful-api}/PHASE-5-IMPLEMENTATION-PLAN.md (100%) rename docs/{ => restful-api}/PHASE-6-IMPLEMENTATION-PLAN.md (99%) rename docs/{ => restful-api}/QA-CHECKLIST.md (100%) rename docs/{ => restful-api}/REST-API-ARCHITECTURE.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-1-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-10-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-14-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-15-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-16-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-16a-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-16b-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-16c-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-16d-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-16e-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-16f-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-2-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-3-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-4-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-5-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-6-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-6.5-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-7-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-8a-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-8b-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-8c-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-8d-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-8e-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-8f-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-8g-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-8h-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-8i-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-8j-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-8k-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-8l-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-8m-NOTES.md (100%) rename docs/{ => restful-api}/implementation/PHASE-1-STEP-9-NOTES.md (100%) rename docs/{ => restful-api}/implementation/README.md (100%) rename docs/{ => restful-api}/testing/TEST-IMPLEMENTATION-PLAN.md (100%) rename docs/{ => restful-api}/testing/notes/ITERATION-1-NOTES.md (100%) rename docs/{ => restful-api}/testing/notes/ITERATION-10-NOTES.md (100%) rename docs/{ => restful-api}/testing/notes/ITERATION-11-NOTES.md (100%) rename docs/{ => restful-api}/testing/notes/ITERATION-12-NOTES.md (100%) rename docs/{ => restful-api}/testing/notes/ITERATION-13-NOTES.md (100%) rename docs/{ => restful-api}/testing/notes/ITERATION-14-NOTES.md (100%) rename docs/{ => restful-api}/testing/notes/ITERATION-2-NOTES.md (100%) rename docs/{ => restful-api}/testing/notes/ITERATION-3-NOTES.md (100%) rename docs/{ => restful-api}/testing/notes/ITERATION-4-NOTES.md (100%) rename docs/{ => restful-api}/testing/notes/ITERATION-5-NOTES.md (100%) rename docs/{ => restful-api}/testing/notes/ITERATION-6-NOTES.md (100%) rename docs/{ => restful-api}/testing/notes/ITERATION-7-NOTES.md (100%) rename docs/{ => restful-api}/testing/notes/ITERATION-8-NOTES.md (100%) rename docs/{ => restful-api}/testing/notes/ITERATION-9-NOTES.md (100%) rename docs/{ => restful-api}/testing/plans/01-config-and-appconfig.md (100%) rename docs/{ => restful-api}/testing/plans/02-roles.md (100%) rename docs/{ => restful-api}/testing/plans/03-sessions.md (100%) rename docs/{ => restful-api}/testing/plans/04-agents.md (100%) rename docs/{ => restful-api}/testing/plans/05-mcp-lifecycle.md (100%) rename docs/{ => restful-api}/testing/plans/06-tool-evaluation.md (100%) rename docs/{ => restful-api}/testing/plans/07-input-construction.md (100%) rename docs/{ => restful-api}/testing/plans/08-request-context.md (100%) rename docs/{ => restful-api}/testing/plans/09-repl-commands.md (100%) rename docs/{ => restful-api}/testing/plans/10-cli-flags.md (100%) rename docs/{ => restful-api}/testing/plans/11-sub-agent-spawning.md (100%) rename docs/{ => restful-api}/testing/plans/12-rag.md (100%) rename docs/{ => restful-api}/testing/plans/13-completions-and-prompt.md (100%) rename docs/{ => restful-api}/testing/plans/14-macros.md (100%) rename docs/{ => restful-api}/testing/plans/15-vault.md (100%) rename docs/{ => restful-api}/testing/plans/16-functions-and-tools.md (100%) diff --git a/docs/PHASE-1-FLOW-TEST-PLAN.md b/docs/restful-api/PHASE-1-FLOW-TEST-PLAN.md similarity index 100% rename from docs/PHASE-1-FLOW-TEST-PLAN.md rename to docs/restful-api/PHASE-1-FLOW-TEST-PLAN.md diff --git a/docs/PHASE-1-IMPLEMENTATION-PLAN.md b/docs/restful-api/PHASE-1-IMPLEMENTATION-PLAN.md similarity index 100% rename from docs/PHASE-1-IMPLEMENTATION-PLAN.md rename to docs/restful-api/PHASE-1-IMPLEMENTATION-PLAN.md diff --git a/docs/PHASE-2-IMPLEMENTATION-PLAN.md b/docs/restful-api/PHASE-2-IMPLEMENTATION-PLAN.md similarity index 100% rename from docs/PHASE-2-IMPLEMENTATION-PLAN.md rename to docs/restful-api/PHASE-2-IMPLEMENTATION-PLAN.md diff --git a/docs/PHASE-3-IMPLEMENTATION-PLAN.md b/docs/restful-api/PHASE-3-IMPLEMENTATION-PLAN.md similarity index 100% rename from docs/PHASE-3-IMPLEMENTATION-PLAN.md rename to docs/restful-api/PHASE-3-IMPLEMENTATION-PLAN.md diff --git a/docs/PHASE-4-IMPLEMENTATION-PLAN.md b/docs/restful-api/PHASE-4-IMPLEMENTATION-PLAN.md similarity index 100% rename from docs/PHASE-4-IMPLEMENTATION-PLAN.md rename to docs/restful-api/PHASE-4-IMPLEMENTATION-PLAN.md diff --git a/docs/PHASE-5-IMPLEMENTATION-PLAN.md b/docs/restful-api/PHASE-5-IMPLEMENTATION-PLAN.md similarity index 100% rename from docs/PHASE-5-IMPLEMENTATION-PLAN.md rename to docs/restful-api/PHASE-5-IMPLEMENTATION-PLAN.md diff --git a/docs/PHASE-6-IMPLEMENTATION-PLAN.md b/docs/restful-api/PHASE-6-IMPLEMENTATION-PLAN.md similarity index 99% rename from docs/PHASE-6-IMPLEMENTATION-PLAN.md rename to docs/restful-api/PHASE-6-IMPLEMENTATION-PLAN.md index b65d12a..922f8e4 100644 --- a/docs/PHASE-6-IMPLEMENTATION-PLAN.md +++ b/docs/restful-api/PHASE-6-IMPLEMENTATION-PLAN.md @@ -570,7 +570,7 @@ For local development with TLS via nginx: version: "3.9" services: loki: - build: . + build: .. environment: LOKI_CONFIG_DIR: /loki/config volumes: @@ -580,7 +580,7 @@ services: - "127.0.0.1:3400:3400" restart: unless-stopped healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:3400/healthz/live"] + test: [ "CMD", "curl", "-f", "http://localhost:3400/healthz/live" ] interval: 30s timeout: 5s retries: 3 diff --git a/docs/QA-CHECKLIST.md b/docs/restful-api/QA-CHECKLIST.md similarity index 100% rename from docs/QA-CHECKLIST.md rename to docs/restful-api/QA-CHECKLIST.md diff --git a/docs/REST-API-ARCHITECTURE.md b/docs/restful-api/REST-API-ARCHITECTURE.md similarity index 100% rename from docs/REST-API-ARCHITECTURE.md rename to docs/restful-api/REST-API-ARCHITECTURE.md diff --git a/docs/implementation/PHASE-1-STEP-1-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-1-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-1-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-1-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-10-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-10-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-10-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-10-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-14-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-14-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-14-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-14-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-15-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-15-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-15-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-15-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-16-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-16-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-16-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-16-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-16a-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-16a-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-16a-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-16a-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-16b-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-16b-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-16b-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-16b-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-16c-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-16c-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-16c-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-16c-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-16d-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-16d-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-16d-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-16d-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-16e-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-16e-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-16e-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-16e-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-16f-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-16f-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-16f-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-16f-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-2-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-2-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-2-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-2-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-3-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-3-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-3-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-3-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-4-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-4-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-4-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-4-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-5-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-5-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-5-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-5-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-6-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-6-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-6-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-6-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-6.5-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-6.5-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-6.5-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-6.5-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-7-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-7-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-7-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-7-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-8a-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-8a-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-8a-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-8a-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-8b-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-8b-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-8b-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-8b-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-8c-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-8c-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-8c-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-8c-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-8d-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-8d-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-8d-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-8d-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-8e-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-8e-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-8e-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-8e-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-8f-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-8f-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-8f-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-8f-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-8g-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-8g-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-8g-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-8g-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-8h-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-8h-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-8h-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-8h-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-8i-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-8i-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-8i-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-8i-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-8j-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-8j-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-8j-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-8j-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-8k-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-8k-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-8k-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-8k-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-8l-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-8l-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-8l-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-8l-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-8m-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-8m-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-8m-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-8m-NOTES.md diff --git a/docs/implementation/PHASE-1-STEP-9-NOTES.md b/docs/restful-api/implementation/PHASE-1-STEP-9-NOTES.md similarity index 100% rename from docs/implementation/PHASE-1-STEP-9-NOTES.md rename to docs/restful-api/implementation/PHASE-1-STEP-9-NOTES.md diff --git a/docs/implementation/README.md b/docs/restful-api/implementation/README.md similarity index 100% rename from docs/implementation/README.md rename to docs/restful-api/implementation/README.md diff --git a/docs/testing/TEST-IMPLEMENTATION-PLAN.md b/docs/restful-api/testing/TEST-IMPLEMENTATION-PLAN.md similarity index 100% rename from docs/testing/TEST-IMPLEMENTATION-PLAN.md rename to docs/restful-api/testing/TEST-IMPLEMENTATION-PLAN.md diff --git a/docs/testing/notes/ITERATION-1-NOTES.md b/docs/restful-api/testing/notes/ITERATION-1-NOTES.md similarity index 100% rename from docs/testing/notes/ITERATION-1-NOTES.md rename to docs/restful-api/testing/notes/ITERATION-1-NOTES.md diff --git a/docs/testing/notes/ITERATION-10-NOTES.md b/docs/restful-api/testing/notes/ITERATION-10-NOTES.md similarity index 100% rename from docs/testing/notes/ITERATION-10-NOTES.md rename to docs/restful-api/testing/notes/ITERATION-10-NOTES.md diff --git a/docs/testing/notes/ITERATION-11-NOTES.md b/docs/restful-api/testing/notes/ITERATION-11-NOTES.md similarity index 100% rename from docs/testing/notes/ITERATION-11-NOTES.md rename to docs/restful-api/testing/notes/ITERATION-11-NOTES.md diff --git a/docs/testing/notes/ITERATION-12-NOTES.md b/docs/restful-api/testing/notes/ITERATION-12-NOTES.md similarity index 100% rename from docs/testing/notes/ITERATION-12-NOTES.md rename to docs/restful-api/testing/notes/ITERATION-12-NOTES.md diff --git a/docs/testing/notes/ITERATION-13-NOTES.md b/docs/restful-api/testing/notes/ITERATION-13-NOTES.md similarity index 100% rename from docs/testing/notes/ITERATION-13-NOTES.md rename to docs/restful-api/testing/notes/ITERATION-13-NOTES.md diff --git a/docs/testing/notes/ITERATION-14-NOTES.md b/docs/restful-api/testing/notes/ITERATION-14-NOTES.md similarity index 100% rename from docs/testing/notes/ITERATION-14-NOTES.md rename to docs/restful-api/testing/notes/ITERATION-14-NOTES.md diff --git a/docs/testing/notes/ITERATION-2-NOTES.md b/docs/restful-api/testing/notes/ITERATION-2-NOTES.md similarity index 100% rename from docs/testing/notes/ITERATION-2-NOTES.md rename to docs/restful-api/testing/notes/ITERATION-2-NOTES.md diff --git a/docs/testing/notes/ITERATION-3-NOTES.md b/docs/restful-api/testing/notes/ITERATION-3-NOTES.md similarity index 100% rename from docs/testing/notes/ITERATION-3-NOTES.md rename to docs/restful-api/testing/notes/ITERATION-3-NOTES.md diff --git a/docs/testing/notes/ITERATION-4-NOTES.md b/docs/restful-api/testing/notes/ITERATION-4-NOTES.md similarity index 100% rename from docs/testing/notes/ITERATION-4-NOTES.md rename to docs/restful-api/testing/notes/ITERATION-4-NOTES.md diff --git a/docs/testing/notes/ITERATION-5-NOTES.md b/docs/restful-api/testing/notes/ITERATION-5-NOTES.md similarity index 100% rename from docs/testing/notes/ITERATION-5-NOTES.md rename to docs/restful-api/testing/notes/ITERATION-5-NOTES.md diff --git a/docs/testing/notes/ITERATION-6-NOTES.md b/docs/restful-api/testing/notes/ITERATION-6-NOTES.md similarity index 100% rename from docs/testing/notes/ITERATION-6-NOTES.md rename to docs/restful-api/testing/notes/ITERATION-6-NOTES.md diff --git a/docs/testing/notes/ITERATION-7-NOTES.md b/docs/restful-api/testing/notes/ITERATION-7-NOTES.md similarity index 100% rename from docs/testing/notes/ITERATION-7-NOTES.md rename to docs/restful-api/testing/notes/ITERATION-7-NOTES.md diff --git a/docs/testing/notes/ITERATION-8-NOTES.md b/docs/restful-api/testing/notes/ITERATION-8-NOTES.md similarity index 100% rename from docs/testing/notes/ITERATION-8-NOTES.md rename to docs/restful-api/testing/notes/ITERATION-8-NOTES.md diff --git a/docs/testing/notes/ITERATION-9-NOTES.md b/docs/restful-api/testing/notes/ITERATION-9-NOTES.md similarity index 100% rename from docs/testing/notes/ITERATION-9-NOTES.md rename to docs/restful-api/testing/notes/ITERATION-9-NOTES.md diff --git a/docs/testing/plans/01-config-and-appconfig.md b/docs/restful-api/testing/plans/01-config-and-appconfig.md similarity index 100% rename from docs/testing/plans/01-config-and-appconfig.md rename to docs/restful-api/testing/plans/01-config-and-appconfig.md diff --git a/docs/testing/plans/02-roles.md b/docs/restful-api/testing/plans/02-roles.md similarity index 100% rename from docs/testing/plans/02-roles.md rename to docs/restful-api/testing/plans/02-roles.md diff --git a/docs/testing/plans/03-sessions.md b/docs/restful-api/testing/plans/03-sessions.md similarity index 100% rename from docs/testing/plans/03-sessions.md rename to docs/restful-api/testing/plans/03-sessions.md diff --git a/docs/testing/plans/04-agents.md b/docs/restful-api/testing/plans/04-agents.md similarity index 100% rename from docs/testing/plans/04-agents.md rename to docs/restful-api/testing/plans/04-agents.md diff --git a/docs/testing/plans/05-mcp-lifecycle.md b/docs/restful-api/testing/plans/05-mcp-lifecycle.md similarity index 100% rename from docs/testing/plans/05-mcp-lifecycle.md rename to docs/restful-api/testing/plans/05-mcp-lifecycle.md diff --git a/docs/testing/plans/06-tool-evaluation.md b/docs/restful-api/testing/plans/06-tool-evaluation.md similarity index 100% rename from docs/testing/plans/06-tool-evaluation.md rename to docs/restful-api/testing/plans/06-tool-evaluation.md diff --git a/docs/testing/plans/07-input-construction.md b/docs/restful-api/testing/plans/07-input-construction.md similarity index 100% rename from docs/testing/plans/07-input-construction.md rename to docs/restful-api/testing/plans/07-input-construction.md diff --git a/docs/testing/plans/08-request-context.md b/docs/restful-api/testing/plans/08-request-context.md similarity index 100% rename from docs/testing/plans/08-request-context.md rename to docs/restful-api/testing/plans/08-request-context.md diff --git a/docs/testing/plans/09-repl-commands.md b/docs/restful-api/testing/plans/09-repl-commands.md similarity index 100% rename from docs/testing/plans/09-repl-commands.md rename to docs/restful-api/testing/plans/09-repl-commands.md diff --git a/docs/testing/plans/10-cli-flags.md b/docs/restful-api/testing/plans/10-cli-flags.md similarity index 100% rename from docs/testing/plans/10-cli-flags.md rename to docs/restful-api/testing/plans/10-cli-flags.md diff --git a/docs/testing/plans/11-sub-agent-spawning.md b/docs/restful-api/testing/plans/11-sub-agent-spawning.md similarity index 100% rename from docs/testing/plans/11-sub-agent-spawning.md rename to docs/restful-api/testing/plans/11-sub-agent-spawning.md diff --git a/docs/testing/plans/12-rag.md b/docs/restful-api/testing/plans/12-rag.md similarity index 100% rename from docs/testing/plans/12-rag.md rename to docs/restful-api/testing/plans/12-rag.md diff --git a/docs/testing/plans/13-completions-and-prompt.md b/docs/restful-api/testing/plans/13-completions-and-prompt.md similarity index 100% rename from docs/testing/plans/13-completions-and-prompt.md rename to docs/restful-api/testing/plans/13-completions-and-prompt.md diff --git a/docs/testing/plans/14-macros.md b/docs/restful-api/testing/plans/14-macros.md similarity index 100% rename from docs/testing/plans/14-macros.md rename to docs/restful-api/testing/plans/14-macros.md diff --git a/docs/testing/plans/15-vault.md b/docs/restful-api/testing/plans/15-vault.md similarity index 100% rename from docs/testing/plans/15-vault.md rename to docs/restful-api/testing/plans/15-vault.md diff --git a/docs/testing/plans/16-functions-and-tools.md b/docs/restful-api/testing/plans/16-functions-and-tools.md similarity index 100% rename from docs/testing/plans/16-functions-and-tools.md rename to docs/restful-api/testing/plans/16-functions-and-tools.md