From 6a371cb004b2f1a8ce690efefb7e1fc8dcd6d1e7 Mon Sep 17 00:00:00 2001 From: flora131 Date: Thu, 23 Oct 2025 19:56:56 -0700 Subject: [PATCH] updates to readme and instructions --- README.md | 2 +- backend/specs/PLANS.md | 2 -- frontend/specs/PLANS.md | 2 -- specs/PLANS.md | 2 -- 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 7f4780caa..abb376340 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Organize implementation plans by scope: ### ExecPlans (Execution Plans) -Based on [OpenAI's Codex Execution Plans](https://github.com/openai/openai-cookbook/blob/main/articles/codex_exec_plans.md), for complex features: +PLANS.md based on [OpenAI's Codex Execution Plans](https://github.com/openai/openai-cookbook/blob/main/articles/codex_exec_plans.md), for complex features: 1. **Determine Scope**: Frontend, backend, or full-stack? 2. **Create Spec File**: Place in appropriate `specs/` directory diff --git a/backend/specs/PLANS.md b/backend/specs/PLANS.md index 6752ab31e..33e35c8d9 100644 --- a/backend/specs/PLANS.md +++ b/backend/specs/PLANS.md @@ -1,5 +1,3 @@ -> **Attribution**: This document is based on the Codex Execution Plans from the [OpenAI Cookbook](https://github.com/openai/openai-cookbook/blob/main/articles/codex_exec_plans.md). - # Execution Plans (ExecPlans): This document describes the requirements for an execution plan ("ExecPlan"), a design document that a coding agent can follow to deliver a working feature or system change. Treat the reader as a complete beginner to this repository: they have only the current working tree and the single ExecPlan file you provide. There is no memory of prior plans and no external context. diff --git a/frontend/specs/PLANS.md b/frontend/specs/PLANS.md index 6752ab31e..33e35c8d9 100644 --- a/frontend/specs/PLANS.md +++ b/frontend/specs/PLANS.md @@ -1,5 +1,3 @@ -> **Attribution**: This document is based on the Codex Execution Plans from the [OpenAI Cookbook](https://github.com/openai/openai-cookbook/blob/main/articles/codex_exec_plans.md). - # Execution Plans (ExecPlans): This document describes the requirements for an execution plan ("ExecPlan"), a design document that a coding agent can follow to deliver a working feature or system change. Treat the reader as a complete beginner to this repository: they have only the current working tree and the single ExecPlan file you provide. There is no memory of prior plans and no external context. diff --git a/specs/PLANS.md b/specs/PLANS.md index 6752ab31e..33e35c8d9 100644 --- a/specs/PLANS.md +++ b/specs/PLANS.md @@ -1,5 +1,3 @@ -> **Attribution**: This document is based on the Codex Execution Plans from the [OpenAI Cookbook](https://github.com/openai/openai-cookbook/blob/main/articles/codex_exec_plans.md). - # Execution Plans (ExecPlans): This document describes the requirements for an execution plan ("ExecPlan"), a design document that a coding agent can follow to deliver a working feature or system change. Treat the reader as a complete beginner to this repository: they have only the current working tree and the single ExecPlan file you provide. There is no memory of prior plans and no external context.