Skip to content

Document how to reuse the PRAW custom agent in haxcms-nodejs#810

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/apply-praw-agent-nodejs-repo
Draft

Document how to reuse the PRAW custom agent in haxcms-nodejs#810
Copilot wants to merge 2 commits into
masterfrom
copilot/apply-praw-agent-nodejs-repo

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 15, 2026

The repository already contains the PRAW custom agent definition, but there was no explicit guidance for applying that same agent in haxcms-nodejs. This change adds the missing cross-repo setup instruction directly where the agent is defined.

  • PRAW agent reuse

    • Added a concrete copy recipe to .github/agents/my-agent.agent.md for installing the existing agent into haxcms-nodejs
    • Keeps the guidance next to the source-of-truth agent definition instead of spreading it across unrelated docs
  • Manual setup flow

    • Extended the existing “Manual Setup” section with the exact .github/agents target path for Node.js repo adoption
    • Makes the intended reuse path explicit for other HAX repositories using the same agent
mkdir -p /path/to/your/haxcms-nodejs/.github/agents
cp .github/agents/my-agent.agent.md /path/to/your/haxcms-nodejs/.github/agents/my-agent.agent.md

@vercel
Copy link
Copy Markdown

vercel Bot commented May 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webcomponents Ready Ready Preview, Comment May 15, 2026 2:19am

Request Review

Copilot AI changed the title [WIP] Apply praw agent from webcomponents repo to nodejs repo Document how to reuse the PRAW custom agent in haxcms-nodejs May 15, 2026
Copilot AI requested a review from btopro May 15, 2026 02:19
Copilot finished work on behalf of btopro May 15, 2026 02:19
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.

Apply praw agent from webcomponents repo to nodejs repo

2 participants