From f20053efe724f2a48b1406380862a3e7238a3cd3 Mon Sep 17 00:00:00 2001 From: Shirone Date: Sun, 28 Dec 2025 02:36:55 +0100 Subject: [PATCH] docs: Add comprehensive guides for integrating new Cursor models and analyzing Cursor CLI behavior - Created a detailed documentation file on adding new Cursor CLI models to AutoMaker, including a step-by-step guide and model configuration examples. - Developed an analysis document for the Cursor CLI integration, outlining the current architecture, CLI behavior, and proposed integration strategies for the Cursor provider. - Included verification checklists and next steps for implementation phases. --- docs/{ADDING_CURSOR_MODELS.md => add-new-cursor-model.md} | 0 .../cursor-cli-integration}/cursor-integration-analysis.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename docs/{ADDING_CURSOR_MODELS.md => add-new-cursor-model.md} (100%) rename {docs => plan/cursor-cli-integration}/cursor-integration-analysis.md (100%) diff --git a/docs/ADDING_CURSOR_MODELS.md b/docs/add-new-cursor-model.md similarity index 100% rename from docs/ADDING_CURSOR_MODELS.md rename to docs/add-new-cursor-model.md diff --git a/docs/cursor-integration-analysis.md b/plan/cursor-cli-integration/cursor-integration-analysis.md similarity index 100% rename from docs/cursor-integration-analysis.md rename to plan/cursor-cli-integration/cursor-integration-analysis.md