Skip to content

fix(agents): remove hardcoded Project Location from all agent files#534

Merged
platinummonkey merged 1 commit into
mainfrom
claude/issue-531-fix-kAAzM
May 28, 2026
Merged

fix(agents): remove hardcoded Project Location from all agent files#534
platinummonkey merged 1 commit into
mainfrom
claude/issue-531-fix-kAAzM

Conversation

@platinummonkey
Copy link
Copy Markdown
Collaborator

All 43 agent files and the pup-context template contained a hardcoded
"Project Location" line pointing to ~/go/src/github.com/DataDog/datadog-api-claude-plugin.
This path does not exist for Homebrew installs and points to an archived
repo (the active repo is DataDog/pup). Agents were getting confused and
trying to cd into the non-existent directory.

Remove the line entirely from all agent .md files and from the
_templates/pup-context.md template. The "Project Location" section
provides no value for end users — agents only need the pup CLI on PATH
and the three environment variables.

Closes #531

https://claude.ai/code/session_011XbWVouxGtmpK9CQVmZjJA

All 43 agent files and the pup-context template contained a hardcoded
"Project Location" line pointing to ~/go/src/github.com/DataDog/datadog-api-claude-plugin.
This path does not exist for Homebrew installs and points to an archived
repo (the active repo is DataDog/pup). Agents were getting confused and
trying to cd into the non-existent directory.

Remove the line entirely from all agent .md files and from the
_templates/pup-context.md template. The "Project Location" section
provides no value for end users — agents only need the pup CLI on PATH
and the three environment variables.

Closes #531

https://claude.ai/code/session_011XbWVouxGtmpK9CQVmZjJA
@platinummonkey platinummonkey requested a review from a team as a code owner May 28, 2026 08:52
@platinummonkey platinummonkey merged commit 5ae206d into main May 28, 2026
7 checks passed
@platinummonkey platinummonkey deleted the claude/issue-531-fix-kAAzM branch May 28, 2026 08:52
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.

Agent files contain hardcoded "Project Location" path that does not exist for brew installs

2 participants