Skip to content

Fix prompt paths relative to proj_dir#15

Open
Zz04321 wants to merge 1 commit intohaoran-ding:mainfrom
Zz04321:debug
Open

Fix prompt paths relative to proj_dir#15
Zz04321 wants to merge 1 commit intohaoran-ding:mainfrom
Zz04321:debug

Conversation

@Zz04321
Copy link
Copy Markdown

@Zz04321 Zz04321 commented May 8, 2026

Fix prompt path handling when proj_dir is not the repository root.

Previously some prompts used paths relative to the repository root, while runtime execution was based on proj_dir, which could lead to incorrect path resolution.

This PR updates the related prompts to consistently use paths relative to proj_dir.

Fixes #6

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fm-agent generates wrong source file path if proj_dir is not the same as repo root

1 participant