Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: update built-in agent prompt#1498

Merged
tusharmath merged 1 commit into
mainfrom
fix-forge-prompts
Sep 7, 2025
Merged

fix: update built-in agent prompt#1498
tusharmath merged 1 commit into
mainfrom
fix-forge-prompts

Conversation

@tusharmath

Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions github-actions Bot added the type: fix Iterations on existing features or infrastructure. label Sep 7, 2025
@tusharmath tusharmath changed the title fix: update base path to use local config directory fix: update built-in agent prompt Sep 7, 2025
@tusharmath tusharmath enabled auto-merge (squash) September 7, 2025 12:10
@tusharmath tusharmath merged commit f1aab8b into main Sep 7, 2025
5 checks passed
@tusharmath tusharmath deleted the fix-forge-prompts branch September 7, 2025 12:11
Comment on lines +65 to +74
<plan_execution_steps>
STEP 1. Read the entire plan file to identify the pending tasks as per `task_status`.

STEP 2. Announce the next pending task based on `task_status` and update its status to `IN_PROGRESS` in the plan file.

STEP 3. Execute all actions required to complete the task and mark the task status to `DONE` in the plan file.

STEP 2. Repeat from Step 1 until all tasks are marked as `DONE`.

STEP 8. Verify that all tasks are completed in the plan file before attempting completion.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a numbering error in the plan execution steps. After STEP 3, the sequence incorrectly returns to STEP 2 and then jumps to STEP 8. For proper sequential flow, these steps should be numbered as STEP 1 through STEP 5. This correction would improve clarity and ensure proper execution flow when following the plan.

Suggested change
<plan_execution_steps>
STEP 1. Read the entire plan file to identify the pending tasks as per `task_status`.
STEP 2. Announce the next pending task based on `task_status` and update its status to `IN_PROGRESS` in the plan file.
STEP 3. Execute all actions required to complete the task and mark the task status to `DONE` in the plan file.
STEP 2. Repeat from Step 1 until all tasks are marked as `DONE`.
STEP 8. Verify that all tasks are completed in the plan file before attempting completion.
<plan_execution_steps>
STEP 1. Read the entire plan file to identify the pending tasks as per `task_status`.
STEP 2. Announce the next pending task based on `task_status` and update its status to `IN_PROGRESS` in the plan file.
STEP 3. Execute all actions required to complete the task and mark the task status to `DONE` in the plan file.
STEP 4. Repeat from Step 1 until all tasks are marked as `DONE`.
STEP 5. Verify that all tasks are completed in the plan file before attempting completion.
</plan_execution_steps>

Spotted by Diamond

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: fix Iterations on existing features or infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant