Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions backend/specs/PLANS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 0 additions & 2 deletions frontend/specs/PLANS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 0 additions & 2 deletions specs/PLANS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down